Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GenericIE: allow to match declaration of the Brightocove parameters that use ↵ | Jaime Marquínez Ferrándiz | 2013-07-12 | 1 | -1/+1 |
| | | | | ' instead of " | ||||
* | GenericIE: detect more Brightcove videos | Jaime Marquínez Ferrándiz | 2013-07-11 | 1 | -1/+1 |
| | | | | In some sites "class" contains more that BrightcoveExperience | ||||
* | GenericIE: Detect videos from Brightcove | Jaime Marquínez Ferrándiz | 2013-07-10 | 1 | -9/+32 |
| | | | | 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. | ||||
* | GenericIE: match titles that spread across multiple lines (related #904) | Jaime Marquínez Ferrándiz | 2013-07-01 | 1 | -1/+1 |
| | |||||
* | Add --list-extractor-descriptions (human-readable list of IEs) | Philipp Hagemeister | 2013-07-01 | 1 | -2/+1 |
| | |||||
* | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2013-06-27 | 1 | -2/+2 |
|\ | |||||
| * | Made 'video' the default title for generic IE | Albert Kim | 2013-06-27 | 1 | -1/+1 |
| | | |||||
| * | Made generic IE handle more cases | Albert Kim | 2013-06-27 | 1 | -1/+1 |
| | | | | | | | | | | Added a possible quote after file, so it can now handle cases like: 'file': 'http://www.a.com/b.mp4' | ||||
* | | Move tests to the IE definitions | Philipp Hagemeister | 2013-06-27 | 1 | -0/+9 |
|/ | |||||
* | Move GenericIE into its own file | Philipp Hagemeister | 2013-06-23 | 1 | -0/+151 |