1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 18:53:21 +01:00
This commit is contained in:
Mike Fährmann 2023-09-02 13:03:11 +02:00
parent 0b6e5b8161
commit 8259a5abe4
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

@ -863,7 +863,7 @@ class PixivNovelExtractor(PixivExtractor):
novel["suffix"] = "" novel["suffix"] = ""
yield Message.Directory, novel yield Message.Directory, novel
try: try:
content = self.api.novel_text(novel["id"])["novel_text"] content = self.api.novel_text(novel["id"])["novel_text"]
except Exception: except Exception: