[spreaker] fix SpreakerShowIE test URL

这个提交包含在:
pukkandan 2020-11-26 23:40:40 +05:30
父节点 38d7028407
当前提交 a62cf34298
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

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