aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Gamekings] Use thumbnail in return statementrobin2015-02-081-0/+1
|
* [Gamekings] Use xpathrobin2015-02-081-12/+15
| | | | XPath is used for extracting the video url and the thumbnail
* [Gamekings] Download playlistrobin2015-02-081-1/+12
| | | | Todo: URL and Thumbnail should be extracted with XPath
* [Gamekings] Check string for vimeo, fix testrobin2015-02-081-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_urlrobin2015-02-081-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 stringrobin2015-02-081-1/+1
| | | | Oops.
* [Gamekings] Fixed typo in URL replacementrobin2015-02-081-1/+1
|
* [Gamekings] Fix 404 when large isn't availablerobin2015-02-081-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 URLrobin2015-02-051-1/+1
|
* Remove unnecessary TODO-commentsrobin2015-02-051-5/+0
|
* Remove player-url in tweakers.pyrobin2015-02-051-1/+0
| | | | Player-url only needed for rmftp, not for regular URLs
* Edit Tweakers extractorrobin2015-02-051-4/+4
| | | | | Fixed code conventions (mainly adding two or more spaces before making an inline comment)
* [tweakers] Add new extractorrobin2015-02-052-0/+42
|
* Merge branch 'Frenzie-npo'Sergey M․2015-02-052-2/+14
|\
| * Credit @Frenzie for npo subtitles (#4878)Sergey M․2015-02-051-0/+1
| |
| * [npo] Fix subtitles (Closes #3638)Sergey M․2015-02-051-5/+8
| |
| * Add NPO.nl subtitlesFrans de Jonge2015-02-051-2/+10
|/ | | | Implements #3638
* release 2015.02.04Philipp Hagemeister2015-02-041-1/+1
|
* [mixcloud] Fix extraction (Closes #4862)Sergey M․2015-02-041-3/+16
|
* [generic/ooyala] Add support for Ooyala embeds on SBN network websites ↵naglis2015-02-041-1/+23
| | | | (Fixes #4859)
* [README] Add an FAQ entry about anime sitesPhilipp Hagemeister2015-02-031-0/+8
|
* release 2015.02.03.1Philipp Hagemeister2015-02-032-1/+2
|
* [wsj] Add new extractor (Fixes #4854)Philipp Hagemeister2015-02-035-1/+95
|
* [sort_formats] Prefer bitrate over video sizePhilipp Hagemeister2015-02-031-3/+3
| | | | 720p @ 1000KB/s looks way better than 1080p @ 500KB/s
* [YoutubeDL] Calculate thumbnail IDs automaticallyPhilipp Hagemeister2015-02-031-1/+3
|
* [aftonbladet] ModernizePhilipp Hagemeister2015-02-031-5/+1
|
* [franceculture] Rewrite for new HTML scheme (Fixes #4853)Philipp Hagemeister2015-02-032-40/+42
|
* release 2015.02.03Philipp Hagemeister2015-02-033-9/+58
|
* [descripts/release] Regenerate auxiliary documentation on build as wellPhilipp Hagemeister2015-02-031-3/+3
|
* [README] typoPhilipp Hagemeister2015-02-031-1/+1
|
* [ffmpeg] --add-metadata: Set comment and purl fields (Fixes #4847)Philipp Hagemeister2015-02-031-1/+2
|
* [Makefile] Simplify clean/cleanallPhilipp Hagemeister2015-02-032-5/+2
|
* release 2015.02.02.5Philipp Hagemeister2015-02-021-1/+1
|
* [brightcove] Fix up more generically invalid XML (Fixes #4849)Philipp Hagemeister2015-02-021-1/+1
|
* release 2015.02.02.4Philipp Hagemeister2015-02-021-1/+1
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2015-02-021-2/+17
|\
| * [nfl] Add support for articles pages (fixes #4848)Jaime Marquínez Ferrándiz2015-02-021-2/+17
| |
* | [normalboots] Remove unused importPhilipp Hagemeister2015-02-021-2/+0
| |
* | [nerdist] Add new extractor (Fixes #4851)Philipp Hagemeister2015-02-023-2/+86
| |
* | [normalboots] ModernizePhilipp Hagemeister2015-02-021-11/+14
|/
* release 2015.02.02.3Philipp Hagemeister2015-02-021-1/+1
|
* [vevo] Restore SMIL support (#3656)Philipp Hagemeister2015-02-021-2/+23
|
* release 2015.02.02.2Philipp Hagemeister2015-02-021-1/+1
|
* [ntvru] Remove unused importPhilipp Hagemeister2015-02-021-2/+0
|
* [n-tv.de] Use native m3u8 as best formatPhilipp Hagemeister2015-02-021-3/+6
|
* [ntvde] Add new extractor (Fixes #4850)Philipp Hagemeister2015-02-025-2/+86
|
* [ntvru] Rename from NTV to clarify the difference between n-tv.de and ntv.ruPhilipp Hagemeister2015-02-022-5/+3
|
* release 2015.02.02.1Philipp Hagemeister2015-02-022-6/+6
|
* [downloader/external] Simplify source_addressPhilipp Hagemeister2015-02-021-4/+3
| | | | '' might actually be passed in, so check for None.
* Merge remote-tracking branch 'origin/master'Philipp Hagemeister2015-02-021-2/+2
|\ | | | | | | | | Conflicts: youtube_dl/downloader/external.py