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
Sample link:
https://www.youtube.com/watch_videos?video_ids=YWBINNk7Mac,9sqhVN5to_4,HLkDLiaoR9o,DsjRNPrvq6U,dbRm04N1wNo,CfXXMZK9grE,50Cy1YKg3RI,HgpCP5wIuIU,Nvd4Pt8O98o,RKZNPx-K1AA,fvcJPHL_yaU,O7h9l5Vb0Q8,kDVPbEUU5L4,qGzcJ2eX7LY,S-HMrDu6UsM,V2K5gCbmsWQ,95-m9097ij0,xZwKZl1T7Fg,WcQWNOXzsJw,hf_wpujq3CE,YhdT2OmlEUw,ew_a-px0cow,toKUc0mSCE8,Y7z-z79mBvc,H0yac30EMTY,xojL9IjGAD0,qGZPoVZEsRc,o2X1KxjMSBw,UK8jNSvRsp8,w1W4BTZSmIk
Note: If there is a single video id in the link it works. The commas in the link might be the reason of this error.
The text was updated successfully, but these errors were encountered:
Stack Trace: com.yausername.youtubedl_android.YoutubeDL.execute(YoutubeDL.kt:202) com.yausername.youtubedl_android.YoutubeDL.execute$default(YoutubeDL.kt:141)
Sorry, something went wrong.
What is the code you are using to attempt this. That link works perfectly for me and downloads all of the videos like a playlist
Hi, sorry for late response
val request = YoutubeDLRequest(url) request.addOption("--flat-playlist") request.addOption("-j") request.addOption("--skip-download") val youtubeDLResponse = YoutubeDL.getInstance().execute(request)
Downloading is fine but json dump doesnt work. This could very well be a python deprecation error. We need to update the python binaries
No branches or pull requests
Sample link:
https://www.youtube.com/watch_videos?video_ids=YWBINNk7Mac,9sqhVN5to_4,HLkDLiaoR9o,DsjRNPrvq6U,dbRm04N1wNo,CfXXMZK9grE,50Cy1YKg3RI,HgpCP5wIuIU,Nvd4Pt8O98o,RKZNPx-K1AA,fvcJPHL_yaU,O7h9l5Vb0Q8,kDVPbEUU5L4,qGzcJ2eX7LY,S-HMrDu6UsM,V2K5gCbmsWQ,95-m9097ij0,xZwKZl1T7Fg,WcQWNOXzsJw,hf_wpujq3CE,YhdT2OmlEUw,ew_a-px0cow,toKUc0mSCE8,Y7z-z79mBvc,H0yac30EMTY,xojL9IjGAD0,qGZPoVZEsRc,o2X1KxjMSBw,UK8jNSvRsp8,w1W4BTZSmIk
Note:
If there is a single video id in the link it works. The commas in the link might be the reason of this error.
The text was updated successfully, but these errors were encountered: