SnowFlakes is end-of-life.
This commit is contained in:
parent
cec08b86dd
commit
d6ca5aa7fd
1 changed files with 1 additions and 0 deletions
|
@ -289,6 +289,7 @@ class SnowFlakes(_BasicScraper):
|
|||
url = 'http://www.snowflakescomic.com/'
|
||||
stripUrl = url + '?id=%s&sl=%s'
|
||||
firstStripUrl = stripUrl % ('103', '1')
|
||||
endOfLife = True
|
||||
imageSearch = (
|
||||
compile(tagre("img", "src", r'(comics/[^"]+)')),
|
||||
compile(tagre("img", "src", r'(http://www.snowflakescomic.com/comics/[^"]+)')),
|
||||
|
|
Loading…
Reference in a new issue