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
*******************
|