And got:
Traceback (most recent call last):File "yiff_image_scraper.py", line 490, in <module>downloadImages(url, urlCounter, useFolders)File "yiff_image_scraper.py", line 292, in downloadImageslinkList += fantiaSubroutine(fantiaList)File "yiff_image_scraper.py", line 197, in fantiaSubroutinelinklist.append(var.a['href'])TypeError: 'NoneType' object is not subscriptable
Found another bug!
Tried to get this URL: https://yiff.party/fantia/4284
And got:
Traceback (most recent call last):
File "yiff_image_scraper.py", line 490, in <module>
downloadImages(url, urlCounter, useFolders)
File "yiff_image_scraper.py", line 292, in downloadImages
linkList += fantiaSubroutine(fantiaList)
File "yiff_image_scraper.py", line 197, in fantiaSubroutine
linklist.append(var.a['href'])
TypeError: 'NoneType' object is not subscriptable