X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Robots%2Fbkmk_rsimple.py;h=75ac27fc19699c740526647e6271b819de48484e;hb=8450781d528f5753fb5b5644a39f91558c29d5db;hp=6b61908b8377428df8dd87e987de7f960534f7f3;hpb=71712390f4edb041609ff7bc9272d12a5c1a9b1d;p=bookmarks_db.git diff --git a/Robots/bkmk_rsimple.py b/Robots/bkmk_rsimple.py index 6b61908..75ac27f 100644 --- a/Robots/bkmk_rsimple.py +++ b/Robots/bkmk_rsimple.py @@ -1,6 +1,7 @@ """Simple, strightforward robot This file is a part of Bookmarks database and Internet robot. + """ __author__ = "Oleg Broytman " @@ -25,7 +26,8 @@ from parse_html import parse_html class RedirectException(Exception): reloc_dict = { 301: "perm.", - 302: "temp.", + 302: "temp2.", + 307: "temp7.", "html": "html" } def __init__(self, errcode, newurl):