aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/downloader/http.py
Commit message (Expand)AuthorAgeFilesLines
* [downloader/http] Return actual download result (closes #14971)Sergey M․2017-12-131-2/+1
* [http] Rework HTTP downloaderSergey M․2017-08-271-151/+196
* [downloader/fragment] Use temp file for current fragmentSergey M․2017-04-241-6/+2
* [fragment,hls,f4m,dash,ism] improve fragment downloadingRemita Amine2017-04-191-2/+6
* [downloader/http] xattr values should be bytesYen Chi Hsuan2016-10-011-1/+1
* [downloader/http] Use write_xattr function for --xattr-set-filesizeYen Chi Hsuan2016-10-011-3/+5
* [refactor] Single quotes consistencySergey M․2016-02-141-2/+2
* [refactor] Do not specify redundant None as second argument in dict.get()Sergey M․2016-02-141-2/+2
* Switch codebase to use sanitized_Request instead ofSergey M?2015-11-231-6/+4
* [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
* Remove code that was only used by the Grooveshark extractorJaime Marquínez Ferrándiz2015-05-021-7/+2
* Default to continuedl=TruePhilipp Hagemeister2015-03-281-1/+1
* [downloader/http] Add missing fields for _hook_progress callJaime Marquínez Ferrándiz2015-03-041-0/+2
* [downloader/http] Remove wrong '_hook_progress' call (fixes #5117)Jaime Marquínez Ferrándiz2015-03-031-6/+0
* Merge branch 'progress-as-hook2'Philipp Hagemeister2015-02-171-7/+11
|\
| * [downloader] Remove various unneeded assignments and importsPhilipp Hagemeister2015-02-171-4/+1
| * [YoutubeDL] Use a progress hook for progress reportingPhilipp Hagemeister2015-02-171-3/+10
* | [downloader/http] Remove gruesome importPhilipp Hagemeister2015-02-171-4/+3
|/
* [http] PEP8 (#4831)Philipp Hagemeister2015-02-021-3/+3
* Handling Connection Reset by Peer Errorlight942015-02-011-0/+8
* Add --xattr-set-filesize option (Fixes #1348)Philipp Hagemeister2015-01-251-0/+8
* [extractors] Use http_headers for setting the User-Agent and the RefererJaime Marquínez Ferrándiz2015-01-241-4/+0
* [utils] YoutubeDLHandler: don't use 'Youtubedl-user-agent' for overriding the...Jaime Marquínez Ferrándiz2015-01-241-1/+1
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-2/+3
* Merge remote-tracking branch 'SyxbEaEQ2/rate-limit'Philipp Hagemeister2014-12-121-8/+21
|\
| * [downloader/(common/http)] Changes calculation of the rate-limit. (Fix #2297,...SyxbEaEQ22014-07-311-8/+21
* | [http] ModernizePhilipp Hagemeister2014-11-261-9/+11
* | [hlsnative] Support test parameterPhilipp Hagemeister2014-09-241-2/+0
* | [http] Avoid closing stdout (Fixes #3686)Sergey M․2014-09-051-1/+2
* | [grooveshark,http] Make HTTP POST downloads workPhilipp Hagemeister2014-08-241-2/+10
|/
* [http] Fix string/None comparison with int while in testSergey M․2014-04-301-1/+1
* [http] Improve download mechanism when Range HTTP header is ignoredSergey M․2014-04-271-3/+19
* Replace 'referer' with 'http_referer'Sergey M․2014-03-251-2/+2
* Use explicitly set Referer header for downloadingSergey M․2014-03-251-0/+2
* [http] Use the `YoutubeDL.urlopen` methodJaime Marquínez Ferrándiz2014-03-071-2/+2
* Set resume_len to 0 if download is restartedrzhxeo2014-02-261-0/+1
* Some pep8 style fixesJaime Marquínez Ferrándiz2014-01-251-3/+3
* [http] Fix ‘err’ variable not being assigned in an except block (#2045)Jaime Marquínez Ferrándiz2013-12-311-1/+1
* Remove dead codePhilipp Hagemeister2013-12-231-3/+0
* [bliptv] Remove support for direct downloadsPhilipp Hagemeister2013-12-231-2/+0
* Move FileDownloader to its own module and create a new class for each downloa...Jaime Marquínez Ferrándiz2013-12-111-0/+191