This commit is contained in:
coletdjnz 2024-05-04 22:05:57 +12:00
parent 481ada3437
commit 919824f299
No known key found for this signature in database
GPG Key ID: 91984263BB39894A
1 changed files with 1 additions and 1 deletions

View File

@ -4553,7 +4553,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
'uploader_url': format_field(channel_handle, None, 'https://www.youtube.com/%s', default=None),
})
# We only want timestamp IF it has second precision AND a timezone
# We only want timestamp IF it has time precision AND a timezone
# Currently the uploadDate in microformats appears to be in US/Pacific timezone.
timestamp = (
parse_iso8601(get_first(microformats, 'uploadDate'), timezone=NO_DEFAULT)