about summary refs log tree commit diff
path: root/youtube_dl/extractor/brightcove.py
Commit message (Expand)AuthorAgeFilesLines
* [brightcove] Don't use 'or' with the xml nodes, use the 'value' attribute ins...Jaime Marquínez Ferrándiz2013-11-241-4/+7
* [brightcove] Set the 'videoPlayer' value to the 'videoId' if it's missing in ...Jaime Marquínez Ferrándiz2013-11-231-3/+6
* [brightcove] Set the 'Referer' header if the url has the 'linkBaseUrl' parame...Jaime Marquínez Ferrándiz2013-11-071-4/+13
* [brightcove] Support redirected urls from bcove.me (fixes #1732)Jaime Marquínez Ferrándiz2013-11-061-2/+4
* [brightcove] Extract all the available formatsJaime Marquínez Ferrándiz2013-11-061-4/+5
* [brightcove] Change the 'videoId' or 'videoID' field to '@videoPlayer' (fixes...Jaime Marquínez Ferrándiz2013-11-061-0/+13
* [brightcove] Add the extraction of the url from genericJaime Marquínez Ferrándiz2013-11-061-1/+15
* [brightcove] Don't set the extensionJaime Marquínez Ferrándiz2013-11-021-3/+1
* [brightcove] Raise error if playlist is empty (#1608)Philipp Hagemeister2013-10-171-1/+4
* [brightcove] Fix more broken XML (#1608)Philipp Hagemeister2013-10-171-0/+2
* [brightcove] Fix up some broken HTML (#1553)Philipp Hagemeister2013-10-041-0/+5
* [brightcove] Use direct url for the testsJaime Marquínez Ferrándiz2013-09-261-2/+4
* [brightcove] Support videos that only provide flv versions (fixes #1504)Jaime Marquínez Ferrándiz2013-09-261-13/+49
* BrightcoveIE: Use parse_qs to extract the fields of the query (closes #1032)Jaime Marquínez Ferrándiz2013-07-121-7/+8
* [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
* 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
* Add BrightcoveIE (closes #832)Jaime Marquínez Ferrándiz2013-07-051-0/+32