Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ Anime-style images of 126 tags are collected from [danbooru.donmai.us](http://d
1. Download anime-style images

```bash
# download 1000 images under the tag "misaka_mikoto"
gallery-dl --images 1000 "https://danbooru.donmai.us/posts?tags=misaka_mikoto"
# download images under the tag "misaka_mikoto"
gallery-dl "https://danbooru.donmai.us/posts?tags=misaka_mikoto"

# In a multi-processing manner
cat tags.txt | \
Expand Down