Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BrightcoveIE: Use parse_qs to extract the fields of the query (closes #1032) | Jaime Marquínez Ferrándiz | 2013-07-12 | 1 | -7/+8 |
| | | | | Add a compat_urlparse to utils. | ||||
* | [brightcove] add import | Philipp Hagemeister | 2013-07-11 | 1 | -0/+1 |
| | |||||
* | [brightcove] fix on Python 2.6 | Philipp Hagemeister | 2013-07-11 | 1 | -3/+3 |
| | |||||
* | GenericIE: detect more Brightcove videos | Jaime Marquínez Ferrándiz | 2013-07-11 | 1 | -1/+1 |
| | | | | In some sites "class" contains more that BrightcoveExperience | ||||
* | BrightcoveIE: add support for playlists | Jaime Marquínez Ferrándiz | 2013-07-11 | 1 | -5/+30 |
| | |||||
* | GenericIE: Detect videos from Brightcove | Jaime Marquínez Ferrándiz | 2013-07-10 | 1 | -1/+28 |
| | | | | 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. | ||||
* | Add BrightcoveIE (closes #832) | Jaime Marquínez Ferrándiz | 2013-07-05 | 1 | -0/+32 |
It only accepts the urls that are use for embedding the video, it doesn't search in generic webpages to find Brightcove videos |