about summary refs log tree commit diff
path: root/youtube_dl/downloader/http.py
Commit message (Expand)AuthorAgeFilesLines
...
* | [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