-
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
[YoutubeBridge] Playlist bug #647
Comments
Recent PR affects on playlists with not more than 15 videos. I mentioned there:
Example: I suggest to reopen this issue. |
Forgot to mention. Last video has upload date - november 8, 2007, videos in feed have dates like from september to november 2007. So mentioned video should be included with other feed items. |
Sorry, it closed itself automatically when I merged the PR because the text contains "fixes ..." |
This commit allow the bridge to parse an infinite number of items of a Youtube playlist. It should fix #647 !
This commit allow the bridge to parse an infinite number of items of a Youtube playlist. It should fix RSS-Bridge#647 !
In playlist items are not always sorted by published date of video. So if playlist has more than 10 items, and latest video is the last, then that latest video won't appear in feed.
Had an PR #644 to remove that limit of 10 for playlists, but it makes script run very long on large playlists, so revoked it myself.
The text was updated successfully, but these errors were encountered: