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

YT: Batch Archive - Does not attempt other formats when fragments unavailable when set to abort on both(error and fragment) #20946

Open
altimumdelta opened this issue May 3, 2019 · 0 comments

Comments

@altimumdelta
Copy link

@altimumdelta altimumdelta commented May 3, 2019

Checklist

  • I'm reporting a broken site support issue
  • I've verified that I'm running youtube-dl version 2019.04.30
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar bug reports including closed ones
  • I've read bugs section in FAQ

Verbose log

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v']
[debug] Encodings: locale cp1250, fs mbcs, out cp852, pref cp1250
[debug] youtube-dl version 2019.04.30
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.14393
[debug] exe versions: ffmpeg N-93276-g3b23eb283a, ffprobe N-93276-g3b23eb283a

Verbose not possible. Cannot recreate the problem at this time.

youtube-dl.exe --format 247+251/247+171/136+140/22/244+251/244+171/135+140/35/243+251/243+171/134+140/43/18 --audio-quality 3 --no-overwrites --abort-on-error --abort-on-unavailable-fragment --merge-output-format mkv --ffmpeg-location "C:\...\ffmpeg-latest-win64-static\bin\ffmpeg.exe" --download-archive log.txt -o "X:\...\%%(autonumber)s_-_%%(title)s_-_%%(uploader_id)s_-_%%(view_count)s_-_%%(id)s_-_%%(vcodec)s_-_%%(acodec)s_-_%%(duration)s_-_%%(upload_date)s.%%(ext)s" "https://www.youtube.com/ ...."


[download]  22.7% of 114.18MiB at  1.31MiB/s ETA 01:07         [download] Got server HTTP error: The read operation timed out. Retrying (attempt 5 of 10)...
ERROR: unable to download video data: The read operation timed out

Description

When using --abort-on-error and --abort-on-unavailable-fragment and there is a issue upstream with the availability of the fragments the program does not attempt trying other format options, it only keeps trying the primary one until it aborts the whole process completely.

Shouldn't it try all of the options same way as if the format wouldn't exist, before aborting the whole batch job?

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
1 participant
You can’t perform that action at this time.