-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[rmcdecouverte] ERROR: Unsupported URL: #28569
Comments
Open the terminal console (F12) then paste the code : var account = document.querySelector('[data-account]').getAttribute('data-account')
console.log('account:', account)
var video = document.querySelector('[data-video-id]').getAttribute('data-video-id')
console.log('video:', video)
var url = `http://players.brightcove.net/${account}/default_default/index.html?videoId=${video}`
console.log('url:', url)
console.log(`youtube-dl --no-mtime ${url}`) Then copy in your terminal the last output : youtube-dl --no-mtime http://players.brightcove.net/1969646226001/default_default/index.html?videoId=6245479903001 Reference : #18595 (comment) |
The website seem changed and it's not works now. Their is another work-around ? I tried to identify something call |
New API, all replays (BFMTV, RMC Story, RMC Découverte) are protected by DRM (except trailers of course) |
Nice feature which does not seems to work at the moment. |
The site uses a JS application. It needs you to subscribe before it will send the media links, except possibly for trailers, labelled as non-DRM. To progress this, please find one or more example shows that can be played in the browser with DRM disabled: please report here if there aren't any. Otherwise open a new Site Support Request issue with the example shows and provide a HAR archive showing the browser session until a show starts playing, changing the account password around the session. |
See also #24862. |
All RMC Découverte URL are ERROR: Unsupported URL:
youtube-dl --version 2021.03.25
youtube-dl -F "https://rmcdecouverte.bfmtv.com/seuls-face-a-lalaska_17548/profits-en-vue_23760/" [generic] profits-en-vue_23760: Requesting header WARNING: Falling back on generic information extractor. [generic] profits-en-vue_23760: Downloading webpage [generic] profits-en-vue_23760: Extracting information ERROR: Unsupported URL: https://rmcdecouverte.bfmtv.com/seuls-face-a-lalaska_17548/profits-en-vue_23760/
The text was updated successfully, but these errors were encountered: