aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2015-02-08[Gamekings] Download playlistrobin
Todo: URL and Thumbnail should be extracted with XPath
2015-02-08[Gamekings] Check string for vimeo, fix testrobin
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.
2015-02-08[Gamekings] Added test and replaced video_urlrobin
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
2015-02-08[Gamekings] Fix order of replacement stringrobin
Oops.
2015-02-08[Gamekings] Fixed typo in URL replacementrobin
2015-02-08[Gamekings] Fix 404 when large isn't availablerobin
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.
2015-02-05Use match_id method instead of splitted URLrobin
2015-02-05Remove unnecessary TODO-commentsrobin
2015-02-05Remove player-url in tweakers.pyrobin
Player-url only needed for rmftp, not for regular URLs
2015-02-05Edit Tweakers extractorrobin
Fixed code conventions (mainly adding two or more spaces before making an inline comment)
2015-02-05[tweakers] Add new extractorrobin
2015-02-05[npo] Fix subtitles (Closes #3638)Sergey M․
2015-02-05Add NPO.nl subtitlesFrans de Jonge
Implements #3638
2015-02-04release 2015.02.042015.02.04Philipp Hagemeister
2015-02-04[mixcloud] Fix extraction (Closes #4862)Sergey M․
2015-02-04[generic/ooyala] Add support for Ooyala embeds on SBN network websites ↵naglis
(Fixes #4859)
2015-02-03release 2015.02.03.12015.02.03.1Philipp Hagemeister
2015-02-03[wsj] Add new extractor (Fixes #4854)Philipp Hagemeister
2015-02-03[sort_formats] Prefer bitrate over video sizePhilipp Hagemeister
720p @ 1000KB/s looks way better than 1080p @ 500KB/s
2015-02-03[YoutubeDL] Calculate thumbnail IDs automaticallyPhilipp Hagemeister
2015-02-03[aftonbladet] ModernizePhilipp Hagemeister
2015-02-03[franceculture] Rewrite for new HTML scheme (Fixes #4853)Philipp Hagemeister
2015-02-03release 2015.02.032015.02.03Philipp Hagemeister
2015-02-03[ffmpeg] --add-metadata: Set comment and purl fields (Fixes #4847)Philipp Hagemeister
2015-02-02release 2015.02.02.52015.02.02.5Philipp Hagemeister
2015-02-02[brightcove] Fix up more generically invalid XML (Fixes #4849)Philipp Hagemeister
2015-02-02release 2015.02.02.42015.02.02.4Philipp Hagemeister
2015-02-02Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2015-02-02[normalboots] Remove unused importPhilipp Hagemeister
2015-02-02[nerdist] Add new extractor (Fixes #4851)Philipp Hagemeister
2015-02-02[nfl] Add support for articles pages (fixes #4848)Jaime Marquínez Ferrándiz
2015-02-02[normalboots] ModernizePhilipp Hagemeister
2015-02-02release 2015.02.02.32015.02.02.3Philipp Hagemeister
2015-02-02[vevo] Restore SMIL support (#3656)Philipp Hagemeister
2015-02-02release 2015.02.02.22015.02.02.2Philipp Hagemeister
2015-02-02[ntvru] Remove unused importPhilipp Hagemeister
2015-02-02[n-tv.de] Use native m3u8 as best formatPhilipp Hagemeister
2015-02-02[ntvde] Add new extractor (Fixes #4850)Philipp Hagemeister
2015-02-02[ntvru] Rename from NTV to clarify the difference between n-tv.de and ntv.ruPhilipp Hagemeister
2015-02-02release 2015.02.02.12015.02.02.1Philipp Hagemeister
2015-02-02[downloader/external] Simplify source_addressPhilipp Hagemeister
'' might actually be passed in, so check for None.
2015-02-02Merge remote-tracking branch 'origin/master'Philipp Hagemeister
Conflicts: youtube_dl/downloader/external.py
2015-02-02[options] Mark --fixup as non-experimental and correct its helpPhilipp Hagemeister
2015-02-02[downloader/external] SimplifySergey M․
2015-02-02[downloader/external] SimplifySergey M․
2015-02-02Merge pull request #4845 from vijayanandnandam/masterSergey M.
Passing source address option to external downloaders
2015-02-02passing source address option to external downloadersvijayanand nandam
2015-02-02[drtv] Extract material id (Closes #4814)Sergey M․
2015-02-02[historicfilms] Add extractor (Closes #4825)Sergey M․
2015-02-02[http] PEP8 (#4831)Philipp Hagemeister