krypton-kry / ranobes-scraper

Script to scrape novels from ranobes.net and create epub
The Unlicense
0 stars 0 forks source link

Error Downloading Cover #1

Open SirGryphin opened 1 year ago

SirGryphin commented 1 year ago

Keep getting this error, when trying to use.

$ python ranobes.py https://ranobes.net/novels1/450143-the-daily-life-of-the-immortal-king-v33632.html

[INFO] : Downloading Cover ...

Traceback (most recent call last):
  File "C:\Users\User\Desktop\Github\ranobes-scraper-main\ranobes.py", line 212, in <module>
    main()
  File "C:\Users\User\Desktop\Github\ranobes-scraper-main\ranobes.py", line 192, in main
    novel_tile, author = download_cover(url)
  File "C:\Users\User\Desktop\Github\ranobes-scraper-main\ranobes.py", line 166, in download_cover
    for child in novel_details.find_all("span"):
AttributeError: 'NoneType' object has no attribute 'find_all'
Lattaz commented 1 year ago

I got the same exact error