mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 00:25:15 +00:00 
			
		
		
		
	[kuwo] Add localized name
This commit is contained in:
		@@ -45,6 +45,7 @@ class KuwoBaseIE(InfoExtractor):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
class KuwoIE(KuwoBaseIE):
 | 
					class KuwoIE(KuwoBaseIE):
 | 
				
			||||||
    IE_NAME = 'kuwo:song'
 | 
					    IE_NAME = 'kuwo:song'
 | 
				
			||||||
 | 
					    IE_DESC = '酷我音乐'
 | 
				
			||||||
    _VALID_URL = r'http://www\.kuwo\.cn/yinyue/(?P<id>\d+?)/'
 | 
					    _VALID_URL = r'http://www\.kuwo\.cn/yinyue/(?P<id>\d+?)/'
 | 
				
			||||||
    _TESTS = [{
 | 
					    _TESTS = [{
 | 
				
			||||||
        'url': 'http://www.kuwo.cn/yinyue/635632/',
 | 
					        'url': 'http://www.kuwo.cn/yinyue/635632/',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user