-
Notifications
You must be signed in to change notification settings - Fork 5
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
Download a single video instead of all videos in a playlist #124
Conversation
Download a single video using its relevant url from all those added to the database by lb tubeadd
Test PR#124 Observe the sequential progress polling for each download ✅ Observe accurate runtime (not 0s) in Runtime column ✅ |
A second attempt to download previously failed status url https://www.youtube.com/playlist?list=PL0o_zxa4K1BXr49VZTEyUS5-G8fz0Pt1v resulted in a warning about members only video ..Which I think is not correct output. |
I can't find the failed video among the 11 ones in the Playlist. Could it be hidden? I don't have an answer for now, but I'll keep digging. Thanks for the comprehensive feedback. Here is the URL of the failed video for context: |
The perceived failed message was not a failure to download any part of playlist but just the displayed output at initial download instance (row 1 of first screenshot),the message comes up as failed Task progress should be within range [0,1] see first screenshot. |
🚀 Pull Request Overview:
This PR ensures a single video is downloaded using its relevant url from all those added to the database by
lb tubeadd
📋 Checklist:
🐛 Related issue(s): #114, #120
📌 Testing scenarios:
cc @EMG70