Fix CynWolf
This commit is contained in:
parent
3ac8f703bd
commit
8cc916b292
1 changed files with 3 additions and 0 deletions
|
@ -495,3 +495,6 @@ class CynWolf(_ParserScraper):
|
|||
prevSearch = '//a[text()="\u2190"]'
|
||||
multipleImagesPerStrip = True
|
||||
endOfLife = True
|
||||
|
||||
def shouldSkipUrl(self, url, data):
|
||||
return '2016/the-end' in url # video
|
||||
|
|
Loading…
Reference in a new issue