aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/brightcove.py
AgeCommit message (Collapse)Author
2013-07-12BrightcoveIE: 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 importPhilipp Hagemeister
2013-07-11[brightcove] fix on Python 2.6Philipp Hagemeister
2013-07-11GenericIE: detect more Brightcove videosJaime Marquínez Ferrándiz
In some sites "class" contains more that BrightcoveExperience
2013-07-11BrightcoveIE: add support for playlistsJaime Marquínez Ferrándiz
2013-07-10GenericIE: Detect videos from BrightcoveJaime 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-05Add 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