mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 18:53:21 +01:00
flake8
This commit is contained in:
parent
0b6e5b8161
commit
8259a5abe4
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user