hellock / hellock/icrawler

Bing images search question

Open
#104 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
933
Forks
181
PR merge metrics
No merged PRs in 30d

Description

哈喽!默认爬下来的是国内版必应结果,我想用国际版的结果应该怎么操作呀?非常感谢!!!!!
![微信截图_20220312112127](https://user-images.githubusercontent.com/71050713/158001833-ff6e119f-f185-44b3-95c2-a0414a410390.png)

还有,有的图片是png格式,如何保存透明背景的png图片?感谢!

`from icrawler.builtin import BingImageCrawler

ing_crawler = BingImageCrawler(downloader_threads=4,
storage={'root_dir': 'your_image_dir'})

bing_crawler.crawl(keyword='clip+art+technology', filters=None, offset=0, max_num=1000)
`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.