aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/downloader/http.py
Commit message (Collapse)AuthorAgeFilesLines
...
* [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
| | | | This is now handled by the generic IE
* Move FileDownloader to its own module and create a new class for each ↵Jaime Marquínez Ferrándiz2013-12-111-0/+191
download process A suitable downloader can be found using the 'get_suitable_downloader' function. Each subclass implements 'real_download', for downloading an info dict you call the 'download' method, which first checks if the video has already been downloaded