Skip to content
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

simple request about playlist function.. #3508

Closed
heyikan opened this issue Aug 13, 2014 · 1 comment
Closed

simple request about playlist function.. #3508

heyikan opened this issue Aug 13, 2014 · 1 comment

Comments

@heyikan
Copy link

@heyikan heyikan commented Aug 13, 2014

Hi All,
I'm using youtube-dl for a long time on my PC. I created a batch file for youtube playlist, dowloads from playlist.txt simultaneously.

to download max resolution, I use following code:

@youtube-dl --batch-file "Playlists.txt" -f bestvideo+bestaudio --youtube-include-dash-manifest -o "%path%%videoname%"

I downloaded ffmpeg also. program downloading bestaudio dash and bestvideo dash, merging them and finally removing dash audio and dash video file.
The problem is: If program stops unexpected ways and when i start again, because of deleting the dash audio and dash video file it does not start resuming file. I am forced to write "--playlist start NUMBER" code.

Is there any solution for this ??

@weedy
Copy link

@weedy weedy commented Sep 27, 2014

I just ran into this today.
[debug] Command-line args: ['--verbose', '-f', 'bestvideo+bestaudio', '--output', '%(autonumber)s-%(title)s-%(id)s.%(ext)s', '--restrict-filenames', '--dateafter', '20140821', 'https://www.youtube.com/etc-etc-etc']

I had to ctrl-c the run while I did some other things and when I tried to resume I found out I couldn't.

@dstftw dstftw closed this Jul 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.