We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0869246 commit 5348a28Copy full SHA for 5348a28
1 file changed
src/scrapers/youtube_stats.py
@@ -41,7 +41,7 @@ def get_video_duration(video_id):
41
return convert_iso_duration(duration_iso)
42
return None
43
except Exception as e:
44
- print(f"Error getting duration for video {video_id}: {e}")
+ print(f"Error getting video duration: {e}")
45
46
47
0 commit comments