X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Robots%2Fbkmk_rsimple.py;h=9ab40a3b7f30c37ee52a9c6fe20039608f5e47c1;hb=0fd338d1be113204e32028ef55861dd66bd8b0d5;hp=5242d5765a8ae10ecd42cb8dcd02a3a74e031845;hpb=17dbed2fe53e1433b754c3485a4565e0565c73dc;p=bookmarks_db.git diff --git a/Robots/bkmk_rsimple.py b/Robots/bkmk_rsimple.py index 5242d57..9ab40a3 100644 --- a/Robots/bkmk_rsimple.py +++ b/Robots/bkmk_rsimple.py @@ -1,13 +1,11 @@ """Simple, strightforward robot This file is a part of Bookmarks database and Internet robot. + """ -__version__ = "$Revision$"[11:-2] -__revision__ = "$Id$"[5:-2] -__date__ = "$Date$"[7:-2] __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design" +__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design" __license__ = "GNU GPL" __all__ = ['robot_simple', 'get_error'] @@ -28,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):