-
Notifications
You must be signed in to change notification settings - Fork 887
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
channel fix (banner, playlist) #2215
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe remove the "console.log"s?
Head branch was pushed to by a user without write access
Removed wonder why getPlaylistsLocal has it but invidious doesn't |
@hockerschwan probably because the Invidious API stays mostly the same and when it does change the changes are usually not breaking, however due to the nature of the local API using libraries that scrape the YouTube website the likelyhood of the output changing is much higher. |
Thanks for the explanation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Pull Request Type
Please select what type of pull request this is:
Related issue
Closes #2214
Description
Banner: Invidious returns "authorBanners": [ ] for channels without banners, results in "TypeError: Cannot read properties of undefined (reading 'url')"
example: UC3VHfy8e1jbDnT5TG2pjP1w (Nyan cat)
Playlist:
Screenshots (if appropriate)
Shows defaultBanner.png
Testing (for code that is not small enough to be easily understandable)
Visit a channel without banner
Desktop (please complete the following information):