mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 00:25:15 +00:00 
			
		
		
		
	[ebaumsworlds] Update _VALID_URL (Closes #9135)
This commit is contained in:
		@@ -4,10 +4,10 @@ from .common import InfoExtractor
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class EbaumsWorldIE(InfoExtractor):
 | 
					class EbaumsWorldIE(InfoExtractor):
 | 
				
			||||||
    _VALID_URL = r'https?://www\.ebaumsworld\.com/video/watch/(?P<id>\d+)'
 | 
					    _VALID_URL = r'https?://(?:www\.)?ebaumsworld\.com/videos/[^/]+/(?P<id>\d+)'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    _TEST = {
 | 
					    _TEST = {
 | 
				
			||||||
        'url': 'http://www.ebaumsworld.com/video/watch/83367677/',
 | 
					        'url': 'http://www.ebaumsworld.com/videos/a-giant-python-opens-the-door/83367677/',
 | 
				
			||||||
        'info_dict': {
 | 
					        'info_dict': {
 | 
				
			||||||
            'id': '83367677',
 | 
					            'id': '83367677',
 | 
				
			||||||
            'ext': 'mp4',
 | 
					            'ext': 'mp4',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user