summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/kemonoparty.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/extractor/kemonoparty.py')
-rw-r--r--gallery_dl/extractor/kemonoparty.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/kemonoparty.py b/gallery_dl/extractor/kemonoparty.py
index 21ff114..8a61728 100644
--- a/gallery_dl/extractor/kemonoparty.py
+++ b/gallery_dl/extractor/kemonoparty.py
@@ -192,7 +192,7 @@ class KemonopartyExtractor(Extractor):
"body": text.unescape(text.extract(
dm, "<pre>", "</pre></",
)[0].strip()),
- "date": text.extract(dm, 'datetime="', '"')[0],
+ "date": text.extr(dm, 'datetime="', '"'),
})
return dms