mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-11-04 03:33:46 +00:00 
			
		
		
		
	[teamcoco] improve _VALID_URL regex(#16484)
This commit is contained in:
		
							parent
							
								
									27694fe7ad
								
							
						
					
					
						commit
						acd620c930
					
				@ -16,7 +16,7 @@ from ..utils import (
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class TeamcocoIE(InfoExtractor):
 | 
			
		||||
    _VALID_URL = r'https?://teamcoco\.com/video/(?P<id>[^/?#]+)'
 | 
			
		||||
    _VALID_URL = r'https?://teamcoco\.com/video/(?P<id>([^/]+/)*[^/?#]+)'
 | 
			
		||||
    _TESTS = [
 | 
			
		||||
        {
 | 
			
		||||
            'url': 'http://teamcoco.com/video/mary-kay-remote',
 | 
			
		||||
@ -67,6 +67,9 @@ class TeamcocoIE(InfoExtractor):
 | 
			
		||||
                'skip_download': True,  # m3u8 downloads
 | 
			
		||||
            },
 | 
			
		||||
            'skip': 'This video is no longer available.',
 | 
			
		||||
        }, {
 | 
			
		||||
            'url': 'http://teamcoco.com/video/the-conan-audiencey-awards-for-04/25/18',
 | 
			
		||||
            'only_matching': True,
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user