Open purarue opened 3 years ago
for me, liked videos are
playlists/likes.json
(seems like it should be handled by _parse_json_activity
)Liked videos.csv
also perhaps makes sense to parse other playlists?
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?)
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
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