Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump to v0.6.6, add support of python 3.9, remove python 2 support
Signed-off-by: Zhiyuan Chen <[email protected]>
- Loading branch information
3506401
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
from icrawler.builtin import BingImageCrawler
bing_crawler = BingImageCrawler(
downloader_threads=4,
storage={'root_dir': 'images'})
bing_crawler.crawl(
keyword="sunflower ひまわり",
max_num=100)
3506401
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there anything wrong with the code?