aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-25[audiomack:album] Update testcasePhilipp 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-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[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․
2015-01-23Merge remote-tracking branch 'origin/master'Philipp Hagemeister
2015-01-23[liveleak] Add original videos (Fixes #4768)Philipp Hagemeister
2015-01-23[atresplayer] Filter URLs and clarify android format idsSergey M․
2015-01-23[liveleak] ModernizePhilipp Hagemeister
2015-01-23[twitch] Add support for bookmarksSergey M․
2015-01-23[atresplayer] Don't include f4m formats if they are protected by DRM (fixes ↵Jaime Marquínez Ferrándiz
#4705)
2015-01-23[downloader/f4m] build_fragments_list: Support videos with more than 1 segmentJaime Marquínez Ferrándiz
2015-01-23release 2015.01.23.32015.01.23.3Philipp Hagemeister
2015-01-23[utils] Catch strange Windows errors (Closes #4733)Philipp Hagemeister
2015-01-23Fix --sleep-interval (#3426)Philipp Hagemeister
2015-01-23Merge remote-tracking branch 'rupertbaxter2/master'Philipp Hagemeister
Conflicts: youtube_dl/__init__.py youtube_dl/downloader/common.py
2015-01-23[generic] Add support for Cinerama player (Fixes #4752)Philipp Hagemeister
2015-01-23release 2015.01.23.22015.01.23.2Philipp Hagemeister
2015-01-23[utils] Simplify HTTPS socket creationPhilipp Hagemeister
We were duplicating (bad) code and doing crazy things with SSL. Just use TLSv1 across the board, and do with one implementation of HTTPSConnection.connect. Fixes #4696.
2015-01-23[gamestar] Modernize slightlyPhilipp Hagemeister
2015-01-23Merge remote-tracking branch 'derrotebaron/master'Philipp Hagemeister
2015-01-23Merge pull request #4745 from BitLooter/masterPhilipp Hagemeister
Embed description and URL as MP4 tags
2015-01-23[generic] Add support for BOMs (Fixes #4753)Philipp Hagemeister
2015-01-23release 2015.01.23.12015.01.23.1Philipp Hagemeister
2015-01-23[testtube] Add new extractor (Fixes #4759)Philipp Hagemeister
2015-01-23release 2015.01.232015.01.23Philipp Hagemeister