wkentaro / gdown

Google Drive Public File Downloader when Curl/Wget Fails
MIT License
4.11k stars 343 forks source link

Suggestion: Add verify parameter in download_folder method #178

Closed dopazo closed 2 years ago

dopazo commented 2 years ago

The verify parameter added in pull #87 solved problems with conflicting TLS certificates. However, this parameter was only added in the download method. Including this method in other features, such as the download_folder method, would be really appreciated. Seems like a minor modification here in line 343.