Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-11 | Merge remote-tracking branch 'akretz/master' | Philipp Hagemeister | |
2014-12-11 | [youtube] Amend test | Philipp 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-11 | Merge remote-tracking branch 'akretz/youtube_fix' | Philipp Hagemeister | |
2014-12-11 | [youtube] Add test case for #4431 | Philipp Hagemeister | |
2014-12-11 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2014-12-11 | [tvplay] Don't raise an exception if `is_geo_blocked` is True | Naglis 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 dict | Naglis Jonaitis | |
RTMP downloader uses `flash_version` | |||
2014-12-11 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2014-12-11 | [behindkink] Remove superfluous whitespace | Sergey M․ | |
2014-12-11 | [behindkink] Simplify | Sergey M․ | |
2014-12-11 | Merge pull request #4440 from 5moufl/behindkink-fix | Sergey M. | |
[BehindKink] update | |||
2014-12-11 | [BehindKink] Replace test | 5moufl | |
Old one is not accessible anymore | |||
2014-12-11 | [BehindKink] Update URL extraction | 5moufl | |
2014-12-11 | [utils] Add "yesterday" as a date keyword | Philipp Hagemeister | |
2014-12-11 | [youtube] Fix imports | Philipp Hagemeister | |
2014-12-10 | [zdf] Add support for channels | Adrian Kretz | |
2014-12-10 | [smotri:broadcast] Fix extraction | Sergey M․ | |
2014-12-10 | release 2014.12.10.32014.12.10.3 | Philipp Hagemeister | |
2014-12-10 | [facebook] Make thumbnail and duration optional | Philipp Hagemeister | |
Fixes #4425. Looks like both properties aren't given to us anymore. For now, just fall back to not returning them. | |||
2014-12-10 | release 2014.12.10.22014.12.10.2 | Philipp Hagemeister | |
2014-12-10 | [youtube] Pass in all variables to DASH manifest (Fixes #4424) | Philipp Hagemeister | |
2014-12-10 | release 2014.12.10.12014.12.10.1 | Philipp Hagemeister | |
2014-12-10 | [youtube] Handle missing DASH manifest (Fixes #4421, fixes #4420) | Philipp Hagemeister | |
2014-12-10 | release 2014.12.102014.12.10 | Philipp Hagemeister | |
2014-12-09 | Fix PEP8 issue E713 | Jaime Marquínez Ferrándiz | |
2014-12-09 | [bet] Add extractor (Closes #4416) | Sergey M․ | |
2014-12-09 | [extractor/common] Add generic SMIL formats extraction routine | Sergey M․ | |
2014-12-09 | [extractor/common] Document ie_key in url results | Philipp Hagemeister | |
2014-12-08 | Merge pull request #4395 from cryptonaut/issue2883 | Philipp Hagemeister | |
Handle --get-url with merged formats (fixes #2883) | |||
2014-12-08 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2014-12-08 | [bliptv] Add support for audio-only files (Fixes #4404) | Philipp Hagemeister | |
2014-12-08 | [tvigle] Update test and modernize | Sergey M․ | |
2014-12-08 | add teamfourstar.com support | felix | |
2014-12-08 | add direct screenwavemedia.com URL support | felix | |
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-06 | Handle --get-url with merged formats (fixes #2883) | cryptonaut | |
Outputs one URL per line | |||
2014-12-07 | Credit @akretz for prosiebensat1 playlist support (#4394) | Sergey M․ | |
2014-12-07 | Merge branch 'akretz-master' | Sergey M․ | |
2014-12-07 | [prosiebensat1] Improve and simplify | Sergey M․ | |
2014-12-07 | [extractor/common] Add description to playlist_result | Sergey M․ | |
2014-12-06 | [prosiebensat1] Fix broken tests | Adrian 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-06 | Fix utils.py for PyPy on Windows | Grom 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-06 | Allow iterators for playlist result entries | Philipp Hagemeister | |
2014-12-06 | [adultswim] PEP8 | Philipp Hagemeister | |