We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
哈喽!默认爬下来的是国内版必应结果,我想用国际版的结果应该怎么操作呀?非常感谢!!!!!
还有,有的图片是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) `
The text was updated successfully, but these errors were encountered:
No branches or pull requests
哈喽!默认爬下来的是国内版必应结果,我想用国际版的结果应该怎么操作呀?非常感谢!!!!!
还有,有的图片是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)
`
The text was updated successfully, but these errors were encountered: