mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 18:53:21 +01:00
[kemonoparty] fix 'dms' extraction (#3106)
This commit is contained in:
parent
f168ec9572
commit
77173694d5
@ -190,7 +190,7 @@ class KemonopartyExtractor(Extractor):
|
||||
for dm in text.extract_iter(page, "<article", "</article>"):
|
||||
dms.append({
|
||||
"body": text.unescape(text.extract(
|
||||
dm, '<pre>', '</pre></section>',
|
||||
dm, "<pre>", "</pre></",
|
||||
)[0].strip()),
|
||||
"date": text.extract(dm, 'datetime="', '"')[0],
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user