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

SHAHID unsuported url #9880

Open
9 of 11 tasks
kvrim1 opened this issue May 7, 2024 · 4 comments
Open
9 of 11 tasks

SHAHID unsuported url #9880

kvrim1 opened this issue May 7, 2024 · 4 comments
Labels
account-needed Account details are needed to test/fix this site-enhancement Feature request for some website triage Untriaged issue

Comments

@kvrim1
Copy link

kvrim1 commented May 7, 2024

DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE

  • I understand that I will be blocked if I intentionally remove or skip any mandatory* field

Checklist

Region

No response

Provide a description that is worded well enough to be understood

When attempting to download videos from Shahid MBC using yt-dlp, I encountered an "unsupported URL" error. The specific URL I tried to download from is: https://shahid.mbc.net/ar/series/سرايا%20عابدين-الموسم-2/season-72252-94288

Provide verbose output that clearly demonstrates the problem

  • Run your yt-dlp command with -vU flag added (yt-dlp -vU <your command line>)
  • If using API, add 'verbose': True to YoutubeDL params instead
  • Copy the WHOLE output (starting with [debug] Command-line config) and insert it below

Complete Verbose Output

C:\yt-dlp>yt-dlp -vU https://shahid.mbc.net/ar/series/سرايا%20عابدين-الموسم-2/season-72252-94288
[debug] Command-line config: ['-vU', 'https://shahid.mbc.net/ar/series/سرايا%20عابدين-الموسم-2/season-72252-94288']
[debug] Encodings: locale cp1252, fs utf-8, pref cp1252, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version stable@2024.04.09 from yt-dlp/yt-dlp [ff0779267] (win_exe)
[debug] Python 3.8.10 (CPython AMD64 64bit) - Windows-10-10.0.17763-SP0 (OpenSSL 1.1.1k  25 Mar 2021)
[debug] exe versions: none
[debug] Optional libraries: Cryptodome-3.20.0, brotli-1.1.0, certifi-2024.02.02, curl_cffi-0.5.10, mutagen-1.47.0, requests-2.31.0, sqlite3-3.35.5, urllib3-2.2.1, websockets-12.0
[debug] Proxy map: {}
[debug] Request Handlers: urllib, requests, websockets, curl_cffi
[debug] Loaded 1810 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
Latest version: stable@2024.04.09 from yt-dlp/yt-dlp
yt-dlp is up to date (stable@2024.04.09 from yt-dlp/yt-dlp)
[generic] Extracting URL: https://shahid.mbc.net/ar/series/سرايا%20عابدين-الموسم-2/season-72252-94288
[generic] season-72252-94288: Downloading webpage
[redirect] Following redirect to https://shahid.mbc.net/ar/series/%D8%B3%D8%B1%D8%A7%D9%8A%D8%A7%20%D8%B9%D8%A7%D8%A8%D8%AF%D9%8A%D9%86-%D8%A7%D9%84%D9%85%D9%88%D8%B3%D9%85-2/season-72252-94288
[generic] Extracting URL: https://shahid.mbc.net/ar/series/%D8%B3%D8%B1%D8%A7%D9%8A%D8%A7%20%D8%B9%D8%A7%D8%A8%D8%AF%D9%8A%D9%86-%D8%A7%D9%84%D9%85%D9%88%D8%B3%D9%85-2/season-72252-94288
[generic] season-72252-94288: Downloading webpage
WARNING: [generic] Falling back on generic information extractor
[generic] season-72252-94288: Extracting information
[debug] Looking for embeds
ERROR: Unsupported URL: https://shahid.mbc.net/ar/series/%D8%B3%D8%B1%D8%A7%D9%8A%D8%A7%20%D8%B9%D8%A7%D8%A8%D8%AF%D9%8A%D9%86-%D8%A7%D9%84%D9%85%D9%88%D8%B3%D9%85-2/season-72252-94288
Traceback (most recent call last):
  File "yt_dlp\YoutubeDL.py", line 1606, in wrapper
  File "yt_dlp\YoutubeDL.py", line 1741, in __extract_info
  File "yt_dlp\extractor\common.py", line 734, in extract
  File "yt_dlp\extractor\generic.py", line 2514, in _real_extract
yt_dlp.utils.UnsupportedError: Unsupported URL: https://shahid.mbc.net/ar/series/%D8%B3%D8%B1%D8%A7%D9%8A%D8%A7%20%D8%B9%D8%A7%D8%A8%D8%AF%D9%8A%D9%86-%D8%A7%D9%84%D9%85%D9%88%D8%B3%D9%85-2/season-72252-94288
@kvrim1 kvrim1 added site-bug Issue with a specific website triage Untriaged issue labels May 7, 2024
@dirkf
Copy link
Contributor

dirkf commented May 8, 2024

Your problem URL appears to be for a season/series of some show with linked episodes. The site extractor doesn't support any playlist pages. Also, the episode links are like .../episodes/.../id-{id} and these are also not supported by the extractor. Finally, the site wants payment for these episodes: an account with a paid subscription may be needed to implement this extraction, unless an example with free-to-view shows can be provided.

@bashonly bashonly added account-needed Account details are needed to test/fix this site-enhancement Feature request for some website and removed site-bug Issue with a specific website labels May 8, 2024
@kvrim1
Copy link
Author

kvrim1 commented May 9, 2024

Your problem URL appears to be for a season/series of some show with linked episodes. The site extractor doesn't support any playlist pages. Also, the episode links are like .../episodes/.../id-{id} and these are also not supported by the extractor. Finally, the site wants payment for these episodes: an account with a paid subscription may be needed to implement this extraction, unless an example with free-to-view shows can be provided.

I already have a paid subscription, how to link it with yt-dlp?

@pukkandan
Copy link
Member

Usually, you would use cookies but it will not help here due to the other issues mentioned

@kvrim1
Copy link
Author

kvrim1 commented May 12, 2024

That's what i'm getting now when i give yt-dlp the mpd link

[generic] Extracting URL: https://cdxaws-ak.akamaized.net/out/v1/37e5896a9b74470abf0f24d4bb61969f/22166333d51a4d528478144cc...080;video_codec:H264
[generic] index.mpd?aws: Downloading webpage
WARNING: [generic] Falling back on generic information extractor
[generic] index.mpd?aws: Extracting information
ERROR: [generic] index.mpd?aws: This video is DRM protected

Any solutions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
account-needed Account details are needed to test/fix this site-enhancement Feature request for some website triage Untriaged issue
Projects
None yet
Development

No branches or pull requests

4 participants