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
Heyy, I've used this lib for a personal proejct and now I'm using it for a college course on Software Testing, applying some tests I identified the following problem in error handling
Issue description
When the offset argument (optional) is above the limit parameter the lib download images without any warning or exception
Steps to reproduce the issue
1. Clone repository
**2. **cd google-images-download && sudo python setup.py install 3. In this respository create a python script 4. Import from google_images_download import google_images_download 5. Add the following commands
Heyy, I've used this lib for a personal proejct and now I'm using it for a college course on Software Testing, applying some tests I identified the following problem in error handling
Issue description
When the offset argument (optional) is above the limit parameter the lib download images without any warning or exception
Steps to reproduce the issue
1. Clone repository
**2.
**cd google-images-download && sudo python setup.py install
3. In this respository create a python script
4. Import
from google_images_download import google_images_download
5. Add the following commands
6. Run script
What's the expected result?
What's the actual result?
Additional details / screenshot
The text was updated successfully, but these errors were encountered: