nekopaw
nekopaw copied to clipboard
Gelbooru grabbing with HTTPS
As I can see in the packet analyzers, Nekopaw Grabber grabs pictures from Gelbooru via HTTP, but Gelbooru also supports HTTPS.
So it would be nice to have an ability to grap pictures via HTTPS instead of HTTP.
you just may modify gelbooru.com.cfg, or make a copy of it, any time you want.
When modifying the line in the file "gelbooru.com.cfg":
$main.url = 'http://gelbooru.com/';
to
$main.url = 'https://gelbooru.com/';
I get errors when trying to download images:
13:06:27 //assets.gelbooru.com/images/6f/60/6f6xxxxxxxxxxxxxxxxxxxxxxxxxxxxx.%ext%: Error connecting with SSL. error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure 13:06:28 //assets.gelbooru.com/images/80/57/805xxxxxxxxxxxxxxxxxxxxxxxxxxxxx.%ext%: Error connecting with SSL. error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure 13:06:28 //assets.gelbooru.com/images/54/f2/54fxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.%ext%: Error connecting with SSL. error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure 13:06:28 //assets.gelbooru.com/images/17/3b/173xxxxxxxxxxxxxxxxxxxxxxxxxxxxx.%ext%: Error connecting with SSL. error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure 13:06:28 //assets.gelbooru.com/images/ae/a5/aeaxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.%ext%: Error connecting with SSL. error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure
me too