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

The latest qq music web link is not recognized #9336

Open
10 of 11 tasks
RepentStar opened this issue Mar 2, 2024 · 0 comments · May be fixed by #9768
Open
10 of 11 tasks

The latest qq music web link is not recognized #9336

RepentStar opened this issue Mar 2, 2024 · 0 comments · May be fixed by #9768
Labels
site-bug Issue with a specific website triage Untriaged issue

Comments

@RepentStar
Copy link

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

China

Provide a description that is worded well enough to be understood

I saw yt-dlp supports qqmusic on supported sites list

qqmusic: QQ音乐
qqmusic:album: QQ音乐 - 专辑
qqmusic:playlist: QQ音乐 - 歌单
qqmusic:singer: QQ音乐 - 歌手
qqmusic:toplist: QQ音乐 - 排行榜

So I tried to download, but found that yt-dlp could not recognize the latest qqmusic link.

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

[debug] Command-line config: ['-F', 'https://y.qq.com/n/ryqq/songDetail/002K935L4BpdhT', '-vU']
[debug] Encodings: locale cp936, fs utf-8, pref cp936, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version stable@2023.12.30 from yt-dlp/yt-dlp [f10589e34] (pip)
[debug] Python 3.11.8 (CPython AMD64 64bit) - Windows-10-10.0.22621-SP0 (OpenSSL 3.0.13 30 Jan 2024)
[debug] exe versions: ffmpeg N-111584-ga4e616824b-20230722 (setts), ffprobe N-111584-ga4e616824b-20230722
[debug] Optional libraries: Cryptodome-3.20.0, brotli-1.1.0, certifi-2024.02.02, mutagen-1.47.0, requests-2.31.0, sqlite3-3.43.1, urllib3-2.2.1, websockets-12.0
[debug] Proxy map: {'http': 'http://127.0.0.1:10809', 'https': 'http://127.0.0.1:10809', 'ftp': 'http://127.0.0.1:10809'}
[debug] Request Handlers: urllib, requests, websockets
[debug] Loaded 1798 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
Latest version: stable@2023.12.30 from yt-dlp/yt-dlp
yt-dlp is up to date (stable@2023.12.30 from yt-dlp/yt-dlp)
[generic] Extracting URL: https://y.qq.com/n/ryqq/songDetail/002K935L4BpdhT
[generic] 002K935L4BpdhT: Downloading webpage
WARNING: [generic] Falling back on generic information extractor
[generic] 002K935L4BpdhT: Extracting information
[debug] Looking for embeds
ERROR: Unsupported URL: https://y.qq.com/n/ryqq/songDetail/002K935L4BpdhT
Traceback (most recent call last):
  File "C:\Python\py3118\Lib\site-packages\yt_dlp\YoutubeDL.py", line 1587, in wrapper
    return func(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Python\py3118\Lib\site-packages\yt_dlp\YoutubeDL.py", line 1722, in __extract_info
    ie_result = ie.extract(url)
                ^^^^^^^^^^^^^^^
  File "C:\Python\py3118\Lib\site-packages\yt_dlp\extractor\common.py", line 718, in extract
    ie_result = self._real_extract(url)
                ^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Python\py3118\Lib\site-packages\yt_dlp\extractor\generic.py", line 2531, in _real_extract
    raise UnsupportedError(url)
yt_dlp.utils.UnsupportedError: Unsupported URL: https://y.qq.com/n/ryqq/songDetail/002K935L4BpdhT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
site-bug Issue with a specific website triage Untriaged issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant