remove outdated comment

pull/13702/head
coletdjnz 1 month ago
parent bb05cfdb88
commit e9e9384880
No known key found for this signature in database
GPG Key ID: 91984263BB39894A

@ -4366,7 +4366,6 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
if upload_date and live_status not in ('is_live', 'post_live', 'is_upcoming'):
# Newly uploaded videos' HLS formats are potentially problematic and need to be checked
# XXX: This is redundant for as long as we are already checking all IOS HLS formats
upload_datetime = datetime_from_str(upload_date).replace(tzinfo=dt.timezone.utc)
if upload_datetime >= datetime_from_str('today-2days'):
for fmt in info['formats']:

Loading…
Cancel
Save