yt-dlp / yt-dlp

A feature-rich command-line audio/video downloader
https://discord.gg/H5MNcFW63r
The Unlicense
89.82k stars 6.96k forks source link

southparkstudios.com is broken #10168

Open nrlquaker opened 5 months ago

nrlquaker commented 5 months ago

DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE

Checklist

Region

Croatia

Provide a description that is worded well enough to be understood

Downloading any episode from www.southparkstudios.com ends with error Sorry, this video is not found or no longer available due to date or rights restrictions. But it can be watch on the site.

Provide verbose output that clearly demonstrates the problem

Complete Verbose Output

yt-dlp -vU https://www.southparkstudios.com/episodes/egyait/south-park-raising-the-bar-season-16-ep-9
[debug] Command-line config: ['-vU', 'https://www.southparkstudios.com/episodes/egyait/south-park-raising-the-bar-season-16-ep-9']
[debug] User config "/Users/username/.config/yt-dlp/config": ['-o', '~/Downloads/%(title)s - %(id)s.%(ext)s', '--extractor-args', 'youtube:player_client=web']
[debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version stable@2024.05.27 from yt-dlp/yt-dlp [12b248ce6]
[debug] Python 3.12.3 (CPython arm64 64bit) - macOS-14.4.1-arm64-arm-64bit (OpenSSL 3.3.1 4 Jun 2024)
[debug] exe versions: ffmpeg 7.0.1 (setts), ffprobe 7.0.1
[debug] Optional libraries: Cryptodome-3.20.0, brotli-1.1.0, certifi-2024.06.02, mutagen-1.47.0, requests-2.32.2, sqlite3-3.46.0, urllib3-2.2.1, websockets-12.0
[debug] Proxy map: {}
[debug] Request Handlers: urllib, requests, websockets
[debug] Loaded 1820 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
Latest version: stable@2024.05.27 from yt-dlp/yt-dlp
yt-dlp is up to date (stable@2024.05.27 from yt-dlp/yt-dlp)
[southpark.cc.com] Extracting URL: https://www.southparkstudios.com/episodes/egyait/south-park-raising-the-bar-season-16-ep-9
[southpark.cc.com] south-park-raising-the-bar-season-16-ep-9: Downloading webpage
[southpark.cc.com] c541c989-b10c-4ef8-9dbc-66000eff7bcd: Downloading info
[southpark.cc.com] 4fc3f0ad-97e1-4714-a2a4-504cca017075: Extracting information
[southpark.cc.com] 4fc3f0ad-97e1-4714-a2a4-504cca017075: Downloading video urls
ERROR: [southpark.cc.com] egyait/south-park-raising-the-bar-season-16-ep-9: southpark.cc.com returned error: not_found -
      Sorry, this video is not found or no longer available due to date or rights restrictions.

  File "/opt/homebrew/Cellar/yt-dlp/HEAD-add96eb/libexec/lib/python3.12/site-packages/yt_dlp/extractor/common.py", line 733, in extract
    ie_result = self._real_extract(url)
                ^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Cellar/yt-dlp/HEAD-add96eb/libexec/lib/python3.12/site-packages/yt_dlp/extractor/mtv.py", line 322, in _real_extract
    return self._get_videos_info(mgid, url=url)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Cellar/yt-dlp/HEAD-add96eb/libexec/lib/python3.12/site-packages/yt_dlp/extractor/mtv.py", line 226, in _get_videos_info
    return self._get_videos_info_from_url(info_url, video_id, use_hls)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Cellar/yt-dlp/HEAD-add96eb/libexec/lib/python3.12/site-packages/yt_dlp/extractor/mtv.py", line 238, in _get_videos_info_from_url
    info = self._get_video_info(item, use_hls)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Cellar/yt-dlp/HEAD-add96eb/libexec/lib/python3.12/site-packages/yt_dlp/extractor/mtv.py", line 149, in _get_video_info
    raise ExtractorError(message, expected=True)
bashonly commented 5 months ago

Related: #2621 (and all of the other MTV services issues)