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

[brightcove]By giving directly the .m3u8 url it works, otherwise it see a "playlist" that doesn't exist instead of the video... #22418

Closed
JuIienP opened this issue Sep 15, 2019 · 0 comments
Labels

Comments

@JuIienP
Copy link

@JuIienP JuIienP commented Sep 15, 2019

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2019.09.12.1
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar issues including closed ones

Verbose log

youtube-dl "https://bfmbusiness.bfmtv.com/mediaplayer/video/l-integrale-vendredi-13-septembre-2019-1186521.html" --verbose
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['https://bfmbusiness.bfmtv.com/mediaplayer/video/l-integrale-vendredi-13-septembre-2019-1186521.html', '--verbose']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2019.09.12.1
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.18362
[debug] exe versions: ffmpeg N-94664-g0821bc4eee
[debug] Proxy map: {}
[generic] l-integrale-vendredi-13-septembre-2019-1186521: Requesting header
WARNING: Falling back on generic information extractor.
[generic] l-integrale-vendredi-13-septembre-2019-1186521: Downloading webpage
[generic] l-integrale-vendredi-13-septembre-2019-1186521: Extracting information
[download] Downloading playlist: L'intégrale – Vendredi 13 septembre 2019
[generic] playlist L'intégrale – Vendredi 13 septembre 2019: Collected 1 video ids (downloading 1 of them)
[download] Downloading video 1 of 1
[brightcove:legacy] 6085891280001: Downloading webpage
ERROR: Unable to download webpage: HTTP Error 404: Not Found (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmphopugs4t\build\youtube_dl\extractor\common.py", line 627, in _request_webpage
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmphopugs4t\build\youtube_dl\YoutubeDL.py", line 2229, in urlopen
File "C:\Python\Python34\lib\urllib\request.py", line 470, in open
File "C:\Python\Python34\lib\urllib\request.py", line 580, in http_response
File "C:\Python\Python34\lib\urllib\request.py", line 508, in error
File "C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain
File "C:\Python\Python34\lib\urllib\request.py", line 588, in http_error_default

Description

Hello,

Youtube-dl worked perfectly before last Monday (September 09) on all the videos on the website https://bfmbusiness.bfmtv.com/mediaplayer/replay/

But for a few days now, I have been constantly getting the "404" error shown above.

Whereas if I go myself to get the ".m3u8" url then it manages to download the video (with the best quality by default and sound merged) without any problem.

https://manifest.prod.boltdns.net/manifest/v1/hls/v4/clear/876450612001/bd3bb31f-557a-4ce3-8d18-6234c49277b1/10s/master.m3u8?fastly_token=NWRhM2EzOGJfYmY5N2E0ZmFkZWRhNTViMDVhN2NjMzYzMTQyZjFlYjEyYTcwNzIzOTQ0MjM0MDBiN2Q0YWNlOGRjMDM3ODVlNg%3D%3D

I have the impression that instead of getting the video directly, it sees a "playlist"(?). So it tries to download the first video inside, but this one doesn't exist.

I tried "--no-playlist", "--ignore-errors", without result.

Test video: https://bfmbusiness.bfmtv.com/mediaplayer/video/l-integrale-vendredi-13-septembre-2019-1186521.html

I suppose you know the reason

@JuIienP JuIienP changed the title By giving directly the .m3u8 url it works, otherwise it see a "playlist" that doesn't exist instead of the video... [brightcove]By giving directly the .m3u8 url it works, otherwise it see a "playlist" that doesn't exist instead of the video... Sep 16, 2019
@remitamine remitamine closed this Sep 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.