You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifnotvideo_resolution!=video_data['resolution']:
print(f"Downloaded resolution is not correct for {video_data['name']}: {video_resolution} vs {video_data['name']}. Discarding this video.")
return
to
ifnotvideo_resolution==int(video_data['resolution']):
print(f"Downloaded resolution is not correct for {video_data['name']}: {video_resolution} vs {video_data['name']}. Discarding this video.")
return
The text was updated successfully, but these errors were encountered:
turn
to
The text was updated successfully, but these errors were encountered: