mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[kuwo] extract title inside element with class title exactly
This commit is contained in:
		| @@ -79,7 +79,7 @@ class KuwoIE(KuwoBaseIE): | ||||
|             errnote='Unable to get song detail info') | ||||
|  | ||||
|         song_name = self._html_search_regex( | ||||
|             r'(?s)class="[^"]*title[^"]*".*?<h1[^>]+title="([^"]+)"', webpage, 'song name') | ||||
|             r'(?s)class="(?:[^" ]+ +)*title(?: +[^" ]+)*".*?<h1[^>]+title="([^"]+)"', webpage, 'song name') | ||||
|         singer_name = self._html_search_regex( | ||||
|             r'<div[^>]+class="s_img">\s*<a[^>]+title="([^>]+)"', | ||||
|             webpage, 'singer name', fatal=False) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 remitamine
					remitamine