[spreaker] fix SpreakerShowIE test URL

This commit is contained in:
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',
},