Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [servingsys] Add support | Philipp Hagemeister | 2014-01-21 | 1 | -7/+44 | |
| | | | | | This also adds support for brightcove advertisements. Fixes #2181 | |||||
* | [brightcove] The ‘id’ attribute is not always present in the object tag ↵ | Jaime Marquínez Ferrándiz | 2014-01-10 | 1 | -3/+3 | |
| | | | | | | (fixes #2132) It looks like the ‘flashId’ parameter is not needed. | |||||
* | Use original Referer URL in Brightcove requests (Fixes #2110) | Philipp Hagemeister | 2014-01-07 | 1 | -3/+7 | |
| | ||||||
* | [brightcove] Use unicode_literals | Philipp Hagemeister | 2014-01-07 | 1 | -33/+34 | |
| | ||||||
* | [brightcove] Test checksum changed | Philipp Hagemeister | 2013-12-20 | 1 | -1/+1 | |
| | ||||||
* | Remove superfluous spaces | Philipp Hagemeister | 2013-12-09 | 1 | -1/+1 | |
| | ||||||
* | [brightcove] Use the original url (usually the player) as the default ↵ | Jaime Marquínez Ferrándiz | 2013-12-09 | 1 | -3/+19 | |
| | | | | referer (fixes #1929) | |||||
* | [brightcove] Don't use 'or' with the xml nodes, use the 'value' attribute ↵ | Jaime Marquínez Ferrándiz | 2013-11-24 | 1 | -4/+7 | |
| | | | | instead | |||||
* | [brightcove] Set the 'videoPlayer' value to the 'videoId' if it's missing in ↵ | Jaime Marquínez Ferrándiz | 2013-11-23 | 1 | -3/+6 | |
| | | | | the parameters (fixes #1815) | |||||
* | [brightcove] Set the 'Referer' header if the url has the 'linkBaseUrl' ↵ | Jaime Marquínez Ferrándiz | 2013-11-07 | 1 | -4/+13 | |
| | | | | parameter (fixes #1553) | |||||
* | [brightcove] Support redirected urls from bcove.me (fixes #1732) | Jaime Marquínez Ferrándiz | 2013-11-06 | 1 | -2/+4 | |
| | | | | 'bctid' needs to be changed to '@videoPlayer', and 'bckey' to 'playerKey'. | |||||
* | [brightcove] Extract all the available formats | Jaime Marquínez Ferrándiz | 2013-11-06 | 1 | -4/+5 | |
| | ||||||
* | [brightcove] Change the 'videoId' or 'videoID' field to '@videoPlayer' ↵ | Jaime Marquínez Ferrándiz | 2013-11-06 | 1 | -0/+13 | |
| | | | | | | (fixes #1697) It seems to be needed when using the htmlFederated page | |||||
* | [brightcove] Add the extraction of the url from generic | Jaime Marquínez Ferrándiz | 2013-11-06 | 1 | -1/+15 | |
| | ||||||
* | [brightcove] Don't set the extension | Jaime Marquínez Ferrándiz | 2013-11-02 | 1 | -3/+1 | |
| | | | | If the video only has the 'FLVFullLengthURL' key, it can still be an mp4 file. | |||||
* | [brightcove] Raise error if playlist is empty (#1608) | Philipp Hagemeister | 2013-10-17 | 1 | -1/+4 | |
| | ||||||
* | [brightcove] Fix more broken XML (#1608) | Philipp Hagemeister | 2013-10-17 | 1 | -0/+2 | |
| | ||||||
* | [brightcove] Fix up some broken HTML (#1553) | Philipp Hagemeister | 2013-10-04 | 1 | -0/+5 | |
| | ||||||
* | [brightcove] Use direct url for the tests | Jaime Marquínez Ferrándiz | 2013-09-26 | 1 | -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ándiz | 2013-09-26 | 1 | -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á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 |