mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-11 03:09:35 +00:00
[extractor/youtube] Add no-youtube-prefer-utc-upload-date
compat option (#4771)
This option reverts992f9a730b
and17322130a9
to prefer the non-UTC upload date in microformats. Authored by: coletdjnz, pukkandan
This commit is contained in:
@@ -444,6 +444,7 @@ def create_parser():
|
||||
'multistreams', 'no-live-chat', 'playlist-index', 'list-formats', 'no-direct-merge',
|
||||
'no-youtube-channel-redirect', 'no-youtube-unavailable-videos', 'no-attach-info-json', 'embed-metadata',
|
||||
'embed-thumbnail-atomicparsley', 'seperate-video-versions', 'no-clean-infojson', 'no-keep-subs', 'no-certifi',
|
||||
'no-youtube-prefer-utc-upload-date'
|
||||
}, 'aliases': {
|
||||
'youtube-dl': ['all', '-multistreams'],
|
||||
'youtube-dlc': ['all', '-no-youtube-channel-redirect', '-no-live-chat'],
|
||||
|
Reference in New Issue
Block a user