Fix url regex

This commit is contained in:
lucas 2017-04-26 12:37:14 -04:00
parent 15e46ed9c1
commit 0b9c0a309b

View File

@ -12,7 +12,7 @@ from ..utils import (
class StreamableIE(InfoExtractor):
_VALID_URL = r'https?://streamable\.com/(?:e/|s/)?(?P<id>\w+)'
_VALID_URL = r'https?://streamable\.com/(?:[es]/)?(?P<id>\w+)'
_TESTS = [
{
'url': 'https://streamable.com/dnd1',