mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[JWPlatform] Use non-capturing group in RE
Per @yan12125.
This commit is contained in:
		 John Hawkinson
					John Hawkinson
				
			
				
					committed by
					
						 Yen Chi Hsuan
						Yen Chi Hsuan
					
				
			
			
				
	
			
			
			 Yen Chi Hsuan
						Yen Chi Hsuan
					
				
			
						parent
						
							6899b1d9e8
						
					
				
				
					commit
					32ad4f3faf
				
			| @@ -24,7 +24,7 @@ class JWPlatformIE(InfoExtractor): | |||||||
|     @staticmethod |     @staticmethod | ||||||
|     def _extract_url(webpage): |     def _extract_url(webpage): | ||||||
|         mobj = re.search( |         mobj = re.search( | ||||||
|             r'<(script|iframe)[^>]+?src=["\'](?P<url>(?:https?:)?//content.jwplatform.com/players/[a-zA-Z0-9]{8})', |             r'<(?:script|iframe)[^>]+?src=["\'](?P<url>(?:https?:)?//content.jwplatform.com/players/[a-zA-Z0-9]{8})', | ||||||
|             webpage) |             webpage) | ||||||
|         if mobj: |         if mobj: | ||||||
|             return mobj.group('url') |             return mobj.group('url') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user