Merge pull request #27 from dromaludaire/master
Fix some SMBC download links
This commit is contained in:
commit
1c29f22270
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ class SMBC(_BasicScraper):
|
||||||
url = 'http://www.smbc-comics.com/'
|
url = 'http://www.smbc-comics.com/'
|
||||||
stripUrl = url + 'index.php?db=comics&id=%s'
|
stripUrl = url + 'index.php?db=comics&id=%s'
|
||||||
firstStripUrl = stripUrl % '1'
|
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)
|
prevSearch = compile(r'131,13,216,84"\n\s+href="(.+?)#comic"\n>', MULTILINE)
|
||||||
help = 'Index format: nnnn'
|
help = 'Index format: nnnn'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue