mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 10:27:07 -05:00 
			
		
		
		
	[kuwo:song] Correct song ID extraction (fixes #9033)
Bug introduced in daef04a4e7.
			
			
This commit is contained in:
		@@ -55,7 +55,7 @@ class KuwoBaseIE(InfoExtractor):
 | 
			
		||||
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': {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user