Revision: 8643 Author: xqt Date: 2010-10-12 15:33:18 +0000 (Tue, 12 Oct 2010)
Log Message: ----------- typo: get all jpl.nasa.gov, not only one service ; follow up for r8642 (patches bug #3085968 submitted by masti)
Modified Paths: -------------- trunk/pywikipedia/weblinkchecker.py
Modified: trunk/pywikipedia/weblinkchecker.py =================================================================== --- trunk/pywikipedia/weblinkchecker.py 2010-10-12 15:05:50 UTC (rev 8642) +++ trunk/pywikipedia/weblinkchecker.py 2010-10-12 15:33:18 UTC (rev 8643) @@ -207,7 +207,7 @@ re.compile('.*[./@]gso.gbv.de(/.*)?'), # bot somehow can't handle their redirects re.compile('.*[./@]berlinonline.de(/.*)?'), # a de: user wants to fix them by hand and doesn't want them to be deleted, see [[de:Benutzer:BLueFiSH.as/BZ]]. re.compile('.*[./@]bodo.kommune.no(/.*)?'), # bot can't handle their redirects - re.compile('.*[./@]ssd.jpl.nasa.gov(/.*)?'), # bot rejected on the site + re.compile('.*[./@]jpl.nasa.gov(/.*)?'), # bot rejected on the site re.compile('.*[./@]itis.gov(/.*)?'), # bot rejected on the site re.compile('.*[./@]cev.lu(/.*)?'), # bot rejected on the site ]
pywikipedia-svn@lists.wikimedia.org