Fix url regex
This commit is contained in:
parent
15e46ed9c1
commit
0b9c0a309b
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user