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.
2016-03-19 20:42:23 +06:00
..
downloader [downloader/dash] Add fragment retry capability 2016-03-19 20:42:23 +06:00
extractor [extractor/generic] Fix missing byte literal prefix 2016-03-19 05:43:43 +06:00
postprocessor Merge pull request #8611 from remitamine/ffmpegfd 2016-03-13 21:30:27 +01:00
__init__.py [options] Add --fragment-retries option 2016-03-19 20:40:36 +06:00
__main__.py
aes.py
cache.py
compat.py [compat] Add compat_xpath 2016-03-18 02:51:38 +06:00
jsinterp.py
options.py [options] Add --fragment-retries option 2016-03-19 20:40:36 +06:00
swfinterp.py
update.py
utils.py [utils] lookup_unit_table: Match word boundary instead of end of string 2016-03-19 11:44:49 +01:00
version.py release 2016.03.18 2016-03-18 11:43:48 +01:00
YoutubeDL.py Added format_id to the filers on -f. 2016-03-18 23:59:24 +06:00