aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/spreaker.py
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2020-11-25 21:39:17 +0100
committerRemita Amine <remitamine@gmail.com>2020-11-25 21:39:17 +0100
commit99de2f38d375f794ffdc4f5a110a5227310f3ab0 (patch)
treecf81e7b48214f7c7e820e4a89c960f6d81334053 /youtube_dl/extractor/spreaker.py
parent9fe50837c3e8f6c40b7bed8bf7105a868a7a678f (diff)
downloadyoutube-dl-99de2f38d375f794ffdc4f5a110a5227310f3ab0.tar.xz
[spreaker] fix SpreakerShowIE test URL
Diffstat (limited to 'youtube_dl/extractor/spreaker.py')
-rw-r--r--youtube_dl/extractor/spreaker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/spreaker.py b/youtube_dl/extractor/spreaker.py
index beee6670c..6c7e40ae4 100644
--- 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',
},