Skip to content
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

add parser for subscriptions.json/likes.csv files #2

Open
seanbreckenridge opened this issue Oct 23, 2021 · 4 comments
Open

add parser for subscriptions.json/likes.csv files #2

seanbreckenridge opened this issue Oct 23, 2021 · 4 comments
Assignees
Labels
new parser Add a new parser for some currently unsupported Takeout file

Comments

@seanbreckenridge
Copy link
Owner

No description provided.

@seanbreckenridge seanbreckenridge changed the title Add parsers for subscriptions/likes.csv files Add parsers for subscriptions.json/likes.csv files Oct 23, 2021
@seanbreckenridge seanbreckenridge self-assigned this Oct 23, 2021
@seanbreckenridge seanbreckenridge added the enhancement New feature or request label Oct 23, 2021
@karlicoss
Copy link
Contributor

pre-2019: seems that subscriptions were in YouTube/subscriptions/subscriptions.opml
but actually it's not an opml file at all, looks like HTML for the youtube subscription page as if it was downloaded without logging into the account
so it basically just has the google login form o_o

@karlicoss
Copy link
Contributor

for me, liked videos are

  • pre-2020: playlists/likes.json (seems like it should be handled by _parse_json_activity)
  • after that: Liked videos.csv

also perhaps makes sense to parse other playlists?

@seanbreckenridge
Copy link
Owner Author

yeah, can parse other playlists

one other concern is how to merge this across takeouts, not sure if playlists would return individual items or the entire playlist as one object/event

not sure how to track which playlist is newer/if playlist items should be overwritten or not (probably not?)

@karlicoss
Copy link
Contributor

yeah, I guess for playlists makes sense to return the latest only
not sure what happens to deleted videos, might be interesting to check if they disappear from playlists

@seanbreckenridge seanbreckenridge added new parser Add a new parser for some currently unsupported Takeout file and removed enhancement New feature or request labels Feb 13, 2022
@seanbreckenridge seanbreckenridge changed the title Add parsers for subscriptions.json/likes.csv files add parser for subscriptions.json/likes.csv files Feb 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new parser Add a new parser for some currently unsupported Takeout file
Projects
None yet
Development

No branches or pull requests

2 participants