Crawl Image form https://anime-pictures.net use scrapy
If you understand how scrapy work.
Just read Usage
$ git clone [email protected]:urayoru113/scrapy-anime-pictures.git
$ pip install scrapy pillow
configure setting.ini like:
[LOGIN]
account = asd12345
password = asd12345
[IMG]
save_dir = ./Image
minheight = 0
minwidth = 0
tags =
love live
naruto
いとうのいぢ
-
If you don't understand how to configure. Just put what you want in tags
-
If you want to download R18 image, please set account and password
-
Use Romanization will avoid some error
-
Make sure your setting.ini encode in utf-8
$ scrapy crawl AnimePictures
- Output file will sort by author, maybe I will let it can sort by tags(or by author) later
- I'm not sure whether cookie will execute correctly in browser
ver 1.0.0