View Single Post
Old 11-30-2021, 09:51 AM   #60
daevidt
Junior Member
daevidt began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Nov 2021
Device: Kindle Paperwhite 4
OK I think I found the problem, at this point the authors is [], not None, something like this would solve the issue:

#__init__.py

#line 124:

if title is not None or (authors is not None and len(authors)>0):

#line 133:

if authors is not None and len(authors) > 0:

However, the cover images download still don't work...

Parsed URL for cover: ['https://moly.hu/system/covers/big/covers_158299.jpg?1395405100']

but:

*********** Moly_hu Covers **********
Request extra headers: [('User-agent', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Safari/537.36')]
Failed to download valid cover
Took 1.7404556274414062e-05 seconds

*******************
daevidt is offline   Reply With Quote