Merge pull request #27 from dromaludaire/master

Fix some SMBC download links
This commit is contained in:
wummel 2013-04-22 10:40:24 -07:00
commit 1c29f22270

View file

@ -243,7 +243,7 @@ class SMBC(_BasicScraper):
url = 'http://www.smbc-comics.com/'
stripUrl = url + 'index.php?db=comics&id=%s'
firstStripUrl = stripUrl % '1'
imageSearch = compile(r'<img src=\'(.+?\d{8}.\w{1,4})\'>')
imageSearch = compile(r'<img src=\'(.+?\d{8}[-\w]?\d?.\w{1,4})\'>')
prevSearch = compile(r'131,13,216,84"\n\s+href="(.+?)#comic"\n>', MULTILINE)
help = 'Index format: nnnn'