commit: 99de2f38d375f794ffdc4f5a110a5227310f3ab0
parent 9fe50837c3e8f6c40b7bed8bf7105a868a7a678f
Author: Remita Amine <remitamine@gmail.com>
Date: Wed, 25 Nov 2020 21:39:17 +0100
[spreaker] fix SpreakerShowIE test URL
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/youtube_dl/extractor/spreaker.py b/youtube_dl/extractor/spreaker.py
@@ -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',
},