1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-19 11:39:28 +00:00

[spreaker] fix SpreakerShowIE test URL

This commit is contained in:
Remita Amine 2020-11-25 21:39:17 +01:00
parent 9fe50837c3
commit 99de2f38d3

View file

@ -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',
}, },