hridaydutta123 / the-youtube-scraper

Download YouTube video description and video comments without using the YouTube API.
134 stars 19 forks source link

Not working :( #1

Open thomrnowtea opened 3 years ago

thomrnowtea commented 3 years ago

Log:

File "main.py", line 17, in description_response = scrape_video_data(args['video_id']) File "C:\Users\Usuario\the-youtube-scraper\scraper\description_downloader.py", line 110, in scrape_video_data match = re.findall("label(.*?)likes", script.text)[1] IndexError: list index out of range

stringofsoul commented 3 years ago

same problem