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

feat: add PlaylistPanelVideoWrapper parser #176

Merged
merged 2 commits into from
Sep 9, 2022

Conversation

patrickkfkan
Copy link
Contributor

@patrickkfkan patrickkfkan commented Sep 9, 2022

When signed in with a YouTube Premium account, calling Music#getUpNext() may sometimes generate a 'PlaylistPanelVideoWrapper not found' error. Example IDs: hBHZicPnMvA and eDPhsByCL_o.

This PR adds the missing parser class. As the name implies, this class is a wrapper around multiple instances of PlaylistPanelVideo and has the following props:

  1. primary: PlaylistPanelVideo
  2. counterpart: Array<PlaylistPanelVideo>

@github-actions github-actions bot added enhancement New feature or request parser small-diff labels Sep 9, 2022
@LuanRT LuanRT merged commit bc03c91 into LuanRT:main Sep 9, 2022
@patrickkfkan patrickkfkan deleted the PlaylistPanelVideoWrapper branch March 7, 2023 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants