[spreaker] fix SpreakerShowIE test URL
authorRemita Amine <remitamine@gmail.com>
Wed, 25 Nov 2020 20:39:17 +0000 (21:39 +0100)
committerRemita Amine <remitamine@gmail.com>
Wed, 25 Nov 2020 20:39:17 +0000 (21:39 +0100)
youtube_dl/extractor/spreaker.py

index beee6670cd6bdd51afa20be03c080e72066c73bd..6c7e40ae4d44eb70a84826d7d430c2656bca880f 100644 (file)
@@ -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',
         },