aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/downloader/http.py
Commit message (Expand)AuthorAgeFilesLines
* 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