Quote:
Originally Posted by DocBrown13
|
It looks like bs4 has the classes of a tag as a list instead of a string. An index needs to be added where these are being used. I can find three places that need to be changed:
Code:
Line 161: if urlTr['class'][0] == "sl":
Line 178: while seriesTr['class'][0] != 'ser-ttl':
Line 188: while chapterTr is not None and chapterTr['class'][0] == 'sl':