]> git.phdru.name Git - bookmarks_db.git/blobdiff - Robots/bkmk_robot_base.py
Feat(robots): Handle HTTP redirect 308
[bookmarks_db.git] / Robots / bkmk_robot_base.py
index 85c704a64955608c5add79747020d2b48ea74889..1d762d94d1713f951d583f120d658f2f9f8d17dd 100644 (file)
@@ -29,10 +29,11 @@ from parse_html import parse_html
 
 
 reloc_dict = {
-  301: "perm.",
+  301: "perm1.",
   302: "temp2.",
   303: "temp3.",
   307: "temp7.",
+  308: "temp8.",
   "html": "html"
 }