Fix FoxDad
This commit is contained in:
parent
78ae0451c9
commit
b879ecfb97
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ class FoxDad(_ParserScraper):
|
||||||
url = 'https://foxdad.com/'
|
url = 'https://foxdad.com/'
|
||||||
stripUrl = url + 'post/%s'
|
stripUrl = url + 'post/%s'
|
||||||
firstStripUrl = stripUrl % '149683014997/some-people-are-just-different-support-the-comic'
|
firstStripUrl = stripUrl % '149683014997/some-people-are-just-different-support-the-comic'
|
||||||
imageSearch = '//figure[@class="photo-hires-item"]//img'
|
imageSearch = ('//figure[@class="photo-hires-item"]//img', '//figure[@class="tmblr-full"]//img')
|
||||||
prevSearch = '//a[@class="previous-button"]'
|
prevSearch = '//a[@class="previous-button"]'
|
||||||
|
|
||||||
def namer(self, imageUrl, pageUrl):
|
def namer(self, imageUrl, pageUrl):
|
||||||
|
|
Loading…
Reference in a new issue