mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 05:37:07 -05:00 
			
		
		
		
	[nbcnews] Extend _VALID_URL
This commit is contained in:
		@@ -124,7 +124,7 @@ class NBCSportsIE(InfoExtractor):
 | 
			
		||||
class NBCNewsIE(InfoExtractor):
 | 
			
		||||
    _VALID_URL = r'''(?x)https?://(?:www\.)?nbcnews\.com/
 | 
			
		||||
        (?:video/.+?/(?P<id>\d+)|
 | 
			
		||||
        (?:feature|nightly-news)/[^/]+/(?P<title>.+))
 | 
			
		||||
        (?:watch|feature|nightly-news)/[^/]+/(?P<title>.+))
 | 
			
		||||
        '''
 | 
			
		||||
 | 
			
		||||
    _TESTS = [
 | 
			
		||||
@@ -169,6 +169,10 @@ class NBCNewsIE(InfoExtractor):
 | 
			
		||||
                'description': 'md5:1c10c1eccbe84a26e5debb4381e2d3c5',
 | 
			
		||||
            },
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            'url': 'http://www.nbcnews.com/watch/dateline/full-episode--deadly-betrayal-386250819952',
 | 
			
		||||
            'only_matching': True,
 | 
			
		||||
        },
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
    def _real_extract(self, url):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user