]> git.phdru.name Git - bookmarks_db.git/commitdiff
Handle redirect 303
authorOleg Broytman <phd@phdru.name>
Sat, 22 Sep 2012 11:17:45 +0000 (11:17 +0000)
committerOleg Broytman <phd@phdru.name>
Sat, 22 Sep 2012 11:17:45 +0000 (11:17 +0000)
git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@363 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23

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"
    }