Mediaset problem after fix of nixxo
See original GitHub issueChecklist
- Iβm asking a question and not reporting a bug/feature request
- Iβve looked through the README
- Iβve read the guidelines for opening an issue
- Iβve searched the bugtracker for similar questions including closed ones
Question
C:\ytdlp>yt-dlp https://www.mediasetplay.mediaset.it/video/lisoladeifamosi/terza-puntata_F310817401000301 -F [Mediaset] F310817401000301: Downloading JSON metadata [Mediaset] F310817401000301: Downloading MPEG4 SMIL data [Mediaset] F310817401000301: Downloading M3U SMIL data [Mediaset] F310817401000301: Downloading m3u8 information [Mediaset] F310817401000301: Downloading m3u8 information WARNING: [Mediaset] Failed to download m3u8 information: HTTP Error 404: Not Found [Mediaset] F310817401000301: Downloading JSON metadata [info] Available formats for F310817401000301: ID EXT RESOLUTION β PROTO β VCODEC MORE INFO ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ imagestream-1 fs unknown β https β images SMIL storyboards
C:\ytdlp>yt-dlp https://www.mediasetplay.mediaset.it/video/lisoladeifamosi/terza-puntata_F310817401000301 [Mediaset] F310817401000301: Downloading JSON metadata [Mediaset] F310817401000301: Downloading MPEG4 SMIL data [Mediaset] F310817401000301: Downloading M3U SMIL data [Mediaset] F310817401000301: Downloading m3u8 information [Mediaset] F310817401000301: Downloading m3u8 information WARNING: [Mediaset] Failed to download m3u8 information: HTTP Error 404: Not Found [Mediaset] F310817401000301: Downloading JSON metadata ERROR: [Mediaset] F310817401000301: Requested format is not available
where i wrong?is impossible extract this file?
Verbose log
C:\ytdlp>yt-dlp https://www.mediasetplay.mediaset.it/video/lisoladeifamosi/terza-puntata_F310817401000301 -vU
[debug] Command-line config: ['https://www.mediasetplay.mediaset.it/video/lisoladeifamosi/terza-puntata_F310817401000301', '-vU']
[debug] Encodings: locale cp1252, fs utf-8, out utf-8, err utf-8, pref cp1252
[debug] yt-dlp version 2022.03.08.1 [c0c2c57] (win_exe)
[debug] Python version 3.8.10 (CPython 64bit) - Windows-10-10.0.19043-SP0
[debug] exe versions: ffmpeg git-2020-08-31-4a11a6f, ffprobe git-2020-08-31-4a11a6f
[debug] Optional libraries: brotli, Cryptodome, mutagen, sqlite, websockets
[debug] Proxy map: {}
Latest version: 2022.03.08.1, Current version: 2022.03.08.1
yt-dlp is up to date (2022.03.08.1)
[debug] [Mediaset] Extracting URL: https://www.mediasetplay.mediaset.it/video/lisoladeifamosi/terza-puntata_F310817401000301
[Mediaset] F310817401000301: Downloading JSON metadata
[Mediaset] F310817401000301: Downloading MPEG4 SMIL data
[Mediaset] F310817401000301: Downloading M3U SMIL data
[Mediaset] F310817401000301: Downloading m3u8 information
[Mediaset] F310817401000301: Downloading m3u8 information
WARNING: [Mediaset] Failed to download m3u8 information: HTTP Error 404: Not Found
[debug] Formats sorted by: hasvid, ie_pref, lang, quality, res, fps, hdr:12(7), vcodec:vp9.2(10), acodec, filesize, fs_approx, tbr, vbr, abr, asr, proto, vext, aext, hasaud, source, id
[Mediaset] F310817401000301: Downloading JSON metadata
[debug] Default format spec: bestvideo*+bestaudio/best
ERROR: [Mediaset] F310817401000301: Requested format is not available
Traceback (most recent call last):
File "yt_dlp\YoutubeDL.py", line 1389, in wrapper
File "yt_dlp\YoutubeDL.py", line 1473, in __extract_info
File "yt_dlp\YoutubeDL.py", line 1529, in process_ie_result
File "yt_dlp\YoutubeDL.py", line 2621, in process_video_result
yt_dlp.utils.ExtractorError: [Mediaset] F310817401000301: Requested format is not available
Issue Analytics
- State:
- Created a year ago
- Comments:10 (9 by maintainers)
To me it seems that it works has expected.
If you
--list-formats
it only gives you the storyboard. If you force-f bestvideo
anyway it reports that the video is DRM protectedβ¦the latest commit: 48e15bb6b
When trying to bypass
GeoLocationBlocked
it may change to ignoredAnonymousProxyBlocked
, resulting reportedNoAssetTypeFormatMatches
exception.