mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[kuwo:song] Correct song ID extraction (fixes #9033)
Bug introduced in daef04a4e7
.
This commit is contained in:
parent
afca767d19
commit
597d52fadb
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ def _get_formats(self, song_id, tolerate_ip_deny=False):
|
|||
class KuwoIE(KuwoBaseIE):
|
||||
IE_NAME = 'kuwo:song'
|
||||
IE_DESC = '酷我音乐'
|
||||
_VALID_URL = r'https?://www\.kuwo\.cn/yinyue/(?P<id>\d+?)'
|
||||
_VALID_URL = r'https?://www\.kuwo\.cn/yinyue/(?P<id>\d+)'
|
||||
_TESTS = [{
|
||||
'url': 'http://www.kuwo.cn/yinyue/635632/',
|
||||
'info_dict': {
|
||||
|
|
Loading…
Reference in a new issue