Closed dhsdshdhk closed 5 years ago
Update: it seems to work sometimes, and finds results for some queries and not for others.
Found a solution. If you run into this problem or a division by zero problem, it's lxml's fault and you should use Python’s html.parser, BeautifulSoup(html, "html.parser").
I'm having the same trouble. Python's html.parser solution doesn't work for me. Do you have any other suggestion @dhsdshdhk? Thank you in advance.
I am trying to run this script every day, and today I ran into this problem:
It just won't find anything to continue crawling, despite the fact that we see a bunch of videos in that URL. Did youtube change something to break this script?