index
:
slackcoder/youtube-dl
master
Command-line program to download videos from YouTube.com and other video sites
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
youtube_dl
/
extractor
/
brightcove.py
Age
Commit message (
Expand
)
Author
2014-06-15
[brightcove] Set the filesize of the formats and use _sort_formats
Jaime Marquínez Ferrándiz
2014-06-15
[brightcove] Modernize some tests
Jaime Marquínez Ferrándiz
2014-06-15
[brightcove] Add support for renditions with 'remote' set to True (fixes #3081)
Jaime Marquínez Ferrándiz
2014-06-15
[brightcove] Improve the 'experienceJSON' regex (#3081)
Jaime Marquínez Ferrándiz
2014-04-12
[brightcove] Only use url from meta element if it has the 'playerKey' field (...
Jaime Marquínez Ferrándiz
2014-04-01
[brightcove] Encode object_str with utf-8
Sergey M․
2014-02-10
[brightcove] Unescape html entities from the 'og:video' url property (fixes #...
Jaime Marquínez Ferrándiz
2014-02-03
[generic] Add support for multiple brightcove URLs (Fixes #2283)
Philipp Hagemeister
2014-01-28
[brightcove] Move test to generic
Philipp Hagemeister
2014-01-28
[brightcove] Parse URL from meta element if available (Fixes #2253)
Philipp Hagemeister
2014-01-23
[nowness] Add support
Philipp Hagemeister
2014-01-21
[brightcove] Fix extraction of embedded videos
Jaime Marquínez Ferrándiz
2014-01-21
[brightcove] Fix check for url in the result
Jaime Marquínez Ferrándiz
2014-01-21
[servingsys] Add support
Philipp Hagemeister
2014-01-10
[brightcove] The ‘id’ attribute is not always present in the object tag (...
Jaime Marquínez Ferrándiz
2014-01-07
Use original Referer URL in Brightcove requests (Fixes #2110)
Philipp Hagemeister
2014-01-07
[brightcove] Use unicode_literals
Philipp Hagemeister
2013-12-20
[brightcove] Test checksum changed
Philipp Hagemeister
2013-12-09
Remove superfluous spaces
Philipp Hagemeister
2013-12-09
[brightcove] Use the original url (usually the player) as the default referer...
Jaime Marquínez Ferrándiz
2013-11-24
[brightcove] Don't use 'or' with the xml nodes, use the 'value' attribute ins...
Jaime Marquínez Ferrándiz
2013-11-23
[brightcove] Set the 'videoPlayer' value to the 'videoId' if it's missing in ...
Jaime Marquínez Ferrándiz
2013-11-07
[brightcove] Set the 'Referer' header if the url has the 'linkBaseUrl' parame...
Jaime Marquínez Ferrándiz
2013-11-06
[brightcove] Support redirected urls from bcove.me (fixes #1732)
Jaime Marquínez Ferrándiz
2013-11-06
[brightcove] Extract all the available formats
Jaime Marquínez Ferrándiz
2013-11-06
[brightcove] Change the 'videoId' or 'videoID' field to '@videoPlayer' (fixes...
Jaime Marquínez Ferrándiz
2013-11-06
[brightcove] Add the extraction of the url from generic
Jaime Marquínez Ferrándiz
2013-11-02
[brightcove] Don't set the extension
Jaime Marquínez Ferrándiz
2013-10-17
[brightcove] Raise error if playlist is empty (#1608)
Philipp Hagemeister
2013-10-17
[brightcove] Fix more broken XML (#1608)
Philipp Hagemeister
2013-10-04
[brightcove] Fix up some broken HTML (#1553)
Philipp Hagemeister
2013-09-26
[brightcove] Use direct url for the tests
Jaime Marquínez Ferrándiz
2013-09-26
[brightcove] Support videos that only provide flv versions (fixes #1504)
Jaime Marquínez Ferrándiz
2013-07-12
BrightcoveIE: Use parse_qs to extract the fields of the query (closes #1032)
Jaime Marquínez Ferrándiz
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
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
2013-07-05
Add BrightcoveIE (closes #832)
Jaime Marquínez Ferrándiz