aprilchew
Results
2
comments of
aprilchew
I get this fixed by changing line 372 code in parsing.py. From 'return section_soup.a['href']' to 'return section_soup.ol'
> aprilchew: Tried it, doesn't work. Try section_soup.ol, remove the ['href']