Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-11 | release 2015.02.112015.02.11 | Philipp Hagemeister | |
2015-02-11 | [youtube] Extract average rating (closes #2362) | Jaime Marquínez Ferrándiz | |
2015-02-11 | flake8: Ignore some error added in pep8 1.6 | Jaime Marquínez Ferrándiz | |
* E402: we exectute code between imports, like modifying 'sys.path' in the tests * E731: we assign to lambdas in a lot of places, we may want to consider defining functions in a single line instead (what pep8 recommends) | |||
2015-02-11 | [aes] style: Put __all__ variable at the end of the file | Jaime Marquínez Ferrándiz | |
2015-02-11 | [dotsub] Fix extraction and modernize | Sergey M․ | |
2015-02-11 | [test/parameters.json] Set 'fixup' to 'never' | Jaime Marquínez Ferrándiz | |
The fixed audio files for Youtube have a size lower that the minimum required. | |||
2015-02-11 | [dctptv] Skip rtmp download | Sergey M․ | |
2015-02-11 | [canalplus] Add support for itele.fr URLs (Closes #4931) | Naglis Jonaitis | |
2015-02-11 | [teamcoco] Fix video id extraction | Naglis Jonaitis | |
2015-02-10 | [ntvru] Adapt to new direct delivery and modernize (Closes #4918) | Sergey M․ | |
2015-02-10 | release 2015.02.10.52015.02.10.5 | Philipp Hagemeister | |
2015-02-10 | [escapist] Filter video differently (Fixes #4919) | Philipp Hagemeister | |
2015-02-10 | [escapist] Modernize | Philipp Hagemeister | |
2015-02-10 | release 2015.02.10.42015.02.10.4 | Philipp Hagemeister | |
2015-02-10 | [YoutubeDL] Do not perform filter matching on partial results (Fixes #4921) | Philipp Hagemeister | |
2015-02-10 | release 2015.02.10.32015.02.10.3 | Philipp Hagemeister | |
2015-02-10 | [ccc] Add new extractor (Fixes #4890) | Philipp Hagemeister | |
2015-02-10 | [test/test_youtube_signature] Use fake YDL | Philipp Hagemeister | |
2015-02-10 | [firstpost] Modernize | Philipp Hagemeister | |
2015-02-10 | [vimeo:album] Add support for album passwords (Fixes #4917) | Philipp Hagemeister | |
2015-02-10 | [options] Add alias --dump-header for --print-traffic | Philipp Hagemeister | |
2015-02-10 | [options] Add --no-color | Philipp Hagemeister | |
2015-02-10 | [pornhd] Fix extraction (fixes #4915) | Philipp Hagemeister | |
2015-02-10 | release 2015.02.10.22015.02.10.2 | Philipp Hagemeister | |
2015-02-10 | [YoutubeDL] Add generic video filtering (Fixes #4916) | Philipp Hagemeister | |
This functionality is intended to eventually encompass the current format filtering. | |||
2015-02-10 | release 2015.02.10.12015.02.10.1 | Philipp Hagemeister | |
2015-02-10 | [commonmistakes] Detect BOMs at the beginning of URLs | Philipp Hagemeister | |
Reported at https://bugzilla.redhat.com/show_bug.cgi?id=1093517 . | |||
2015-02-10 | [bandcamp] Correct variable name | Philipp Hagemeister | |
2015-02-10 | Use snake_case instead of camelCase | Philipp Hagemeister | |
2015-02-10 | [commonmistakes] Correct logic error | Philipp Hagemeister | |
2015-02-10 | release 2015.02.102015.02.10 | Philipp Hagemeister | |
2015-02-10 | [extractor/common] Wrap extractor errors (Fixes #1194) | Philipp Hagemeister | |
For now, we just wrap some common errors. More may follow. We do not want to catch actual programming errors in the extractors, such as 1 // 0. | |||
2015-02-09 | [bandcamp] Use our API to get more stable error messages (#1194) | Philipp Hagemeister | |
2015-02-09 | [svtplay] Correct test case | Philipp Hagemeister | |
2015-02-09 | release 2015.02.09.32015.02.09.3 | Philipp Hagemeister | |
2015-02-09 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2015-02-09 | [trilulilu] Add support for videos without category in the URL (Closes #4067) | Naglis Jonaitis | |
Also, update the testcase, detect private/country restricted videos and modernize a bit. | |||
2015-02-09 | [YoutubeDL] Do not show worst in --list-formats output | Philipp Hagemeister | |
Nobody wants to know what the worst possible format is. And if they do, they can still provide -f worst. | |||
2015-02-09 | [svtplay] Add new extractor (Fixes #4914) | Philipp Hagemeister | |
2015-02-09 | [youtube] Don't override format info from the dash manifest (fixes #4911) | Jaime Marquínez Ferrándiz | |
2015-02-09 | release 2015.02.09.22015.02.09.2 | Philipp Hagemeister | |
2015-02-09 | [generic] Improve SBS detection (Fixes #4899) | Philipp Hagemeister | |
2015-02-09 | release 2015.02.09.12015.02.09.1 | Philipp Hagemeister | |
2015-02-09 | [rtlnow] Add test for @mmue's extension (#4908) | Philipp Hagemeister | |
2015-02-09 | Merge remote-tracking branch 'mmue/fix-rtlnow' | Philipp Hagemeister | |
2015-02-09 | [generic] Add support for jwPlayer YouTube videos | Philipp Hagemeister | |
This makes nationalarchives.gov.uk work (Fixes #4907, fixes #4876) | |||
2015-02-09 | release 2015.02.092015.02.09 | Philipp Hagemeister | |
2015-02-08 | fix rtlnow for newer series like "Der Bachelor" season 5 | Markus Müller | |
2015-02-09 | [options] Mention asr as possible filter | Sergey M․ | |
2015-02-08 | release 2015.02.082015.02.08 | Philipp Hagemeister | |