[dt] update 'parse_datetime' calls with one argument

This commit is contained in:
Mike Fährmann
2025-10-17 22:49:41 +02:00
parent 085616e0a8
commit 6c71b279b6
26 changed files with 49 additions and 56 deletions

View File

@@ -31,7 +31,7 @@ class PostmillExtractor(BaseExtractor):
title = text.unescape(extr(
'<meta property="og:title" content="', '">'))
date = self.parse_datetime(extr(
date = self.parse_datetime_iso(extr(
'<meta property="og:article:published_time" content="', '">'))
username = extr(
'<meta property="og:article:author" content="', '">')