[kuwo:song] Correct song ID extraction (fixes #9033)
Bug introduced in daef04a4e75ccd2ff5e2d2495baa0ac9bcf75724.
This commit is contained in:
		
							parent
							
								
									afca767d19
								
							
						
					
					
						commit
						597d52fadb
					
				| @ -55,7 +55,7 @@ class KuwoBaseIE(InfoExtractor): | |||||||
| class KuwoIE(KuwoBaseIE): | class KuwoIE(KuwoBaseIE): | ||||||
|     IE_NAME = 'kuwo:song' |     IE_NAME = 'kuwo:song' | ||||||
|     IE_DESC = '酷我音乐' |     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 = [{ |     _TESTS = [{ | ||||||
|         'url': 'http://www.kuwo.cn/yinyue/635632/', |         'url': 'http://www.kuwo.cn/yinyue/635632/', | ||||||
|         'info_dict': { |         'info_dict': { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user