Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Checklist
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