aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2014-12-11[zdf:channel] Simplify (#4427)Philipp Hagemeister
2014-12-11Merge remote-tracking branch 'akretz/master'Philipp Hagemeister
2014-12-11[youtube] Amend testPhilipp Hagemeister
2014-12-11[youtube] Do not warn if DASH manifest is missing (#4442)Philipp Hagemeister
2014-12-11[youtube] Make category optional (#4442)Philipp Hagemeister
2014-12-11Merge remote-tracking branch 'akretz/youtube_fix'Philipp Hagemeister
2014-12-11[youtube] Add test case for #4431Philipp Hagemeister
2014-12-11Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2014-12-11[tvplay] Don't raise an exception if `is_geo_blocked` is TrueNaglis Jonaitis
Videos which return `is_geo_blocked' to be True can actually be downloaded from the country to which the video is restricted
2014-12-11[youtube] The case that 'url_encoded_fmt_stream_map' or 'adaptive_fmts' is ↵Adrian Kretz
the empty string is handled accordingly (fixes #4431)
2014-12-11[ntv] Rename `flash_ver` to `flash_version` in the format dictNaglis Jonaitis
RTMP downloader uses `flash_version`
2014-12-11Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2014-12-11[behindkink] Remove superfluous whitespaceSergey M․
2014-12-11[behindkink] SimplifySergey M․
2014-12-11[BehindKink] Replace test5moufl
Old one is not accessible anymore
2014-12-11[BehindKink] Update URL extraction5moufl
2014-12-11[utils] Add "yesterday" as a date keywordPhilipp Hagemeister
2014-12-11[youtube] Fix importsPhilipp Hagemeister
2014-12-10[zdf] Add support for channelsAdrian Kretz
2014-12-10[smotri:broadcast] Fix extractionSergey M․
2014-12-10release 2014.12.10.32014.12.10.3Philipp Hagemeister
2014-12-10[facebook] Make thumbnail and duration optionalPhilipp Hagemeister
Fixes #4425. Looks like both properties aren't given to us anymore. For now, just fall back to not returning them.
2014-12-10release 2014.12.10.22014.12.10.2Philipp Hagemeister
2014-12-10[youtube] Pass in all variables to DASH manifest (Fixes #4424)Philipp Hagemeister
2014-12-10release 2014.12.10.12014.12.10.1Philipp Hagemeister
2014-12-10[youtube] Handle missing DASH manifest (Fixes #4421, fixes #4420)Philipp Hagemeister
2014-12-10release 2014.12.102014.12.10Philipp Hagemeister
2014-12-09Fix PEP8 issue E713Jaime Marquínez Ferrándiz
2014-12-09[bet] Add extractor (Closes #4416)Sergey M․
2014-12-09[extractor/common] Add generic SMIL formats extraction routineSergey M․
2014-12-09[extractor/common] Document ie_key in url resultsPhilipp Hagemeister
2014-12-08Merge pull request #4395 from cryptonaut/issue2883Philipp Hagemeister
Handle --get-url with merged formats (fixes #2883)
2014-12-08Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2014-12-08[bliptv] Add support for audio-only files (Fixes #4404)Philipp Hagemeister
2014-12-08[tvigle] Update test and modernizeSergey M․
2014-12-08add teamfourstar.com supportfelix
2014-12-08add direct screenwavemedia.com URL supportfelix
2014-12-07[nhl] Make sure we add '_sd' before the extension (fixes #4397)Jaime Marquínez Ferrándiz
'.replace' would find the first dot in the path.
2014-12-06Handle --get-url with merged formats (fixes #2883)cryptonaut
Outputs one URL per line
2014-12-07[prosiebensat1] Improve and simplifySergey M․
2014-12-07[extractor/common] Add description to playlist_resultSergey M․
2014-12-06[prosiebensat1] Fix broken testsAdrian Kretz
2014-12-06[prosiebensat1] Add support for playlists (fixes #4357)Adrian Kretz
2014-12-06[radio.de] Add support for radio.de websites (Closes #4393)Sergey M․
2014-12-06[twitch] Add login support (#3986)Sergey M․
2014-12-06Fix utils.py for PyPy on WindowsGrom PE
The line ```python from __future__ import unicode_literals ``` introduced in commit [ecc0c5ee01f0e5bdd6af0c32cb5b4adcb2a2f78c](https://github.com/rg3/youtube-dl/commit/ecc0c5ee01f0e5bdd6af0c32cb5b4adcb2a2f78c) broke youtube-dl for PyPy on Windows, making it unable to locate WinAPI functions. Error: "TypeError: function name must be a string or integer" Adding "b" prefix to strings with WinAPI function names fixes it.
2014-12-06Allow iterators for playlist result entriesPhilipp Hagemeister
2014-12-06[adultswim] PEP8Philipp Hagemeister
2014-12-06[nba] Remove unused importPhilipp Hagemeister
2014-12-06[tagesschau] Look at the right place for download linksPhilipp Hagemeister