Browse Source

[spreaker] fix SpreakerShowIE test URL

Remita Amine 5 years ago
parent
commit
99de2f38d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/spreaker.py

+ 1 - 1
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',
         },