aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/downloader
Commit message (Expand)AuthorAgeFilesLines
* [downloader/f4m] Do not update fragment list while testSergey M․2016-01-301-2/+3
* [downloader/fragment] Remove superfluous whitespaceSergey M․2016-01-301-3/+1
* [downloader/f4m] Add live stream flag to contextSergey M․2016-01-301-0/+1
* [downloader/fragment] Do not report total bytes estimation and eta for live s...Sergey M․2016-01-301-9/+16
* [downloader/f4m] Prefer bootstrap url attribute over inline bootstrap infoSergey M․2016-01-301-3/+9
* Add --hls-use-mpegts optionJaime Marquínez Ferrándiz2016-01-302-1/+6
* [downloader/common] report_retry: Don't crash when retries is infinite (fixes...Jaime Marquínez Ferrándiz2016-01-221-1/+1
* [downloader/hls] Ask ffmpeg to quit when interrupting youtube-dl with 'Ctrl+C...Jaime Marquínez Ferrándiz2016-01-191-1/+10
* [downloader/fragment] Move helper data to context dictSergey M․2016-01-131-11/+14
* [downloader/fragment] More smooth calculationsSergey M․2016-01-121-6/+16
* [downloader/fragment] Remove unused code and fix zero division errorSergey M․2016-01-121-10/+3
* [downloader/fragment] Don't fail if the 'Content-Length' header is missingJaime Marquínez Ferrándiz2016-01-101-1/+1
* [downloader/hls] Don't let ffmpeg read from stdin (#8139)Jaime Marquínez Ferrándiz2016-01-041-1/+1
* Rename error_to_str to error_to_compat_strSergey M․2015-12-201-2/+2
* Properly convert errors to stringsSergey M․2015-12-201-2/+2
* [downloader/f4m] Decode manifest before fixingSergey M․2015-12-111-1/+1
* [downloader/f4m] Fix malformed manifests (Closes #7823)Sergey M․2015-12-101-1/+5
* [downloader/hls] Respect Youtubedl-* headersYen Chi Hsuan2015-11-291-1/+3
* [downloader/hls] Remove Accept-encoding from headers passed to ffmpegYen Chi Hsuan2015-11-271-1/+1
* Switch codebase to use sanitized_Request instead ofSergey M?2015-11-232-8/+6
* Typo fix, found while going through the code.ashutosh-mishra2015-11-202-2/+2
* Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (#7178)Jaime Marquínez Ferrándiz2015-10-251-2/+2
* [downloader/f4m] More accurate fragment URL constructionSergey M․2015-10-241-3/+6
* [downloader/f4m] get the redirected f4m_url and handle url query string properlyremitamine2015-10-241-5/+10
* [downloader/hls] Add headers only for http(s) URLsYen Chi Hsuan2015-10-181-1/+1
* [downloader/common] Always skip "already downloaded" check when outputting to...Sergey M․2015-10-121-1/+1
* [downloader/rtmp] Respect --no-continue optionAndroKev2015-10-121-1/+1
* [downloader/hls] Pass http headers to downloaderSergey M․2015-09-231-3/+12
* [postprocessor/ffmpeg] Always use the 'file:' protocol for filenames (fixes #...Jaime Marquínez Ferrándiz2015-09-181-1/+1
* [downloader/hls] Properly close streamSergey M․2015-09-101-0/+1
* [downloader/external] Use generalized cli option convertersSergey M․2015-09-051-17/+8
* [downloader/external] change _argless_option function to _valueless_optionremitamine2015-09-041-4/+4
* [downloader/external] add _argless_option for option without argumentsremitamine2015-09-041-4/+6
* [downloader/external] add _bool_option to pass value to bool optionremitamine2015-09-041-1/+9
* [downloader/external] Respect --no-check-certificate for curl and aria2c and ...remitamine2015-09-031-1/+4
* [hls] Properly encode fragment filenameSergey M․2015-08-311-4/+5
* [f4m] Add missing importsSergey M․2015-08-311-0/+2
* Merge pull request #5588 from aajanki/encode_frag_filenamesSergey M.2015-08-311-11/+12
|\
| * [downloader/f4m] Fragment filenames must be sanitizedAntti Ajanki2015-05-031-11/+12
* | [downloader/hls] Add _debug_cmdSergey M․2015-08-131-0/+2
* | [downloader/fragment] Respect --retries for fragment based downloaders (Close...Sergey M․2015-08-131-0/+1
* | [downloader/external] Use generic _optionSergey M․2015-08-111-13/+4
* | [downloader/external] Forward --proxy to wget and aria2cSergey M․2015-08-111-0/+10
* | [downloader/external] Respect --no-check-certificate for wgetSergey M․2015-08-081-0/+4
* | adding support for axel download managervijayanand nandam2015-08-081-0/+10
* | [downloader/http] Clarify rationale for Content-Range check (#6426)Sergey M․2015-08-031-4/+11
* | [downloader/http] Report unable to resumeSergey M․2015-08-031-0/+1
* | [downloader/http] SimplifySergey M․2015-08-031-7/+3
* | [utils] import reremitamine2015-08-031-0/+1
* | [utils] restart download if server does not support byte rangesremitamine2015-08-031-0/+14