menggatot / youtube-watch-history-to-csv

This project allows you to convert your YouTube watch history HTML file from Google Takeout into a CSV file that can be used by the universalscrobbler.com to Scrobble manually in bulk.
MIT License
21 stars 3 forks source link

yt-history.csv is empty #4

Open emsi opened 5 months ago

emsi commented 5 months ago

Just creates empty yt-history.csv file and saves nothing there.

$ python yt-history-to-csv.py ~/Downloads/tidy-watch-history.html ~/Downloads/yt-history.csv
Unable to determine the last processed index. Resuming from the beginning.
Parsing: https://www.youtube.com/watch?v=xCBrtopAG80
Parsing: https://www.youtube.com/watch?v=rAS9bCzs8U8
Parsing: https://www.youtube.com/watch?v=3Illx0WkCxU
Parsing: https://www.youtube.com/watch?v=Q92Z3wBrhnM
ERROR: [youtube] Q92Z3wBrhnM: Video unavailable. This video has been removed by the uploader
Failed to get metadata for https://www.youtube.com/watch?v=Q92Z3wBrhnM
Parsing: https://www.youtube.com/watch?v=wVYG1mu8Lg8
Parsing: https://www.youtube.com/watch?v=4j0yI41e0j4
Parsing: https://www.youtube.com/watch?v=ZcoOW8nqVP8
Parsing: https://www.youtube.com/watch?v=7mhaK-p8onM
Parsing: https://www.youtube.com/watch?v=2ANgfUJve00
^CParsing interrupted by user.
Parsing complete.

I checked it during and after but the output wile was 0length and empty. The .progress file has the index like 200 or something.

shroomist commented 2 months ago

confirmed, same for me.