aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/downloader
AgeCommit message (Collapse)Author
2015-11-27[downloader/hls] Remove Accept-encoding from headers passed to ffmpegYen Chi Hsuan
Fails for Youtube Gaming live streams (#7671)
2015-11-23Switch codebase to use sanitized_Request instead ofSergey M?
compat_urllib_request.Request [downloader/dash] Use sanitized_Request [downloader/http] Use sanitized_Request [atresplayer] Use sanitized_Request [bambuser] Use sanitized_Request [bliptv] Use sanitized_Request [brightcove] Use sanitized_Request [cbs] Use sanitized_Request [ceskatelevize] Use sanitized_Request [collegerama] Use sanitized_Request [extractor/common] Use sanitized_Request [crunchyroll] Use sanitized_Request [dailymotion] Use sanitized_Request [dcn] Use sanitized_Request [dramafever] Use sanitized_Request [dumpert] Use sanitized_Request [eitb] Use sanitized_Request [escapist] Use sanitized_Request [everyonesmixtape] Use sanitized_Request [extremetube] Use sanitized_Request [facebook] Use sanitized_Request [fc2] Use sanitized_Request [flickr] Use sanitized_Request [4tube] Use sanitized_Request [gdcvault] Use sanitized_Request [extractor/generic] Use sanitized_Request [hearthisat] Use sanitized_Request [hotnewhiphop] Use sanitized_Request [hypem] Use sanitized_Request [iprima] Use sanitized_Request [ivi] Use sanitized_Request [keezmovies] Use sanitized_Request [letv] Use sanitized_Request [lynda] Use sanitized_Request [metacafe] Use sanitized_Request [minhateca] Use sanitized_Request [miomio] Use sanitized_Request [meovideo] Use sanitized_Request [mofosex] Use sanitized_Request [moniker] Use sanitized_Request [mooshare] Use sanitized_Request [movieclips] Use sanitized_Request [mtv] Use sanitized_Request [myvideo] Use sanitized_Request [neteasemusic] Use sanitized_Request [nfb] Use sanitized_Request [niconico] Use sanitized_Request [noco] Use sanitized_Request [nosvideo] Use sanitized_Request [novamov] Use sanitized_Request [nowness] Use sanitized_Request [nuvid] Use sanitized_Request [played] Use sanitized_Request [pluralsight] Use sanitized_Request [pornhub] Use sanitized_Request [pornotube] Use sanitized_Request [primesharetv] Use sanitized_Request [promptfile] Use sanitized_Request [qqmusic] Use sanitized_Request [rtve] Use sanitized_Request [safari] Use sanitized_Request [sandia] Use sanitized_Request [shared] Use sanitized_Request [sharesix] Use sanitized_Request [sina] Use sanitized_Request [smotri] Use sanitized_Request [sohu] Use sanitized_Request [spankwire] Use sanitized_Request [sportdeutschland] Use sanitized_Request [streamcloud] Use sanitized_Request [streamcz] Use sanitized_Request [tapely] Use sanitized_Request [tube8] Use sanitized_Request [tubitv] Use sanitized_Request [twitch] Use sanitized_Request [twitter] Use sanitized_Request [udemy] Use sanitized_Request [vbox7] Use sanitized_Request [veoh] Use sanitized_Request [vessel] Use sanitized_Request [vevo] Use sanitized_Request [viddler] Use sanitized_Request [videomega] Use sanitized_Request [viewvster] Use sanitized_Request [viki] Use sanitized_Request [vk] Use sanitized_Request [vodlocker] Use sanitized_Request [voicerepublic] Use sanitized_Request [wistia] Use sanitized_Request [xfileshare] Use sanitized_Request [xtube] Use sanitized_Request [xvideos] Use sanitized_Request [yandexmusic] Use sanitized_Request [youku] Use sanitized_Request [youporn] Use sanitized_Request [youtube] Use sanitized_Request [patreon] Use sanitized_Request [extractor/common] Remove unused import [nfb] PEP 8
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
Attributes aren't unicode objects, so they couldn't be directly used in info_dict fields (for example '--write-description' doesn't work with bytes).
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
ffmpeg 2.8.1 raises an error with -headers and non-http input files.
2015-10-12[downloader/common] Always skip "already downloaded" check when outputting ↵Sergey M․
to stdout
2015-10-12[downloader/rtmp] Respect --no-continue optionAndroKev
now when downloading a "rtmp-file" the --no-continue option works!
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
#6874) If the filename contains ':' it is interpreted as a protocol. It also handles filenames starting with '-'.
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
--proxy for curl
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.
[f4m] Fix encode error by sanitizing fragment filenames
2015-08-13[downloader/hls] Add _debug_cmdSergey M․
2015-08-13[downloader/fragment] Respect --retries for fragment based downloaders ↵Sergey M․
(Closes #6549)
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
In some videos the base_url already ends with '/'.
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 ↵Sergey M․
Windows
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
2015-06-04[downloader/dash] Rename the protocolYen Chi Hsuan
'http_dash_segments' looks more like a protocol name than 'dash_segments'
2015-06-04[downloader/dash] Reorder importsYen Chi Hsuan
2015-06-04[YoutubeDL] Change how DashSegmentsFD is selectedYen Chi Hsuan
2015-06-03[YoutubeDL] Support DASH manifest downloadingYen Chi Hsuan
2015-05-08[downloader/rtmp] Fix a typoYen Chi Hsuan
2015-05-03[downloader/f4m] Fragment filenames must be sanitizedAntti Ajanki
because the fragment was written to a file with a sanitized name by http_dl.download()
2015-05-02Remove code that was only used by the Grooveshark extractorJaime Marquínez Ferrándiz
2015-04-26[downloader/external] Use encodeArgumentSergey M․
2015-04-26[downloader/rtmp] Fix arguments encoding and simplify retry logic (Closes #5528)Sergey M․
2015-04-26[downloader/common] Use decodeArgumentSergey M․