[spreaker] fix SpreakerShowIE test URL

Este commit está contenido en:
pukkandan 2020-11-26 23:40:40 +05:30
padre 38d7028407
commit a62cf34298
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

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