aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/brightcove.py
Commit message (Collapse)AuthorAgeFilesLines
...
* [brightcove] Use direct url for the testsJaime Marquínez Ferrándiz2013-09-261-2/+4
| | | | The test_all_urls.py test failed because BrightcoveIE doesn't match them.
* [brightcove] Support videos that only provide flv versions (fixes #1504)Jaime Marquínez Ferrándiz2013-09-261-13/+49
| | | | Moved the test from generic.py to brightcove.py
* BrightcoveIE: Use parse_qs to extract the fields of the query (closes #1032)Jaime Marquínez Ferrándiz2013-07-121-7/+8
| | | | Add a compat_urlparse to utils.
* [brightcove] add importPhilipp Hagemeister2013-07-111-0/+1
|
* [brightcove] fix on Python 2.6Philipp Hagemeister2013-07-111-3/+3
|
* GenericIE: detect more Brightcove videosJaime Marquínez Ferrándiz2013-07-111-1/+1
| | | | In some sites "class" contains more that BrightcoveExperience
* BrightcoveIE: add support for playlistsJaime Marquínez Ferrándiz2013-07-111-5/+30
|
* GenericIE: Detect videos from BrightcoveJaime Marquínez Ferrándiz2013-07-101-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ándiz2013-07-051-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