mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 04:57:07 -05:00 
			
		
		
		
	[yahoo:gyao] extend _VALID_URL(closes #21008)
This commit is contained in:
		@@ -526,7 +526,7 @@ class YahooGyaOPlayerIE(InfoExtractor):
 | 
			
		||||
 | 
			
		||||
class YahooGyaOIE(InfoExtractor):
 | 
			
		||||
    IE_NAME = 'yahoo:gyao'
 | 
			
		||||
    _VALID_URL = r'https?://(?:gyao\.yahoo\.co\.jp/p|streaming\.yahoo\.co\.jp/p/y)/(?P<id>\d+/v\d+)'
 | 
			
		||||
    _VALID_URL = r'https?://(?:gyao\.yahoo\.co\.jp/(?:p|title/[^/]+)|streaming\.yahoo\.co\.jp/p/y)/(?P<id>\d+/v\d+|[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12})'
 | 
			
		||||
    _TESTS = [{
 | 
			
		||||
        'url': 'https://gyao.yahoo.co.jp/p/00449/v03102/',
 | 
			
		||||
        'info_dict': {
 | 
			
		||||
@@ -536,6 +536,9 @@ class YahooGyaOIE(InfoExtractor):
 | 
			
		||||
    }, {
 | 
			
		||||
        'url': 'https://streaming.yahoo.co.jp/p/y/01034/v00133/',
 | 
			
		||||
        'only_matching': True,
 | 
			
		||||
    }, {
 | 
			
		||||
        'url': 'https://gyao.yahoo.co.jp/title/%E3%81%97%E3%82%83%E3%81%B9%E3%81%8F%E3%82%8A007/5b025a49-b2e5-4dc7-945c-09c6634afacf',
 | 
			
		||||
        'only_matching': True,
 | 
			
		||||
    }]
 | 
			
		||||
 | 
			
		||||
    def _real_extract(self, url):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user