]> git.phdru.name Git - bookmarks_db.git/blobdiff - Robots/bkmk_rsimple.py
Added .gitattributes: do not export .git*
[bookmarks_db.git] / Robots / bkmk_rsimple.py
index 6b61908b8377428df8dd87e987de7f960534f7f3..9ab40a3b7f30c37ee52a9c6fe20039608f5e47c1 100644 (file)
@@ -1,6 +1,7 @@
 """Simple, strightforward robot
 
 This file is a part of Bookmarks database and Internet robot.
+
 """
 
 __author__ = "Oleg Broytman <phd@phdru.name>"
@@ -25,7 +26,9 @@ from parse_html import parse_html
 class RedirectException(Exception):
    reloc_dict = {
       301: "perm.",
-      302: "temp.",
+      302: "temp2.",
+      303: "temp3.",
+      307: "temp7.",
       "html": "html"
    }
    def __init__(self, errcode, newurl):