Y
Hacker News
new
|
ask
|
show
|
jobs
by
danielforsyth
4379 days ago
Ah yes thats the problem, I am using beautifulsoup4==4.3.2.
Try pip install beautifulsoup4
1 comments
nivertech
4379 days ago
I found the problem. I think your listing ate '_'. It should be 'soup.find_all' instead of 'soup.findall' and 'link_end' instead of 'linkend'
link
danielforsyth
4379 days ago
Good find! Fixed it, thanks!
link