You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
youtube-dl/youtube_dl
Sergey M․ e33baba0dd [downloader/dash] Add fragment retry capability
YouTube may often return 404 HTTP error for a fragment causing the
whole download to fail. However if the same fragment is immediately
retried with the same request data this usually succeeds (1-2 attemps
is usually enough) thus allowing to download the whole file successfully.
So, we will retry all fragments that fail with 404 HTTP error for now.
9 years ago
..
downloader [downloader/dash] Add fragment retry capability 9 years ago
extractor [extractor/generic] Fix missing byte literal prefix 9 years ago
postprocessor Merge pull request #8611 from remitamine/ffmpegfd 9 years ago
YoutubeDL.py Added format_id to the filers on -f. 9 years ago
__init__.py [options] Add --fragment-retries option 9 years ago
__main__.py
aes.py
cache.py
compat.py [compat] Add compat_xpath 9 years ago
jsinterp.py
options.py [options] Add --fragment-retries option 9 years ago
swfinterp.py
update.py
utils.py [utils] lookup_unit_table: Match word boundary instead of end of string 9 years ago
version.py release 2016.03.18 9 years ago