Skip to content
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

Closed
DavidHenryThoreau opened this issue Mar 28, 2021 · 7 comments
Closed

[rmcdecouverte] ERROR: Unsupported URL: #28569

DavidHenryThoreau opened this issue Mar 28, 2021 · 7 comments
Labels

Comments

@DavidHenryThoreau
Copy link

DavidHenryThoreau commented Mar 28, 2021

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/

@DavidHenryThoreau DavidHenryThoreau changed the title RMC Découverte ERROR: Unsupported URL: [rmcdecouverte] ERROR: Unsupported URL: Mar 28, 2021
@jeromedecoster
Copy link

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)

@brenard
Copy link

brenard commented Jun 27, 2021

Open the terminal console (F12) then paste the code :

The website seem changed and it's not works now. Their is another work-around ? I tried to identify something call account and video-id but I didn't find anything.

@BZHDeveloper
Copy link

BZHDeveloper commented Oct 4, 2021

New API, all replays (BFMTV, RMC Story, RMC Découverte) are protected by DRM (except trailers of course)

@DavidHenryThoreau
Copy link
Author

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)

Nice feature which does not seems to work at the moment.
Do you have another suggestion ?

@dirkf
Copy link
Contributor

dirkf commented Feb 5, 2024

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.

@dirkf dirkf closed this as completed Feb 5, 2024
@dirkf dirkf closed this as not planned Won't fix, can't repro, duplicate, stale Feb 5, 2024
@dirkf dirkf added the DRM label Feb 6, 2024
@dirkf
Copy link
Contributor

dirkf commented Nov 4, 2024

See also #24862.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants
@cappert @jeromedecoster @brenard @dirkf @BZHDeveloper @DavidHenryThoreau and others