[fantia] add 'date' metadata field (#1853)

This commit is contained in:
Alice
2021-09-17 10:59:00 -07:00
committed by GitHub
parent fba95c3a9e
commit 9992ff38da

View File

@@ -66,6 +66,7 @@ class FantiaExtractor(Extractor):
"comment": resp["comment"],
"rating": resp["rating"],
"posted_at": resp["posted_at"],
"date": text.parse_datetime(resp["posted_at"], "%a, %d %b %Y %H:%M:%S %z"),
"fanclub_id": resp["fanclub"]["id"],
"fanclub_user_id": resp["fanclub"]["user"]["id"],
"fanclub_user_name": resp["fanclub"]["user"]["name"],