Hello:
I find one NHL game video from this URL: https://www.dailymotion.com/video/x52o3vu
I installed M3U8 sniffer extension in Chrome browser, and I got the M3U8 link like this below:
https://dmxleo.dailymotion.com/cdn/manifest/video/x52o3vu.m3u8?auth=1653551284-2562-3v..._dP2c7k-HVuWc0
I want to download this M3U8 link using streamlink version 3.2.0 for Windows 10, but failed.
The following is the debug output:
D:\Videos\Download>streamlink --http-header "Referer=https://www.dailymotion.com/" https://dmxleo.dailymotion.com/cdn/manifest/video/x52o3vu.m3u8?auth=1653547872-2562-w5...dFqHbeyn5p3JSw best -f -o NHL_Game1.mp4 -l debug
[cli][debug] OS: Windows 10
[cli][debug] Python: 3.9.10
[cli][debug] Streamlink: 3.2.0
[cli][debug] Requests(2.27.1), Socks(1.7.1), Websocket(1.2.3)
[cli][debug] Arguments:
[cli][debug] url=https://dmxleo.dailymotion.com/cdn/manifest/video/x52o3vu.m3u8?auth=1653547872-2562-w566ybh3-30d17e4cf189906958a30ff67ddaca5erk1dQs-UiB5F81AJnuAoWlc_9GCsbIT_PIN7YCwLM4uPHr2Au_VGN-TxyuMhWfyNwtFOT5y3EElY8irXuhVqsJsgWx61NtdFqHbeyn5p 3JSw
[cli][debug] stream=['best']
[cli][debug] --loglevel=debug
[cli][debug] --player="C:\Program Files\mpv-x64-20220424\mpv.exe"
[cli][debug] --output=NHL_Game1.mp4
[cli][debug] --force=True
[cli][debug] --hls-segment-threads=10
[cli][debug] --ffmpeg-ffmpeg=C:\Program Files (x86)\Streamlink\ffmpeg\ffmpeg.exe
[cli][debug] --http-header=[('Referer', 'https://www.dailymotion.com/')]
[cli][info] Found matching plugin dailymotion for URL https://dmxleo.dailymotion.com/cdn/manifest/video/x52o3vu.m3u8?auth=1653547872-2562-w5...dFqHbeyn5p3JSw
error: No playable streams found on this URL: https://dmxleo.dailymotion.com/cdn/manifest/video/x52o3vu.m3u8?auth=1653547872-2562-w5...dFqHbeyn5p3JSw
D:\Videos\Download>
I can view this game in Chrome without any issue. Please advise on how I can download this link and save as a MP4 local file. If streamlink will not work, any other suggestion, please provide correct command using the above M3U8 link.
Thanks,
+ Reply to Thread
Results 1 to 5 of 5
-
-
yt-dlp --no-part --restrict-filenames --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36" --referer "https://www.dailymotion.com/" "https://proxy-042.ix7.dailymotion.com/sec(BpL1Vu9K0Q5jqlwLePgqqCSrExdo1ldrjD0vMYGVPvxbrc SIzbS580wQ1QI3VDbx1T5V9RFF47dCj6f-JOhlXhlRqoHAGlj36OiWVqkTUo8)/video/098/418/306814890_mp4_h264_aac_l2.m3u8#cell=core"
-
this will give you a better quality video
yt-dlp --no-part --restrict-filenames --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36" --referer "https://www.dailymotion.com/" "https://proxy-042.ix7.dailymotion.com/sec(BpL1Vu9K0Q5jqlwLePgqqCSrExdo1ldrjD0vMYGVPvxHuq u2AZOn3kAOuEcziqBxUDeidHzNp159X4Db2_Jn7R3OMMu5lXAY zDbTf2cW2Cw)/video/098/418/306814890_mp4_h264_aac_hq.m3u8#cell=core" -
Ok, I looked into the manifest and found this link
#EXT-X-STREAM-INF:BANDWIDTH=2654280,CODECS="mp4a.40.2,avc1.64002 8",RESOLUTION=1280x720,NAME="720@60",PROGRESSIV E-URI="https://proxy-005.dc3.dailymotion.com/sec(W6D7vdicKqVY3etRwgj9yeSKG_U-i5a8ddglpdu0Wnntct9eFP0HLfQeKiK_XLmdLZyB4SUrWyAe58 e63-kaPA)/video/098/418/306814890_mp4_h264_aac_hd_hfr.mp4#cell=core"
yt-dlp --no-part --restrict-filenames --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36" --referer "https://www.dailymotion.com/"
yt-dlp --no-part --restrict-filenames --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36" --referer "https://www.dailymotion.com/" "https://proxy-005.dc3.dailymotion.com/sec(W6D7vdicKqVY3etRwgj9yeSKG_U-i5a8ddglpdu0Wnntct9eFP0HLfQeKiK_XLmdLZyB4SUrWyAe58 e63-kaPA)/video/098/418/306814890_mp4_h264_aac_hd_hfr.mp4#cell=core" -
then again use this easier method
and get the best resolution automatically.
Similar Threads
-
How to fix the download failure with yt-dlp command for some live M3U8 link
By zydjohn in forum Video Streaming DownloadingReplies: 12Last Post: 26th Nov 2021, 14:35 -
How to download certain time (number of seconds) live M3U8 link and save?
By zydjohn in forum Video Streaming DownloadingReplies: 3Last Post: 9th Nov 2021, 16:16 -
Download without errors link m3u8
By filipino in forum Video Streaming DownloadingReplies: 10Last Post: 23rd Aug 2021, 18:39 -
download m3u8 link can Preview video but no sound
By takheang303 in forum Video Streaming DownloadingReplies: 7Last Post: 21st Aug 2021, 14:31 -
Please Help - Download / Back m3u8 link
By geordie10 in forum Video Streaming DownloadingReplies: 8Last Post: 2nd May 2021, 08:05