Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | |||||
* | [Gamekings] Fix 404 when large isn't available | robin | 2015-02-08 | 1 | -0/+2 |
| | | | | | | | When trying to download some GameKings videos, not all worked. This was because not all videos had a "/large"-URL available. The extractor checks now if the /large URL is available, if it isn't, it tries to get the normal URL. | ||||
* | Use match_id method instead of splitted URL | robin | 2015-02-05 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary TODO-comments | robin | 2015-02-05 | 1 | -5/+0 |
| | |||||
* | Remove player-url in tweakers.py | robin | 2015-02-05 | 1 | -1/+0 |
| | | | | Player-url only needed for rmftp, not for regular URLs | ||||
* | Edit Tweakers extractor | robin | 2015-02-05 | 1 | -4/+4 |
| | | | | | Fixed code conventions (mainly adding two or more spaces before making an inline comment) | ||||
* | [tweakers] Add new extractor | robin | 2015-02-05 | 2 | -0/+42 |
| | |||||
* | Merge branch 'Frenzie-npo' | Sergey M․ | 2015-02-05 | 2 | -2/+14 |
|\ | |||||
| * | Credit @Frenzie for npo subtitles (#4878) | Sergey M․ | 2015-02-05 | 1 | -0/+1 |
| | | |||||
| * | [npo] Fix subtitles (Closes #3638) | Sergey M․ | 2015-02-05 | 1 | -5/+8 |
| | | |||||
| * | Add NPO.nl subtitles | Frans de Jonge | 2015-02-05 | 1 | -2/+10 |
|/ | | | | Implements #3638 | ||||
* | release 2015.02.04 | Philipp Hagemeister | 2015-02-04 | 1 | -1/+1 |
| | |||||
* | [mixcloud] Fix extraction (Closes #4862) | Sergey M․ | 2015-02-04 | 1 | -3/+16 |
| | |||||
* | [generic/ooyala] Add support for Ooyala embeds on SBN network websites ↵ | naglis | 2015-02-04 | 1 | -1/+23 |
| | | | | (Fixes #4859) | ||||
* | [README] Add an FAQ entry about anime sites | Philipp Hagemeister | 2015-02-03 | 1 | -0/+8 |
| | |||||
* | release 2015.02.03.1 | Philipp Hagemeister | 2015-02-03 | 2 | -1/+2 |
| | |||||
* | [wsj] Add new extractor (Fixes #4854) | Philipp Hagemeister | 2015-02-03 | 5 | -1/+95 |
| | |||||
* | [sort_formats] Prefer bitrate over video size | Philipp Hagemeister | 2015-02-03 | 1 | -3/+3 |
| | | | | 720p @ 1000KB/s looks way better than 1080p @ 500KB/s | ||||
* | [YoutubeDL] Calculate thumbnail IDs automatically | Philipp Hagemeister | 2015-02-03 | 1 | -1/+3 |
| | |||||
* | [aftonbladet] Modernize | Philipp Hagemeister | 2015-02-03 | 1 | -5/+1 |
| | |||||
* | [franceculture] Rewrite for new HTML scheme (Fixes #4853) | Philipp Hagemeister | 2015-02-03 | 2 | -40/+42 |
| | |||||
* | release 2015.02.03 | Philipp Hagemeister | 2015-02-03 | 3 | -9/+58 |
| | |||||
* | [descripts/release] Regenerate auxiliary documentation on build as well | Philipp Hagemeister | 2015-02-03 | 1 | -3/+3 |
| | |||||
* | [README] typo | Philipp Hagemeister | 2015-02-03 | 1 | -1/+1 |
| | |||||
* | [ffmpeg] --add-metadata: Set comment and purl fields (Fixes #4847) | Philipp Hagemeister | 2015-02-03 | 1 | -1/+2 |
| | |||||
* | [Makefile] Simplify clean/cleanall | Philipp Hagemeister | 2015-02-03 | 2 | -5/+2 |
| | |||||
* | release 2015.02.02.5 | Philipp Hagemeister | 2015-02-02 | 1 | -1/+1 |
| | |||||
* | [brightcove] Fix up more generically invalid XML (Fixes #4849) | Philipp Hagemeister | 2015-02-02 | 1 | -1/+1 |
| | |||||
* | release 2015.02.02.4 | Philipp Hagemeister | 2015-02-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2015-02-02 | 1 | -2/+17 |
|\ | |||||
| * | [nfl] Add support for articles pages (fixes #4848) | Jaime Marquínez Ferrándiz | 2015-02-02 | 1 | -2/+17 |
| | | |||||
* | | [normalboots] Remove unused import | Philipp Hagemeister | 2015-02-02 | 1 | -2/+0 |
| | | |||||
* | | [nerdist] Add new extractor (Fixes #4851) | Philipp Hagemeister | 2015-02-02 | 3 | -2/+86 |
| | | |||||
* | | [normalboots] Modernize | Philipp Hagemeister | 2015-02-02 | 1 | -11/+14 |
|/ | |||||
* | release 2015.02.02.3 | Philipp Hagemeister | 2015-02-02 | 1 | -1/+1 |
| | |||||
* | [vevo] Restore SMIL support (#3656) | Philipp Hagemeister | 2015-02-02 | 1 | -2/+23 |
| | |||||
* | release 2015.02.02.2 | Philipp Hagemeister | 2015-02-02 | 1 | -1/+1 |
| | |||||
* | [ntvru] Remove unused import | Philipp Hagemeister | 2015-02-02 | 1 | -2/+0 |
| | |||||
* | [n-tv.de] Use native m3u8 as best format | Philipp Hagemeister | 2015-02-02 | 1 | -3/+6 |
| | |||||
* | [ntvde] Add new extractor (Fixes #4850) | Philipp Hagemeister | 2015-02-02 | 5 | -2/+86 |
| | |||||
* | [ntvru] Rename from NTV to clarify the difference between n-tv.de and ntv.ru | Philipp Hagemeister | 2015-02-02 | 2 | -5/+3 |
| | |||||
* | release 2015.02.02.1 | Philipp Hagemeister | 2015-02-02 | 2 | -6/+6 |
| | |||||
* | [downloader/external] Simplify source_address | Philipp Hagemeister | 2015-02-02 | 1 | -4/+3 |
| | | | | '' might actually be passed in, so check for None. | ||||
* | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | 2015-02-02 | 1 | -2/+2 |
|\ | | | | | | | | | Conflicts: youtube_dl/downloader/external.py |