Open pmer opened 9 years ago
The Brightcove URL extractor looks at the <meta>
tag at the top of the page and finds the URL
http://c.brightcove.com/services/viewer/htmlFederated?isVid=1&isUI=1&playerID=2857340256001&autoStart=true&%40videoPlayer=4582511272001
That page is downloaded and its info extracted but it's missing a programmedContent section, which we need.
Fortunately, If we change the videoPlayer parameter in the above URL from 4582511272001
to ref%3A74703190
(where 74703190 is the basename of the URL given on the command line) then we get a valid programmedContent object.
Possible duplicate of https://github.com/rg3/youtube-dl/issues/3139