We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
there is a playlist https://www.youtube.com/watch?v=oeNvhhjtUqo&list=RDEMImzDuEMgFSKfDeg6xsw_gw&index=27
when i used youtube-dl "https://www.youtube.com/playlist?list=RDEMImzDuEMgFSKfDeg6xsw_gw" -J --flat-playlist | jq ".entries | length" to get the number of videos in playlist it says 26 while playlist contains 51 videos.
Is it there a max limit in youtube-dl or is it from youtube (server) side ??
Also why does typing https://www.youtube.com/playlist?list=RDEMImzDuEMgFSKfDeg6xsw_gw in browser gives unknown error while youtube-dl can use it to fetch videos ?
The text was updated successfully, but these errors were encountered:
Duplicate of #3837.
Sorry, something went wrong.
No branches or pull requests
there is a playlist https://www.youtube.com/watch?v=oeNvhhjtUqo&list=RDEMImzDuEMgFSKfDeg6xsw_gw&index=27
when i used youtube-dl "https://www.youtube.com/playlist?list=RDEMImzDuEMgFSKfDeg6xsw_gw" -J --flat-playlist | jq ".entries | length" to get the number of videos in playlist it says 26 while playlist contains 51 videos.
Is it there a max limit in youtube-dl or is it from youtube (server) side ??
Also why does typing https://www.youtube.com/playlist?list=RDEMImzDuEMgFSKfDeg6xsw_gw in browser gives unknown error while youtube-dl can use it to fetch videos ?
The text was updated successfully, but these errors were encountered: