aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/downloader/http.py
AgeCommit message (Expand)Author
2015-02-17Merge branch 'progress-as-hook2'Philipp Hagemeister
2015-02-17[downloader] Remove various unneeded assignments and importsPhilipp Hagemeister
2015-02-17[downloader/http] Remove gruesome importPhilipp Hagemeister
2015-02-17[YoutubeDL] Use a progress hook for progress reportingPhilipp Hagemeister
2015-02-02[http] PEP8 (#4831)Philipp Hagemeister
2015-02-01Handling Connection Reset by Peer Errorlight94
2015-01-25Add --xattr-set-filesize option (Fixes #1348)Philipp Hagemeister
2015-01-24[extractors] Use http_headers for setting the User-Agent and the RefererJaime Marquínez Ferrándiz
2015-01-24[utils] YoutubeDLHandler: don't use 'Youtubedl-user-agent' for overriding the...Jaime Marquínez Ferrándiz
2014-12-13Fix imports and general cleanupPhilipp Hagemeister
2014-12-12Merge remote-tracking branch 'SyxbEaEQ2/rate-limit'Philipp Hagemeister
2014-11-26[http] ModernizePhilipp Hagemeister
2014-09-24[hlsnative] Support test parameterPhilipp Hagemeister
2014-09-05[http] Avoid closing stdout (Fixes #3686)Sergey M․
2014-08-24[grooveshark,http] Make HTTP POST downloads workPhilipp Hagemeister
2014-07-31[downloader/(common/http)] Changes calculation of the rate-limit. (Fix #2297,...SyxbEaEQ2
2014-04-30[http] Fix string/None comparison with int while in testSergey M․
2014-04-27[http] Improve download mechanism when Range HTTP header is ignoredSergey M․
2014-03-25Replace 'referer' with 'http_referer'Sergey M․
2014-03-25Use explicitly set Referer header for downloadingSergey M․
2014-03-07[http] Use the `YoutubeDL.urlopen` methodJaime Marquínez Ferrándiz
2014-02-26Set resume_len to 0 if download is restartedrzhxeo
2014-01-25Some pep8 style fixesJaime Marquínez Ferrándiz
2013-12-31[http] Fix ‘err’ variable not being assigned in an except block (#2045)Jaime Marquínez Ferrándiz
2013-12-23Remove dead codePhilipp Hagemeister
2013-12-23[bliptv] Remove support for direct downloadsPhilipp Hagemeister
2013-12-11Move FileDownloader to its own module and create a new class for each downloa...Jaime Marquínez Ferrándiz