-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix youtube CSV playlist importer #4787
base: master
Are you sure you want to change the base?
Fix youtube CSV playlist importer #4787
Conversation
I have tested importing a playlist with the final commit version and the provided |
I took the liberty to add a default value/placeholders for the |
Can you make a separate function for the new format? |
Importing works for me with this PR |
This PR is a follow up of this issue #3954 .
tldr: This PR aims to fix the Youtube CSV Importer due to Google Takeout changing their export format
I've recently used a invidious account, exported all my playlists data from Google Takeout. However, it seems that they changed their format again by putting most of the datas about a playlist in
playlists.csv
. Only to leave the bare minimum in the playlist specific files.This PR changes this by putting default values where info could be extracted before and fixing the out of bound error that could be happening depending on the playlist format.
Here is the error encountered:
I also give you an extract of what a Google Takeout playlist file looks like