mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[biqle] remove unnecessary regex group
This commit is contained in:
		@@ -42,7 +42,7 @@ class BIQLEIE(InfoExtractor):
 | 
			
		||||
        video_id = self._match_id(url)
 | 
			
		||||
        webpage = self._download_webpage(url, video_id)
 | 
			
		||||
        embed_url = self._proto_relative_url(self._search_regex(
 | 
			
		||||
            r'<iframe.+?src="((?:https?:)?//(?:(?:daxab\.com|dxb\.to|[^/]+/player)/)[^"]+)".*?></iframe>',
 | 
			
		||||
            r'<iframe.+?src="((?:https?:)?//(?:daxab\.com|dxb\.to|[^/]+/player)/[^"]+)".*?></iframe>',
 | 
			
		||||
            webpage, 'embed url'))
 | 
			
		||||
        if VKIE.suitable(embed_url):
 | 
			
		||||
            return self.url_result(embed_url, VKIE.ie_key(), video_id)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user