Update youtube_dl/extractor/parler.py
Co-authored-by: dirkf <fieldhouse@gmx.net>
This commit is contained in:
parent
a6f8feef49
commit
b1bbb03e0b
@ -16,7 +16,8 @@ from ..utils import (
|
||||
class ParlerIE(InfoExtractor):
|
||||
"""Extract videos from posts on Parler."""
|
||||
|
||||
_VALID_URL = r"https://parler\.com/feed/(?P<id>[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})"
|
||||
_UUID_RE = r'[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}'
|
||||
_VALID_URL = r'https://parler\.com/feed/(?P<id>%s)' % (_UUID_RE, )
|
||||
_TESTS = [
|
||||
{
|
||||
"url": "https://parler.com/feed/df79fdba-07cc-48fe-b085-3293897520d7",
|
||||
|
Loading…
Reference in New Issue
Block a user