aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-25release 2015.01.252015.01.25Philipp Hagemeister
2015-01-25Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2015-01-26Credit @David-Development for rtl2 (#4780)Sergey M․
2015-01-26[spiegel] Use generalized formats pre-testingSergey M․
2015-01-26[lynda] Pre-test video URLs for HTTP errors (Closes #2185, closes #4782)Sergey M․
2015-01-26[common] Generalize URLs' HTTP errors pre-testingSergey M․
2015-01-25[drtv] Prefer the version without spoken subtitles (fixes #4779)Jaime Marquínez Ferrándiz
For example for http://www.dr.dk/tv/se/moderne-klassikere/moderne-klassikere-one-republic-apologize#!/, there's a version where everytime someone speaks in English a computer voice translates it.
2015-01-25[generic] Improve description testcase in rss testPhilipp Hagemeister
2015-01-25[rtl2] PEP8, simplify, make rtmp tests run (#470)Philipp Hagemeister
2015-01-25flake8: Ignore .gitPhilipp Hagemeister
2015-01-25Merge remote-tracking branch 'David-Development/rtl2.py'Philipp Hagemeister
2015-01-25refactoring - bug fixesDavid Development
2015-01-25[YoutubeDL] clarify hook documentationPhilipp Hagemeister
2015-01-25Merge branch 'travis-rtmp'Philipp Hagemeister
2015-01-25[ubu] Fix test and modernizePhilipp Hagemeister
2015-01-25[__init__] Work around flake8 false positivePhilipp Hagemeister
2015-01-25[smotri] Fix test casePhilipp Hagemeister
2015-01-25[audiomack:album] Update testcasePhilipp Hagemeister
2015-01-25Test rtmpdump on travis (Fixes #1601)Philipp Hagemeister
2015-01-25Add --xattr-set-filesize option (Fixes #1348)Philipp Hagemeister
2015-01-25[options] Add support for infinite retries (Fixes #507)Philipp Hagemeister
2015-01-25[YoutubeDL] Add --playlist-items option (Fixes #2662)Philipp Hagemeister
2015-01-25Merge remote-tracking branch 'h-collector/master'Philipp Hagemeister
Conflicts: youtube_dl/extractor/fc2.py
2015-01-25[YoutubeDL] Implement --write-all-thumbnails (Closes #2269)Philipp Hagemeister
2015-01-25Add --list-thumbnailsPhilipp Hagemeister
2015-01-25[krasview] Fix extractionSergey M․
2015-01-25Merge branch 'rtl2.py' of https://github.com/David-Development/youtube-dl ↵David Development
into rtl2.py Conflicts: youtube_dl/extractor/rtl2.py
2015-01-25[rtl2] Add new extractorDavid-Development
2015-01-24[YoutubeDL._calc_cookies] Restore the 'is_unverifiable'Jaime Marquínez Ferrándiz
I should have check everything was copied before commiting 4b405cfc6e4f9184567b94ee2f8a4a9851a912b5.
2015-01-24[YoutubeDL._calc_cookies] Restore the 'has_header' methodJaime Marquínez Ferrándiz
I didn't copied it from downloader/external
2015-01-24[YoutubeDL] Fill the info dict 'http_headers' field with all the headers ↵Jaime Marquínez Ferrándiz
available Useful for external tools using the json output. The methods '_calc_headers' and '_calc_cookies' have been copied from the downloader/external, now they just use "info_dict['http_headers']".
2015-01-24[rtl2] Add new extractorDavid-Development
2015-01-24[downloader/external] Use the 'http_headers' fieldJaime Marquínez Ferrándiz
2015-01-24[extractors] Use http_headers for setting the User-Agent and the RefererJaime Marquínez Ferrándiz
2015-01-24[utils] YoutubeDLHandler: don't use 'Youtubedl-user-agent' for overriding ↵Jaime Marquínez Ferrándiz
the default user agent Setting the 'User-Agent' header is enough
2015-01-24[downloader/external] Add curl and aria2c (Closes #182)Philipp Hagemeister
2015-01-24[youtube:truncated_url] Add x-yt-cl URLs (#4773)Philipp Hagemeister
2015-01-24[videott] Improve _VALID_URL and add testSergey M․
2015-01-24Merge pull request #4771 from irfancharania/videottSergey M.
[videott] improve extraction
2015-01-23[videott] improve extractionIrfan Charania
2015-01-24[downloader] Lay groundwork for external downloaders.Philipp Hagemeister
This comes with a very simply implementation for wget; the real work is in setting up the infrastructure.
2015-01-23[downloader] Improve downloader selectionPhilipp Hagemeister
2015-01-23README: Recommend using flake8 instead of pyflake and pep8 separatelyJaime Marquínez Ferrándiz
2015-01-23[twitch] PEP8Jaime Marquínez Ferrándiz
2015-01-23[auengine] Remove extractorJaime Marquínez Ferrándiz
The test is probably infringing copyright and nobody has provided a new test (see #4643).
2015-01-23[cliphunter] Fix extraction and update test (Fixes #4362)Naglis Jonaitis
2015-01-23release 2015.01.23.42015.01.23.4Philipp Hagemeister
2015-01-23Merge remote-tracking branch 'origin/master'Philipp Hagemeister
2015-01-23[youtube] Fixup DASH m4a headersPhilipp Hagemeister
This fixes #2288, #2506, #2607, #3681, #4741, #4767.
2015-01-23[atresplayer] Extract subtitlesSergey M․