Fix FoxDad

This commit is contained in:
Techwolf 2021-12-24 15:24:53 -08:00
parent 78ae0451c9
commit b879ecfb97

View file

@ -144,7 +144,7 @@ class FoxDad(_ParserScraper):
url = 'https://foxdad.com/'
stripUrl = url + 'post/%s'
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"]'
def namer(self, imageUrl, pageUrl):