Skip to content

Commit 37b15e4

Browse files
committed
utils.datetime.is8601_parse no longer has a "microseconds" arg
1 parent 119066b commit 37b15e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/youtube.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def video_details(self, video_id):
4545
content = item["contentDetails"]
4646

4747
video_uploaded_at = utils.datetime.iso8601_parse(
48-
snippet["publishedAt"], microseconds=True)
48+
snippet["publishedAt"])
4949
video_uploaded_at = utils.datetime.date_human(video_uploaded_at)
5050

5151
video_uploader = snippet["channelTitle"]

0 commit comments

Comments
 (0)