aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/downloader
AgeCommit message (Expand)Author
2016-01-13[downloader/fragment] Move helper data to context dictSergey M․
2016-01-12[downloader/fragment] More smooth calculationsSergey M․
2016-01-12[downloader/fragment] Remove unused code and fix zero division errorSergey M․
2016-01-10[downloader/fragment] Don't fail if the 'Content-Length' header is missingJaime Marquínez Ferrándiz
2016-01-04[downloader/hls] Don't let ffmpeg read from stdin (#8139)Jaime Marquínez Ferrándiz
2015-12-20Rename error_to_str to error_to_compat_strSergey M․
2015-12-20Properly convert errors to stringsSergey M․
2015-12-11[downloader/f4m] Decode manifest before fixingSergey M․
2015-12-10[downloader/f4m] Fix malformed manifests (Closes #7823)Sergey M․
2015-11-29[downloader/hls] Respect Youtubedl-* headersYen Chi Hsuan
2015-11-27[downloader/hls] Remove Accept-encoding from headers passed to ffmpegYen Chi Hsuan
2015-11-23Switch codebase to use sanitized_Request instead ofSergey M?
2015-11-20Typo fix, found while going through the code.ashutosh-mishra
2015-10-25Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (#7178)Jaime Marquínez Ferrándiz
2015-10-24[downloader/f4m] More accurate fragment URL constructionSergey M․
2015-10-24[downloader/f4m] get the redirected f4m_url and handle url query string properlyremitamine
2015-10-18[downloader/hls] Add headers only for http(s) URLsYen Chi Hsuan
2015-10-12[downloader/common] Always skip "already downloaded" check when outputting to...Sergey M․
2015-10-12[downloader/rtmp] Respect --no-continue optionAndroKev
2015-09-23[downloader/hls] Pass http headers to downloaderSergey M․
2015-09-18[postprocessor/ffmpeg] Always use the 'file:' protocol for filenames (fixes #...Jaime Marquínez Ferrándiz
2015-09-10[downloader/hls] Properly close streamSergey M․
2015-09-05[downloader/external] Use generalized cli option convertersSergey M․
2015-09-04[downloader/external] change _argless_option function to _valueless_optionremitamine
2015-09-04[downloader/external] add _argless_option for option without argumentsremitamine
2015-09-04[downloader/external] add _bool_option to pass value to bool optionremitamine
2015-09-03[downloader/external] Respect --no-check-certificate for curl and aria2c and ...remitamine
2015-08-31[hls] Properly encode fragment filenameSergey M․
2015-08-31[f4m] Add missing importsSergey M․
2015-08-31Merge pull request #5588 from aajanki/encode_frag_filenamesSergey M.
2015-08-13[downloader/hls] Add _debug_cmdSergey M․
2015-08-13[downloader/fragment] Respect --retries for fragment based downloaders (Close...Sergey M․
2015-08-11[downloader/external] Use generic _optionSergey M․
2015-08-11[downloader/external] Forward --proxy to wget and aria2cSergey M․
2015-08-08[downloader/external] Respect --no-check-certificate for wgetSergey M․
2015-08-08adding support for axel download managervijayanand nandam
2015-08-03[downloader/http] Clarify rationale for Content-Range check (#6426)Sergey M․
2015-08-03[downloader/http] Report unable to resumeSergey M․
2015-08-03[downloader/http] SimplifySergey M․
2015-08-03[utils] import reremitamine
2015-08-03[utils] restart download if server does not support byte rangesremitamine
2015-07-29[hls] Implement hlsnative fd in terms of fragment fdSergey M․
2015-07-29[f4m] Implement f4m fd in terms of fragment fdSergey M․
2015-07-29[fragment] Generalize fragmented media file downloaderSergey M․
2015-07-23[downloader/dash] Improve 'combine_url' (fixes #6341)Jaime Marquínez Ferrándiz
2015-07-20Merge remote-tracking branch 'yan12125/download-dash-segments' (#5886)Jaime Marquínez Ferrándiz
2015-06-28[downloader/external] Fix externals downloaders specified with extension on W...Sergey M․
2015-06-25[downloader/external] Add downloader for httpie (closes #6079)Jaime Marquínez Ferrándiz
2015-06-10[downloader/dash] Add testing facilityYen Chi Hsuan
2015-06-10[downloader/dash] Do not pollute ```self```Yen Chi Hsuan