ask-youtube
ask-youtube copied to clipboard
Not working 'for i, row in tqdm(videos_meta):'
I could not run it on Colab after many tries. Throw out error first no "videos_meta" variable defined and after changing it to "meta" then throws out another error as ValueError: too many values to unpack (expected 2)
on the same line 'for i, row in tqdm(videos_meta):'
How to fix this?