Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-06-27 | Made 'video' the default title for generic IE | Albert Kim | |
2013-06-27 | Made generic IE handle more cases | Albert Kim | |
Added a possible quote after file, so it can now handle cases like: 'file': 'http://www.a.com/b.mp4' | |||
2013-06-23 | Move GenericIE into its own file | Philipp Hagemeister | |