[dt] update 'parse_datetime' calls with one argument
This commit is contained in:
@@ -76,7 +76,7 @@ class ZerochanExtractor(BooruExtractor):
|
||||
data = {
|
||||
"id" : text.parse_int(entry_id),
|
||||
"file_url": jsonld["contentUrl"],
|
||||
"date" : self.parse_datetime(jsonld["datePublished"]),
|
||||
"date" : self.parse_datetime_iso(jsonld["datePublished"]),
|
||||
"width" : text.parse_int(jsonld["width"][:-3]),
|
||||
"height" : text.parse_int(jsonld["height"][:-3]),
|
||||
"size" : text.parse_bytes(jsonld["contentSize"][:-1]),
|
||||
|
||||
Reference in New Issue
Block a user