Skip to content

Commit 5348a28

Browse files
authored
Update youtube_stats.py
1 parent 0869246 commit 5348a28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scrapers/youtube_stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def get_video_duration(video_id):
4141
return convert_iso_duration(duration_iso)
4242
return None
4343
except Exception as e:
44-
print(f"Error getting duration for video {video_id}: {e}")
44+
print(f"Error getting video duration: {e}")
4545
return None
4646

4747

0 commit comments

Comments
 (0)