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