Skip to content

Commit

Permalink
[danbooru] add missing ':' to 'md5' tag prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Dec 7, 2024
1 parent ef7ff31 commit 939cf51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gallery_dl/extractor/danbooru.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def posts(self):
else:
prefix = None
elif tag.startswith(
("id:", "md5", "ordfav:", "ordfavgroup:", "ordpool:")):
("id:", "md5:", "ordfav:", "ordfavgroup:", "ordpool:")):
prefix = None
break

Expand Down

0 comments on commit 939cf51

Please sign in to comment.