mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-01-18 23:03:05 +01:00
[spreaker] fix SpreakerShowIE test URL
This commit is contained in:
parent
38d7028407
commit
a62cf34298
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue