mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[espn] fix fivethirtyeight.com extraction
This commit is contained in:
		| @@ -15,10 +15,13 @@ class AbcNewsVideoIE(AMPIE): | ||||
|     IE_NAME = 'abcnews:video' | ||||
|     _VALID_URL = r'''(?x) | ||||
|                     https?:// | ||||
|                         abcnews\.go\.com/ | ||||
|                         (?: | ||||
|                             [^/]+/video/(?P<display_id>[0-9a-z-]+)-| | ||||
|                             video/embed\?.*?\bid= | ||||
|                             abcnews\.go\.com/ | ||||
|                             (?: | ||||
|                                 [^/]+/video/(?P<display_id>[0-9a-z-]+)-| | ||||
|                                 video/embed\?.*?\bid= | ||||
|                             )| | ||||
|                             fivethirtyeight\.abcnews\.go\.com/video/embed/\d+/ | ||||
|                         ) | ||||
|                         (?P<id>\d+) | ||||
|                     ''' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Remita Amine
					Remita Amine