mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-03-29 11:17:26 +09:00
Single quotes
This commit is contained in:
parent
6d6f38bed8
commit
b14b4b8af5
@ -14,29 +14,29 @@ class ParlerIE(InfoExtractor):
|
|||||||
_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})"
|
_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})"
|
||||||
_TESTS = [
|
_TESTS = [
|
||||||
{
|
{
|
||||||
"url": "https://parler.com/feed/df79fdba-07cc-48fe-b085-3293897520d7",
|
'url': 'https://parler.com/feed/df79fdba-07cc-48fe-b085-3293897520d7',
|
||||||
"md5": "16e0f447bf186bb3cf64de5bbbf4d22d",
|
'md5': '16e0f447bf186bb3cf64de5bbbf4d22d',
|
||||||
"info_dict": {
|
'info_dict': {
|
||||||
"id": "df79fdba-07cc-48fe-b085-3293897520d7",
|
'id': 'df79fdba-07cc-48fe-b085-3293897520d7',
|
||||||
"ext": "mp4",
|
'ext': 'mp4',
|
||||||
"title": "Puberty-blocking procedures promoted by the Biden/Harris Admin are child abuse. The FDA has recently confirmed these hormones/drugs have extremely dangerous side effects, like brain swelling and vision loss.",
|
'title': 'Puberty-blocking procedures promoted by the Biden/Harris Admin are child abuse. The FDA has recently confirmed these hormones/drugs have extremely dangerous side effects, like brain swelling and vision loss.',
|
||||||
"timestamp": 1659744000,
|
'timestamp': 1659744000,
|
||||||
"upload_date": "20220806",
|
'upload_date': '20220806',
|
||||||
"uploader": "Tulsi Gabbard",
|
'uploader': 'Tulsi Gabbard',
|
||||||
"uploader_id": "TulsiGabbard",
|
'uploader_id': 'TulsiGabbard',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"url": "https://parler.com/feed/a7406eb4-91e5-4793-b5e3-ade57a24e287",
|
'url': 'https://parler.com/feed/a7406eb4-91e5-4793-b5e3-ade57a24e287',
|
||||||
"md5": "11687e2f5bb353682cee338d181422ed",
|
'md5': '11687e2f5bb353682cee338d181422ed',
|
||||||
"info_dict": {
|
'info_dict': {
|
||||||
"id": "a7406eb4-91e5-4793-b5e3-ade57a24e287",
|
'id': 'a7406eb4-91e5-4793-b5e3-ade57a24e287',
|
||||||
"ext": "mp4",
|
'ext': 'mp4',
|
||||||
"title": "This man should run for office",
|
'title': 'This man should run for office',
|
||||||
"timestamp": 1659657600,
|
'timestamp': 1659657600,
|
||||||
"upload_date": "20220805",
|
'upload_date': '20220805',
|
||||||
"uploader": "Benny Johnson",
|
'uploader': 'Benny Johnson',
|
||||||
"uploader_id": "BennyJohnson",
|
'uploader_id': 'BennyJohnson',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user