mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-28 21:22:13 +00:00
No @
This commit is contained in:
parent
0ef718103f
commit
c8686e7ccb
1 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ class ParlerIE(InfoExtractor):
|
|||
'info_dict': {
|
||||
'id': 'df79fdba-07cc-48fe-b085-3293897520d7',
|
||||
'ext': 'mp4',
|
||||
'title': '@TulsiGabbard-720',
|
||||
'title': 'TulsiGabbard-720',
|
||||
'description': '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,
|
||||
'upload_date': '20220806',
|
||||
|
@ -39,7 +39,7 @@ class ParlerIE(InfoExtractor):
|
|||
'info_dict': {
|
||||
'id': 'a7406eb4-91e5-4793-b5e3-ade57a24e287',
|
||||
'ext': 'mp4',
|
||||
'title': '@BennyJohnson-360',
|
||||
'title': 'BennyJohnson-360',
|
||||
'description': 'This man should run for office',
|
||||
'timestamp': 1659657600,
|
||||
'upload_date': '20220805',
|
||||
|
@ -72,7 +72,7 @@ class ParlerIE(InfoExtractor):
|
|||
# Keep the file name short so it doesn't exceed filesystem limits
|
||||
title = self._generic_title(url)
|
||||
if uploader_id:
|
||||
title = '@%s-%s' % (uploader_id, title)
|
||||
title = '%s-%s' % (uploader_id, title)
|
||||
|
||||
# Return the result
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue