You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attempted to download pizza images and used codes:
downloader.download("pizza", limit=100, output_dir="photos", adult_filter_off=True, force_replace=False, timeout=5)
However, the downloader gave me many menu images from zmenu.com.
The text was updated successfully, but these errors were encountered:
This library works by finding the first 'limit' results on bing image search, then downloading them from their source. When you search for 'pizza', the results will contain menus so it is only normal for the downloader to download them.
I attempted to download pizza images and used codes:
downloader.download("pizza", limit=100, output_dir="photos", adult_filter_off=True, force_replace=False, timeout=5)
However, the downloader gave me many menu images from zmenu.com.
The text was updated successfully, but these errors were encountered: