Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-12-06 | [nba] Remove unused import | Philipp Hagemeister | |
2014-12-06 | [tagesschau] Look at the right place for download links | Philipp Hagemeister | |
2014-12-06 | [test_utils] Make test more realistically (#4377) | Philipp Hagemeister | |
2014-12-06 | Credit @cryptonaut for adultswim (#4388) | Philipp Hagemeister | |
2014-12-06 | [youtube] Modernize | Philipp Hagemeister | |
2014-12-06 | [ffmpeg] Improve version check and call it from hls (Fixes #4377) | Philipp Hagemeister | |
2014-12-06 | Merge remote-tracking branch 'cryptonaut/adultswim' | Philipp Hagemeister | |
2014-12-06 | [nba] Add test for #4387 | Philipp Hagemeister | |
2014-12-06 | [nba] Modernize | Philipp Hagemeister | |
2014-12-06 | [nba] Improve _VALID_URL regex (fixes #4387) | cryptonaut | |
Allows for optional trailing / or /index.html | |||
2014-12-06 | fix increment operator | netanel | |
2014-12-05 | [adultswim] Updated to work with new site format (fixes #4317) | cryptonaut | |
2014-12-06 | release 2014.12.06.12014.12.06.1 | Philipp Hagemeister | |
2014-12-06 | [youporn] Fix JSON parameter regexp (Fixes #4384) | Philipp Hagemeister | |
2014-12-06 | release 2014.12.062014.12.06 | Philipp Hagemeister | |