-
Notifications
You must be signed in to change notification settings - Fork 10k
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
Odysee playlist order #28385
Closed
5 tasks done
christoph-heinrich opened this issue
Mar 9, 2021
· 0 comments
· Fixed by rafaelurben/django-discordbot#86, tomy0000000/tubee#15, natanlao/yaas#21, kijk2869/discodo#156 or etnguyen03/docker-tubeup#59
Closed
5 tasks done
Odysee playlist order #28385
christoph-heinrich opened this issue
Mar 9, 2021
· 0 comments
· Fixed by rafaelurben/django-discordbot#86, tomy0000000/tubee#15, natanlao/yaas#21, kijk2869/discodo#156 or etnguyen03/docker-tubeup#59
Comments
github-actions bot
added a commit
to hellopony/youtube-dl
that referenced
this issue
Mar 10, 2021
* https://github.com/ytdl-org/youtube-dl: [shahid] fix format extraction(closes ytdl-org#28383) [lbry] add support for channel filters(closes ytdl-org#28385) [bandcamp] Extract release_timestamp [lbry] Extract release_timestamp (closes ytdl-org#28386) Introduce release_timestamp meta field (refs ytdl-org#28386) [pornhub] Detect flagged videos [pornhub] Extract formats from get_media end point (ytdl-org#28395)
This was referenced Mar 15, 2021
leshasmlesha
pushed a commit
to leshasmlesha/youtube-dl
that referenced
this issue
Apr 3, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checklist
Verbose log
Description
When downloading an entire channel on Odysee the videos are in a completely wrong order. It is, as if the playlist has been shuffled. As a consequence the playlist_index is wrong as well.
Interestingly it doesn't seem to be completely random.
For example when downloading the channel Academy of Ideas it always starts with either How Civil Disobedience Safeguards Freedom and Prevents Tyranny or William James and the Sick Soul (the exact videos may change over time with new uploads or something). When downloading the channel with --playlist-reverse, then it always starts with Why Caring What Others Think Breeds Mental Illness (the second newest video at the time of writing) and Is a Mass Psychosis the Greatest Threat to Humanity? (the newest video at the time of writing).
I also noticed that when running youtube-dl with --get-title and comparing outputs, the order always changes. After noticing duplicates in one of those outputs, I've checked three outputs for duplicates and two of them contained over 30 duplicates (there are no duplicate titles in the browser)
When looking at the browser traffic, there is a post request to
https://api.lbry.tv/api/v1/proxy?m=claim_search
with the requested page as payload and in the result, the videos are already correctly sorted, and since I'm not familiar with the code of youtube-dl, I have no idea where this is falling apart.The same problem also exists for LBRY, but since they share the same back end, I assume that they also share an extractor and that fixing one of them will also fix the other one.
The text was updated successfully, but these errors were encountered: