mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[spreaker] fix SpreakerShowIE test URL
This commit is contained in:
		@@ -126,7 +126,7 @@ class SpreakerPageIE(InfoExtractor):
 | 
			
		||||
class SpreakerShowIE(InfoExtractor):
 | 
			
		||||
    _VALID_URL = r'https?://api\.spreaker\.com/show/(?P<id>\d+)'
 | 
			
		||||
    _TESTS = [{
 | 
			
		||||
        'url': 'https://www.spreaker.com/show/3-ninjas-podcast',
 | 
			
		||||
        'url': 'https://api.spreaker.com/show/4652058',
 | 
			
		||||
        'info_dict': {
 | 
			
		||||
            'id': '4652058',
 | 
			
		||||
        },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user