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

[Attempt] Fix for shelf type in Library #638

Closed
wants to merge 1 commit into from

Conversation

iBicha
Copy link
Contributor

@iBicha iBicha commented Apr 14, 2024

Attempt to fix #637
From what I can see, only the history and playlists have ids (library-recent and library-playlists-shelf)
I don't know how to identify WATCH_LATER, LIKE, or CONTENT_CUT. Those sections will still return undefined when accessed from their respective properties

@iBicha
Copy link
Contributor Author

iBicha commented Apr 14, 2024

A workaround (or redundancy to prevent being blocked) to getting data from the library is to:

  • use FEhistory for history
  • use FEplaylist_aggregation for playlists (List playlists #639)
  • use playlist with id VLWL for watch later
  • use playlist with id VLLL for liked videos
  • use FEclips for clips (I haven't tested this one)

This is what I did in https://github.com/iBicha/yt2alt/pull/28/files to get all the data I need without using the library

@iBicha
Copy link
Contributor Author

iBicha commented Apr 29, 2024

@iBicha iBicha closed this Apr 29, 2024
@iBicha iBicha deleted the fix/library-shelf-type branch April 29, 2024 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[9.3.0] Shelf no longer has icon_type, breaks most of getLibrary
1 participant