Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-07 | [generic] Fix regexes | Philipp Hagemeister | |
2014-01-07 | [mpora] Add support (Fixes #2096) | Philipp Hagemeister | |
2014-01-07 | Use original Referer URL in Brightcove requests (Fixes #2110) | Philipp Hagemeister | |
2014-01-06 | [generic] Use unicode_literals instead of duplicating the u' | Philipp Hagemeister | |
2014-01-06 | [youtube] Support jwplayer with YouTube URLs (Closes #2075) | Philipp Hagemeister | |
2014-01-05 | [generic] Support gorillavid.in | Philipp Hagemeister | |
Previously, we were a little bit over-eager and got a random swf file. Fixes #2084. | |||
2014-01-05 | Merge remote-tracking branch 'rzhxeo/blip' | Philipp Hagemeister | |
Conflicts: youtube_dl/extractor/bliptv.py | |||
2013-12-30 | [GenericIE] Outsource embedded blip.tv player video id extraction to ↵ | rzhxeo | |
BlipTVIE and fix minor errors in RegEx | |||
2013-12-27 | [generic] Output something before making network requests | Philipp Hagemeister | |
2013-12-22 | [vimeo/generic] Add support for embedded SWF vimeo videos | Philipp Hagemeister | |
2013-12-20 | [aparat] Add support (Fixes #2012) | Philipp Hagemeister | |
2013-12-19 | [generic] Support YouTube swf embed (Fixes #2010) | Philipp Hagemeister | |
2013-12-19 | [generic] Detect ooyala videos (fixes #2013) | Jaime Marquínez Ferrándiz | |
2013-12-17 | [generic] Support application/ogg for direct links | Philipp Hagemeister | |
Also remove some debugging code. | |||
2013-12-17 | Add support for direct links to a video (#1973) | Philipp Hagemeister | |
2013-12-17 | [generic] Do not use compatibility result fallback | Philipp Hagemeister | |
2013-12-16 | Add support for embedded vevo player (Fixes #1957) | Philipp Hagemeister | |
2013-12-16 | [GenericIE] Add support for embedded blip.tv | rzhxeo | |
2013-12-06 | [wistia] Add extractor | Philipp Hagemeister | |
2013-12-01 | [generic] Find embedded dailymotion videos (Fixes #1848) | Philipp Hagemeister | |
2013-11-25 | [generic] Improve detection | Philipp Hagemeister | |
Allow download of http://goo.gl/7X5tOk Fixes #1818 | |||
2013-11-22 | [bandcamp] add support for albums (reported in #1270) | Jaime Marquínez Ferrándiz | |
2013-11-18 | Support multiple embedded YouTube URLs (Fixes #1787) | Philipp Hagemeister | |
2013-11-07 | [brightcove] Set the 'Referer' header if the url has the 'linkBaseUrl' ↵ | Jaime Marquínez Ferrándiz | |
parameter (fixes #1553) | |||
2013-11-06 | [brightcove] Add the extraction of the url from generic | Jaime Marquínez Ferrándiz | |
2013-11-06 | tests: don't run the test if any of the extractors listed in the 'add_ie' ↵ | Jaime Marquínez Ferrándiz | |
field is marked as not working | |||
2013-11-05 | [GenericIE] Also detect youtube if src url of iframe is embedded in ' ↵ | rzhxeo | |
instaed of " | |||
2013-10-27 | [generic] Detect bandcamp pages that use custom domains (closes #1662) | Jaime Marquínez Ferrándiz | |
They embed the original url in the 'og:url' property. | |||
2013-10-27 | [generic] Fix test video's checksum | Jaime Marquínez Ferrándiz | |
2013-10-18 | Check for embedded YouTube player (Fixes #1616) | Philipp Hagemeister | |
2013-10-15 | [generic] Support embedded vimeo videos (#1602) | Philipp Hagemeister | |
2013-10-11 | Fix Brightcove detection when another Flash object is on the page | Joey Adams | |
The regex used non-greedy match, but alas it failed on input like this: <object class="...> ... class="BrightcoveExperience" It captured two objects and the intervening HTML. This commit fixes this by not allowing a ">" to appear before BrightcoveExperience. Video in question: http://www.harpercollinschildrens.com/feature/petethecat/ | |||
2013-10-06 | [generic] Clarify error messages | Philipp Hagemeister | |
2013-09-26 | [brightcove] Support videos that only provide flv versions (fixes #1504) | Jaime Marquínez Ferrándiz | |
Moved the test from generic.py to brightcove.py | |||
2013-09-06 | [generic] If the url doesn't specify the protocol, then try to extract ↵ | Jaime Marquínez Ferrándiz | |
prepending 'http://' | |||
2013-09-05 | [generic] Recognize html5 video in the format '<video src=".+?"' and only ↵ | Jaime Marquínez Ferrándiz | |
unquote the url when extracting the id (fixes #1372) | |||
2013-08-28 | [generic] simply use urljoin | Philipp Hagemeister | |
2013-08-28 | [generic] Fix URL concatenation | Philipp Hagemeister | |
When the url is something like http://example.org/foo/bar?x=y and the added is file/video.mp4 , we want http://example.org/foo/file/video.mp4 Fixes #1268. | |||
2013-08-26 | [generic] small typo | Philipp Hagemeister | |
2013-08-24 | [generic] add support for relative URLs (Fixes #1308) | Philipp Hagemeister | |
2013-08-24 | [generic] Support double slash URLs (Fixes #1309) | Philipp Hagemeister | |
2013-08-21 | [generic] support HTML5 video | Philipp Hagemeister | |
2013-08-21 | [generic] Ignore stupid HTTP servers (#1284) | Philipp Hagemeister | |
2013-07-12 | GenericIE: allow to match declaration of the Brightocove parameters that use ↵ | Jaime Marquínez Ferrándiz | |
' instead of " | |||
2013-07-11 | GenericIE: detect more Brightcove videos | Jaime Marquínez Ferrándiz | |
In some sites "class" contains more that BrightcoveExperience | |||
2013-07-10 | GenericIE: Detect videos from Brightcove | Jaime Marquínez Ferrándiz | |
Brightcove videos info is usually found in an <object class="BrightcoveExperience"></object> node, this is passed to a new method of BrightcoveIE that builds a url to extract the video. | |||
2013-07-01 | GenericIE: match titles that spread across multiple lines (related #904) | Jaime Marquínez Ferrándiz | |
2013-07-01 | Add --list-extractor-descriptions (human-readable list of IEs) | Philipp Hagemeister | |
2013-06-27 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2013-06-27 | Move tests to the IE definitions | Philipp Hagemeister | |