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

qq music and cool music download failed, after netease cloud music download exceeded, there was a problem with the music naming format. #9696

Closed
11 tasks done
es3344520 opened this issue Apr 16, 2024 · 2 comments
Labels
incomplete Further information is needed site-bug Issue with a specific website

Comments

@es3344520
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

第一个问题是,在成功下载网易云音乐后,在命名音乐格式的过程中出现了问题。正确的音乐命名格式应该是:歌手-歌曲。但最后是NA-song。也就是说,歌手的名字没有被正确获得。这个网易云基本上是这样的。它需要修复。

The second problem, unable to download songs from qq music and cool music, any songs from these two platforms are the same, showing no support links. But what it provides is a link to the song interface. See how it works??

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

[generic] Extracting URL: https://y.qq.com/n/ryqq/songDetail/00128N3r2SYKMF
[generic] 00128N3r2SYKMF: Downloading webpage
WARNING: [generic] Falling back on generic information extractor
[generic] 00128N3r2SYKMF: Extracting information
ERROR: Unsupported URL: https://y.qq.com/n/ryqq/songDetail/00128N3r2SYKMF
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/yt_dlp/YoutubeDL.py", line 1594, in wrapper
return func(self, *args, **kwargs)
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/yt_dlp/YoutubeDL.py", line 1729, in __extract_info
ie_result = ie.extract(url)
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/yt_dlp/extractor/common.py", line 732, in extract
ie_result = self._real_extract(url)
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/yt_dlp/extractor/generic.py", line 2530, in _real_extract
raise UnsupportedError(url)
yt_dlp.utils.UnsupportedError: Unsupported URL: https://y.qq.com/n/ryqq/songDetail/00128N3r2SYKMF
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/mac/Desktop/1.py", line 19, in <module>
ydl.download(['https://y.qq.com/n/ryqq/songDetail/00128N3r2SYKMF'])
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/yt_dlp/YoutubeDL.py", line 3558, in download
self.__download_wrapper(self.extract_info)(
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/yt_dlp/YoutubeDL.py", line 3533, in wrapper
res = func(*args, **kwargs)
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/yt_dlp/YoutubeDL.py", line 1583, in extract_info
return self.__extract_info(url, self.get_info_extractor(key), download, extra_info, process)
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/yt_dlp/YoutubeDL.py", line 1612, in wrapper
self.report_error(str(e), e.format_traceback())
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/yt_dlp/YoutubeDL.py", line 1061, in report_error
self.trouble(f'{self._format_err("ERROR:", self.Styles.ERROR)} {message}', *args, **kwargs)
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/yt_dlp/YoutubeDL.py", line 1000, in trouble
raise DownloadError(message, exc_info)
yt_dlp.utils.DownloadError: ERROR: Unsupported URL: https://y.qq.com/n/ryqq/songDetail/00128N3r2SYKMF
@es3344520 es3344520 added site-bug Issue with a specific website triage Untriaged issue labels Apr 16, 2024
@pukkandan
Copy link
Member

That is not a full log

@pukkandan pukkandan added the incomplete Further information is needed label Apr 16, 2024
@c-basalt
Copy link
Contributor

Make sure you should provide a full log for your first one.
Btw, the second one you raised (though I don't think it is a good idea to mix two things in a single issue) appears to be a duplicate of #9336.

@pukkandan pukkandan closed this as not planned Won't fix, can't repro, duplicate, stale Apr 22, 2024
@pukkandan pukkandan removed the triage Untriaged issue label Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
incomplete Further information is needed site-bug Issue with a specific website
Projects
None yet
Development

No branches or pull requests

3 participants