10 ms·
Ah yes thats the problem, I am using beautifulsoup4==4.3.2. Try pip install beautifulsoup4
by danielforsyth 12y ago
Ah yes thats the problem, I am using beautifulsoup4==4.3.2.
Try pip install beautifulsoup4
- nivertech 12y agoI found the problem. I think your listing ate '_'. It should be 'soup.find_all' instead of 'soup.findall' and 'link_end' instead of 'linkend'
- danielforsyth 12y agoGood find! Fixed it, thanks!