Skip to content

Commit

Permalink
Update e621_grab.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mirabarukaso committed Nov 19, 2024
1 parent 9f99df6 commit 0070685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e621_grab.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

# my_tags for SearchDownload tags [Change to what you want]
# seems e621 supports more than 2 tags
my_tags = 'fox_girl'
my_tags = 'feline+female+solo+blue_hair'

# page limit
start_page = 1
end_page = 20

# HIGHEST priority: blacklist [Set to EMPTY if not needed] Any condition
my_blacklist = ['']
my_blacklist = []
#my_blacklist = ['tattoo']

# Higher priority: custom filter [Set to EMPTY if not needed] Absolute condition
Expand Down

0 comments on commit 0070685

Please sign in to comment.