-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Youtube Playlists not returning latest videos #1875
Comments
Just made some investigation. rss-bridge/bridges/YoutubeBridge.php Line 249 in 1e75f9d
So it just fallbacks for fetching videos from youtube's videos.xml, which returns only first 15 videos from playlist. |
Hello, @mtfurlan ! |
Nice, thank you! |
This is not fixed yet. Only partial |
I think adding a "Reverse order" toggle could be a workaround for this issue (Reversing the order and picking the entries off the top for any playlists where the playlist creator puts newer videos at the top). |
Could you please provide, where did you find "reverse order" toggle? |
I didn't find one. I suggested adding one to the YouTube bridge in order to work with playlists with the videos in reverse order. |
i think a "Reverse ordering" checkbox in the bridge form can solve this nicely. if anyone has the courage to touch the youtube bridge code |
Describe the bug
Many youtube playlists add new videos to the end, not the beginning.
For example: https://www.youtube.com/playlist?list=PLaDrN74SfdT7Ueqtwn_bXo1MuSWT0ji2w
This shows the oldest 15 videos in the playlist, in reverse chronological order.
https://feed.eugenemolotov.ru/?action=display&bridge=Youtube&context=By+playlist+Id&p=PLaDrN74SfdT7Ueqtwn_bXo1MuSWT0ji2w&duration_min=&duration_max=&format=Html
To Reproduce
Expected behavior
I would like to be able to get the newest videos out of a playlist instead of the oldest.
Additional context
There was a similar bug report #647 that playlists aren't sorted by date, and that was fixed by #1162, but the example playlist in that puts new videos at the start of the playlist, not the end.
So playlists are now returned in reverse chronological order, but it's still the first X videos off the top of the playlist not the bottom.
The text was updated successfully, but these errors were encountered: