Hacker News new | ask | show | jobs
by 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'
1 comments

Good find! Fixed it, thanks!