0
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-11-22 02:15:12 +00:00

[spreaker] fix SpreakerShowIE test URL

This commit is contained in:
pukkandan 2020-11-26 23:40:40 +05:30
parent 38d7028407
commit a62cf34298

View file

@ -126,7 +126,7 @@ def _real_extract(self, url):
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',
},