Skip to content

Commit

Permalink
[pixiv:novel] only detect Pixiv embeds (#4175)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Jun 13, 2023
1 parent 9f1aee3 commit 0b34a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gallery_dl/extractor/pixiv.py
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ def transform_tags(work):
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
Expand Down

0 comments on commit 0b34a44

Please sign in to comment.