ask-youtube icon indicating copy to clipboard operation
ask-youtube copied to clipboard

Not working 'for i, row in tqdm(videos_meta):'

Open stevevaius2015 opened this issue 2 years ago • 0 comments

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?

stevevaius2015 avatar Feb 27 '23 10:02 stevevaius2015