Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | release 2015.02.10.3 | Philipp Hagemeister | 2015-02-10 | 3 | -1/+3 | |
| | ||||||
* | [ccc] Add new extractor (Fixes #4890) | Philipp Hagemeister | 2015-02-10 | 2 | -0/+100 | |
| | ||||||
* | [test/test_youtube_signature] Use fake YDL | Philipp Hagemeister | 2015-02-10 | 1 | -2/+3 | |
| | ||||||
* | [firstpost] Modernize | Philipp Hagemeister | 2015-02-10 | 1 | -6/+4 | |
| | ||||||
* | [vimeo:album] Add support for album passwords (Fixes #4917) | Philipp Hagemeister | 2015-02-10 | 1 | -7/+52 | |
| | ||||||
* | [options] Add alias --dump-header for --print-traffic | Philipp Hagemeister | 2015-02-10 | 1 | -1/+1 | |
| | ||||||
* | [options] Add --no-color | Philipp Hagemeister | 2015-02-10 | 4 | -3/+10 | |
| | ||||||
* | [pornhd] Fix extraction (fixes #4915) | Philipp Hagemeister | 2015-02-10 | 1 | -9/+10 | |
| | ||||||
* | release 2015.02.10.2 | Philipp Hagemeister | 2015-02-10 | 2 | -1/+18 | |
| | ||||||
* | [YoutubeDL] Add generic video filtering (Fixes #4916) | Philipp Hagemeister | 2015-02-10 | 5 | -2/+147 | |
| | | | | This functionality is intended to eventually encompass the current format filtering. | |||||
* | release 2015.02.10.1 | Philipp Hagemeister | 2015-02-10 | 1 | -1/+1 | |
| | ||||||
* | [commonmistakes] Detect BOMs at the beginning of URLs | Philipp Hagemeister | 2015-02-10 | 2 | -1/+18 | |
| | | | | Reported at https://bugzilla.redhat.com/show_bug.cgi?id=1093517 . | |||||
* | [bandcamp] Correct variable name | Philipp Hagemeister | 2015-02-10 | 1 | -1/+1 | |
| | ||||||
* | Use snake_case instead of camelCase | Philipp Hagemeister | 2015-02-10 | 1 | -12/+12 | |
| | ||||||
* | [commonmistakes] Correct logic error | Philipp Hagemeister | 2015-02-10 | 1 | -1/+1 | |
| | ||||||
* | release 2015.02.10 | Philipp Hagemeister | 2015-02-10 | 1 | -1/+1 | |
| | ||||||
* | [extractor/common] Wrap extractor errors (Fixes #1194) | Philipp Hagemeister | 2015-02-10 | 1 | -2/+9 | |
| | | | | 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. | |||||
* | [bandcamp] Use our API to get more stable error messages (#1194) | Philipp Hagemeister | 2015-02-09 | 1 | -7/+10 | |
| | ||||||
* | [svtplay] Correct test case | Philipp Hagemeister | 2015-02-09 | 1 | -4/+5 | |
| | ||||||
* | release 2015.02.09.3 | Philipp Hagemeister | 2015-02-09 | 2 | -1/+2 | |
| | ||||||
* | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2015-02-09 | 1 | -18/+33 | |
|\ | ||||||
| * | [trilulilu] Add support for videos without category in the URL (Closes #4067) | Naglis Jonaitis | 2015-02-09 | 1 | -18/+33 | |
| | | | | | | | | Also, update the testcase, detect private/country restricted videos and modernize a bit. | |||||
* | | [YoutubeDL] Do not show worst in --list-formats output | Philipp Hagemeister | 2015-02-09 | 1 | -1/+0 | |
| | | | | | | | | Nobody wants to know what the worst possible format is. And if they do, they can still provide -f worst. | |||||
* | | [svtplay] Add new extractor (Fixes #4914) | Philipp Hagemeister | 2015-02-09 | 2 | -0/+56 | |
|/ | ||||||
* | [youtube] Don't override format info from the dash manifest (fixes #4911) | Jaime Marquínez Ferrándiz | 2015-02-09 | 1 | -2/+3 | |
| | ||||||
* | release 2015.02.09.2 | Philipp Hagemeister | 2015-02-09 | 1 | -1/+1 | |
| | ||||||
* | [generic] Improve SBS detection (Fixes #4899) | Philipp Hagemeister | 2015-02-09 | 1 | -1/+6 | |
| | ||||||
* | release 2015.02.09.1 | Philipp Hagemeister | 2015-02-09 | 1 | -1/+1 | |
| | ||||||
* | [rtlnow] Add test for @mmue's extension (#4908) | Philipp Hagemeister | 2015-02-09 | 1 | -0/+9 | |
| | ||||||
* | Merge remote-tracking branch 'mmue/fix-rtlnow' | Philipp Hagemeister | 2015-02-09 | 1 | -3/+12 | |
|\ | ||||||
| * | fix rtlnow for newer series like "Der Bachelor" season 5 | Markus Müller | 2015-02-08 | 1 | -3/+12 | |
| | | ||||||
* | | [generic] Add support for jwPlayer YouTube videos | Philipp Hagemeister | 2015-02-09 | 1 | -1/+17 | |
| | | | | | | | | This makes nationalarchives.gov.uk work (Fixes #4907, fixes #4876) | |||||
* | | release 2015.02.09 | Philipp Hagemeister | 2015-02-09 | 2 | -15/+15 | |
|/ | ||||||
* | [options] Mention asr as possible filter | Sergey M․ | 2015-02-09 | 1 | -2/+2 | |
| | ||||||
* | release 2015.02.08 | Philipp Hagemeister | 2015-02-08 | 3 | -2/+5 | |
| | ||||||
* | [options] Update help on string comparisons | Sergey M․ | 2015-02-09 | 1 | -1/+3 | |
| | ||||||
* | [YoutubeDL] Allow filtering by audio sampling rate | Sergey M․ | 2015-02-09 | 1 | -1/+1 | |
| | ||||||
* | [YoutubeDL] Allow filtering by string properties (#4906) | Sergey M․ | 2015-02-09 | 1 | -12/+29 | |
| | ||||||
* | Credit @robin007bond for tweakers (#4881) and gamekings fixes (#4901) | Sergey M․ | 2015-02-08 | 1 | -0/+1 | |
| | ||||||
* | [gamekings] Support videos from news pages | Sergey M․ | 2015-02-08 | 1 | -1/+4 | |
| | ||||||
* | Merge branch 'robin007bond-gamekings' | Sergey M․ | 2015-02-08 | 1 | -16/+39 | |
|\ | ||||||
| * | [gamekings] Improve extraction | Sergey M․ | 2015-02-08 | 1 | -35/+29 | |
| | | ||||||
| * | Merge branch 'gamekings' of https://github.com/robin007bond/youtube-dl into ↵ | Sergey M․ | 2015-02-08 | 1 | -6/+35 | |
|/| | | | | | | | robin007bond-gamekings | |||||
| * | [Gamekings] Use thumbnail in return statement | robin | 2015-02-08 | 1 | -0/+1 | |
| | | ||||||
| * | [Gamekings] Use xpath | robin | 2015-02-08 | 1 | -12/+15 | |
| | | | | | | | | XPath is used for extracting the video url and the thumbnail | |||||
| * | [Gamekings] Download playlist | robin | 2015-02-08 | 1 | -1/+12 | |
| | | | | | | | | Todo: URL and Thumbnail should be extracted with XPath | |||||
| * | [Gamekings] Check string for vimeo, fix test | robin | 2015-02-08 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | The test now doesn't fail anymore. It just checks the string for having "vimeo" in it, instead of using the method for URL-checking, since it's returns an error. The tests don't fail, and the extractor works fine now. | |||||
| * | [Gamekings] Added test and replaced video_url | robin | 2015-02-08 | 1 | -2/+13 | |
| | | | | | | | | | | | | Quick and dirty fix for the Gamekings extractor. It gives an error about the video_url, but it downloads it now instead of giving a 404 error on newer Gamekings videos | |||||
| * | [Gamekings] Fix order of replacement string | robin | 2015-02-08 | 1 | -1/+1 | |
| | | | | | | | | Oops. | |||||
| * | [Gamekings] Fixed typo in URL replacement | robin | 2015-02-08 | 1 | -1/+1 | |
| | |