[pixiv:novel] only detect Pixiv embeds (#4175)

This commit is contained in:
Mike Fährmann
2023-06-13 18:58:35 +02:00
parent 9f1aee3884
commit 0b34a444e0

View File

@@ -865,7 +865,7 @@ class PixivNovelExtractor(PixivExtractor):
illusts = {}
for marker in text.extract_iter(content, "[", "]"):
if marker.startswith("[jumpuri:"):
if marker.startswith("[jumpuri:If you would like to "):
desktop = True
elif marker.startswith("pixivimage:"):
illusts[marker[11:].partition("-")[0]] = None