Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-11 | [youtube] Extract average rating (closes #2362) | Jaime Marquínez Ferrándiz | |
2015-02-11 | [dotsub] Fix extraction and modernize | Sergey M․ | |
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 | [escapist] Filter video differently (Fixes #4919) | Philipp Hagemeister | |
2015-02-10 | [escapist] Modernize | Philipp Hagemeister | |
2015-02-10 | [ccc] Add new extractor (Fixes #4890) | 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 --no-color | Philipp Hagemeister | |
2015-02-10 | [pornhd] Fix extraction (fixes #4915) | 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 | [commonmistakes] Correct logic error | 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 | 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 | [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 | [generic] Improve SBS detection (Fixes #4899) | 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-08 | fix rtlnow for newer series like "Der Bachelor" season 5 | Markus Müller | |
2015-02-08 | [gamekings] Support videos from news pages | Sergey M․ | |
2015-02-08 | [gamekings] Improve extraction | Sergey M․ | |
2015-02-08 | Merge branch 'gamekings' of https://github.com/robin007bond/youtube-dl into ↵ | Sergey M․ | |
robin007bond-gamekings | |||
2015-02-08 | [Gamekings] Use thumbnail in return statement | robin | |
2015-02-08 | Use _family_friendly_search for determining age_limit | Naglis Jonaitis | |
2015-02-08 | [Gamekings] Use xpath | robin | |
XPath is used for extracting the video url and the thumbnail | |||
2015-02-08 | [extractor/common] Add new helper method _family_friendly_search | Naglis Jonaitis | |
2015-02-08 | [soulanime] Remove extractor (#4554) | Naglis Jonaitis | |
Was supposed to be deleted by 67c2bcd | |||
2015-02-08 | [Gamekings] Download playlist | robin | |
Todo: URL and Thumbnail should be extracted with XPath | |||
2015-02-08 | [Gamekings] Check string for vimeo, fix test | robin | |
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_url | robin | |
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 string | robin | |
Oops. | |||
2015-02-08 | [Gamekings] Fixed typo in URL replacement | robin | |
2015-02-08 | [Gamekings] Fix 404 when large isn't available | robin | |
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-08 | [aparat] Fix extraction (Closes #4897) | Sergey M․ | |
2015-02-06 | [rtp] Construct regular HTTP download URLs (#4882) | Naglis Jonaitis | |
2015-02-07 | [aftenposten] Add extractor (Closes #4863) | Sergey M․ | |
2015-02-06 | [tvigle] Add support for cloud URLs (Closes #4887) | Sergey M․ | |
2015-02-06 | [extractor/common] Correct sort order. | Philipp Hagemeister | |
We should look at height and width before ext_preference. | |||
2015-02-06 | [rtp] Pass --realtime to rtmpdump (Fixes #4882) | Naglis Jonaitis | |
A workaround for video jumping back in time. | |||
2015-02-06 | [extractor/common] Fix 2.0 manifest extraction (Closes #4830) | Sergey M․ | |
2015-02-06 | [tweakers] Switch extraction to xspf playlist, extract all formats and meta ↵ | Sergey M․ | |
(#4881) |