Comment on Finding the best ticket price – Simple web scraping with PythonparentComments−nivertech12yI found the problem. I think your listing ate '_'. It should be 'soup.find_all' instead of 'soup.findall' and 'link_end' instead of 'linkend'−danielforsythOP12yGood find! Fixed it, thanks!
Comments
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'
Good find! Fixed it, thanks!