Skip to content
New issue

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

SSL: CERTIFICATE_VERIFY_FAILED on MAC os #317

Open
wants to merge 85 commits into
base: stage
Choose a base branch
from
Open

SSL: CERTIFICATE_VERIFY_FAILED on MAC os #317

wants to merge 85 commits into from

Conversation

prkkhan786
Copy link

A proper SSL: CERTIFICATE_VERIFY_FAILED message need to be displayed so that user can update SSL and make it work .

hardikvasa and others added 30 commits February 26, 2018 20:36
* chg: doc: license on setup.py

* chg: doc: rename README.md to README.rst

* chg: doc: syntax from markdown to rst

* chg: doc: command on readme

* chg: doc: re add table

* chg: doc: remove duplicate example

* chg: doc: remove readme convertion

rst is already default readme filetype

* chg: doc: update table to latest upstream commit

* chg: doc: update classifiers to latest upstream commit

* chg: dev: update print_urls description
* chg: doc: rename README.md to README.rst

* chg: doc: syntax from markdown to rst

* chg: doc: command on readme

* chg: doc: re add table

* chg: doc: remove duplicate example

* chg: doc: update table to latest upstream commit

* chg: dev: update print_urls description

* chg: dev: update contribute section to latest upstream commit

* fix: doc: newline on table

* fix: doc: line on table
…arches

feature to print image sizes
feature to print and save image metadata
extract metadata from the raw html as a JSON object
OSError in windows as : are not permitted
feature to select socket timeouts for downloading images
other minor changes in the algorithm
added flowchart showcasing the structure of the code
edited recommendation of using sudo for permission errors when downloading repo with pip
feature to select a language filter
feature to add a prefix word in front of the image name
table of contents
fixed error on if less than desired images are returned #52
more options on file size as seen on the google advance search option
added time range feature
fixed the bug on .jpeg images
fixed the bug on downloading images from specific websites
removed printing the entire file when using keywords from file
corrected a typo as per #54
other minor changes
feature to support proxy settings
allow users to download as many images as the google search returns
bug fix on JSON errors on non-escaped quotes
removed dependency on arguments in the main code
other minor updates
Vasa and others added 30 commits November 3, 2018 22:16
Improving the error reporting if raw page could not be downloaded.
replace or by function any and map, make code more simple and less
(".jpg", ".gif", ".png", ".bmp", ".svg", ".webp", ".ico")  the list  well defined before use
It seems that Google has updated its html format. 'class="ZO5Spb"' has been deprecated.
letter 'ś' and BadStatusLine error
return URLs when no_download flag is set
Add past-month to time argument for search.
Changed the code for more accurate url_item_name
* Add feature to save image source page url

* update README
removed some commented print statements
few updates in the readme file
better error when downloading of raw page fails
update docs for unicode issue with printing paths
remove space character in image names and file names
fix the issue where keyword was required when config file was given #211
print total number of errors when downloading multiple keywords
silent mode download #199
does not create directories when --no_download flag is true
--related_images folder/file naming bug
in #234 and #232
initiation of Sphinx documentation
couple other minor changes
fix the bug where wrong image format is downloaded
addresses #81 #183 #189 #213
sphinx doc updates
* Add flag to ignore certain urls

* Updated README and parser arguments

* Fix error on missing -iu option

Resolves issues related to pull request #213.
Removed duplicated validation
doc updates for #213
minor other docs updates - linking doc pages
doc update for #140
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet