瀏覽代碼

[spreaker] fix SpreakerShowIE test URL

Remita Amine 4 年之前
父節點
當前提交
99de2f38d3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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):
 class SpreakerShowIE(InfoExtractor):
     _VALID_URL = r'https?://api\.spreaker\.com/show/(?P<id>\d+)'
     _VALID_URL = r'https?://api\.spreaker\.com/show/(?P<id>\d+)'
     _TESTS = [{
     _TESTS = [{
-        'url': 'https://www.spreaker.com/show/3-ninjas-podcast',
+        'url': 'https://api.spreaker.com/show/4652058',
         'info_dict': {
         'info_dict': {
             'id': '4652058',
             'id': '4652058',
         },
         },