From 37a1ad310e0821ebe2ee492ce1199b50e464fbeb Mon Sep 17 00:00:00 2001 From: alexiskattan Date: Wed, 5 Jul 2017 23:24:13 -0700 Subject: [PATCH] Change for gallery-dl The 1000 flag will only download the 1000th image. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index faebee6..22c524f 100644 --- a/README.md +++ b/README.md @@ -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 | \