The error I mentioned in TS was when I was trying to parse index. I've solved this. But when the downloading began, a new error popped up:
Traceback (most recent call last):
File "site-packages\calibre\web\fetch\simple.py", line 465, in process_links
File "site-packages\calibre\web\fetch\simple.py", line 197, in get_soup
File "site-packages\calibre\ebooks\BeautifulSoup.py", line 744, in findAll
File "site-packages\calibre\ebooks\BeautifulSoup.py", line 330, in _findAll
File "site-packages\calibre\ebooks\BeautifulSoup.py", line 866, in search
File "site-packages\calibre\ebooks\BeautifulSoup.py", line 832, in searchTag
AttributeError: 'set' object has no attribute 'items'
|