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
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