]> git.phdru.name Git - bookmarks_db.git/blobdiff - Robots/bkmk_rsimple.py
Handle redirect 303
[bookmarks_db.git] / Robots / bkmk_rsimple.py
index 75ac27fc19699c740526647e6271b819de48484e..9ab40a3b7f30c37ee52a9c6fe20039608f5e47c1 100644 (file)
@@ -27,6 +27,7 @@ class RedirectException(Exception):
    reloc_dict = {
       301: "perm.",
       302: "temp2.",
+      303: "temp3.",
       307: "temp7.",
       "html": "html"
    }