[discovery] add support go.discovery.com URLs
This commit is contained in:
		
							parent
							
								
									13a75688a5
								
							
						
					
					
						commit
						3b446ab351
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -19,9 +19,9 @@ from ..compat import compat_HTTPError
 | 
			
		|||
class DiscoveryIE(DiscoveryGoBaseIE):
 | 
			
		||||
    _VALID_URL = r'''(?x)https?://
 | 
			
		||||
        (?P<site>
 | 
			
		||||
            (?:(?:www|go)\.)?discovery|
 | 
			
		||||
            (?:www\.)?
 | 
			
		||||
                (?:
 | 
			
		||||
                    discovery|
 | 
			
		||||
                    investigationdiscovery|
 | 
			
		||||
                    discoverylife|
 | 
			
		||||
                    animalplanet|
 | 
			
		||||
| 
						 | 
				
			
			@ -56,6 +56,9 @@ class DiscoveryIE(DiscoveryGoBaseIE):
 | 
			
		|||
    }, {
 | 
			
		||||
        'url': 'https://www.investigationdiscovery.com/tv-shows/final-vision/full-episodes/final-vision',
 | 
			
		||||
        'only_matching': True,
 | 
			
		||||
    }, {
 | 
			
		||||
        'url': 'https://go.discovery.com/tv-shows/alaskan-bush-people/videos/follow-your-own-road',
 | 
			
		||||
        'only_matching': True,
 | 
			
		||||
    }]
 | 
			
		||||
    _GEO_COUNTRIES = ['US']
 | 
			
		||||
    _GEO_BYPASS = False
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue