utils.datetime.is8601_parse no longer has a "microseconds" arg
This commit is contained in:
parent
119066b549
commit
37b15e442d
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
content = item["contentDetails"]
|
content = item["contentDetails"]
|
||||||
|
|
||||||
video_uploaded_at = utils.datetime.iso8601_parse(
|
video_uploaded_at = utils.datetime.iso8601_parse(
|
||||||
snippet["publishedAt"], microseconds=True)
|
snippet["publishedAt"])
|
||||||
video_uploaded_at = utils.datetime.date_human(video_uploaded_at)
|
video_uploaded_at = utils.datetime.date_human(video_uploaded_at)
|
||||||
|
|
||||||
video_uploader = snippet["channelTitle"]
|
video_uploader = snippet["channelTitle"]
|
||||||
|
|
Loading…
Reference in a new issue