Skip to content

Commit

Permalink
Fix tag/category search
Browse files Browse the repository at this point in the history
  • Loading branch information
missionfloyd committed Oct 11, 2024
1 parent 9c07d76 commit 93efd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gallery_dl/extractor/everia.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self, match):

def get_tags(self, query, type="tags"):
if isinstance(query, str):
params = {"search": query}
params = {"slug": query}
else:
params = {"post": query}

Expand Down

0 comments on commit 93efd0c

Please sign in to comment.