Quote:
Originally Posted by JimmXinu
Version 4.17.0 - 2022-10-19
- adapter_adultfanfictionorg: Fixes for site changes.
|
From the few stories I read from sections of AFF, this adapter needs a little more work. These (inelegant) edits to my local copy fixed all errors for me:
Code:
220: chapters = soup.find('ul',{'class':'dropdown-content'})
376: chaptertag = soup.find('ul',{'class':'pagination'}).parent.parent.parent.findNext('li')