From 477f67363d89d3dee5dc4e1eda83b3c7128a51bc Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Wed, 12 Oct 2016 19:36:22 -0700 Subject: [PATCH] use https; it's required now --- meow.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meow.sh b/meow.sh index 67c7d36..eeac1fd 100644 --- a/meow.sh +++ b/meow.sh @@ -2,8 +2,8 @@ SEP=$'\t' curl=(curl -sS -m 32 --connect-timeout 8 --retry 3 --retry-delay 1) -URL_SEARCH="${URL_SEARCH:-http://www.nyaa.se/}" -URL_DOWNLOAD="${URL_DOWNLOAD:-http://www.nyaa.se/?page=download&tid=}" +URL_SEARCH="${URL_SEARCH:-https://www.nyaa.se/}" +URL_DOWNLOAD="${URL_DOWNLOAD:-https://www.nyaa.se/?page=download&tid=}" # all timestamps are given in seconds since the epoch declare -A searchquery