Fix DrFun image regex.
This commit is contained in:
parent
1b23e0c111
commit
4b35d332dc
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class DoemainOfOurOwn(_BasicScraper):
|
|||
class DrFun(_BasicScraper):
|
||||
latestUrl = 'http://www.ibiblio.org/Dave/ar00502.htm'
|
||||
stripUrl = 'http://www.ibiblio.org/Dave/ar%s.htm'
|
||||
imageSearch = compile(r'<A HREF= "(Dr-Fun/df\d{6}/df.+?)">')
|
||||
imageSearch = compile(r'<A HREF= "(Dr-Fun/df\d+/df[^"]+)">')
|
||||
multipleImagesPerStrip = True
|
||||
prevSearch = compile(r'<A HREF="(.+?)">Previous Week,')
|
||||
help = 'Index format: nnnnn'
|
||||
|
|
Loading…
Reference in a new issue