aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/downloader
AgeCommit message (Expand)Author
2014-04-04[downloader/common] Use `compat_str` with the error in `try_rename` (appeared...Jaime Marquínez Ferrándiz
2014-04-03[downloader/f4m] Close the final videoJaime Marquínez Ferrándiz
2014-03-25Replace 'referer' with 'http_referer'Sergey M․
2014-03-25Use explicitly set Referer header for downloadingSergey M․
2014-03-24[downloader/hls] Encode filename (Fixes #2609)Philipp Hagemeister
2014-03-07[http] Use the `YoutubeDL.urlopen` methodJaime Marquínez Ferrándiz
2014-03-05Do not resume live streamsSergey M․
2014-03-05Use unicode literalsSergey M․
2014-03-05Report no connect as errorSergey M․
2014-03-05Handle rtmpdump's no connection return valueSergey M․
2014-03-05Remove superfluous whitespaceSergey M․
2014-03-05Use meaningful return value constants for rtmpdumpSergey M․
2014-02-26Set resume_len to 0 if download is restartedrzhxeo
2014-02-22[f4m] Clean upPhilipp Hagemeister
2014-02-15[f4m] Download only the first fragment with the `--test` optionJaime Marquínez Ferrándiz
2014-02-15Fix f4m downloading on Python 2.6Philipp Hagemeister
2014-02-09Add a downloader for f4m manifestsJaime Marquínez Ferrándiz
2014-02-08[bbc.co.uk] Add support for bbc.co.uk radio programmes (Closes #2184)Sergey M.
2014-01-27[huffpost] Add supportPhilipp Hagemeister
2014-01-25Some pep8 style fixesJaime Marquínez Ferrándiz
2014-01-08[hls] Fix the program name when reporting the file sizeJaime 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[mplayer] Fix error introduced by downloader separationPhilipp 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