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 119066b commit 37b15e4Copy full SHA for 37b15e4
modules/youtube.py
@@ -45,7 +45,7 @@ def video_details(self, video_id):
45
content = item["contentDetails"]
46
47
video_uploaded_at = utils.datetime.iso8601_parse(
48
- snippet["publishedAt"], microseconds=True)
+ snippet["publishedAt"])
49
video_uploaded_at = utils.datetime.date_human(video_uploaded_at)
50
51
video_uploader = snippet["channelTitle"]
0 commit comments