1
Fork 0

Script "game-add": switch to HTTPS protocol.

master
vonavi 2017-05-13 12:26:06 +03:00
parent d08533e4c8
commit fb49833e15
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ VERSION="0.5"
# Firefox User Agent # Firefox User Agent
FIREFOX_UA="Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0" FIREFOX_UA="Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0"
# Regular expressions # Regular expressions
URL_RE="^(http://[^/]*)/(.{8}).*" URL_RE="^(https?://[^/]*)/(.{8}).*"
DATE_RE="[0-9?]{2}\.[0-9?]{2}\.[0-9?]{4}" DATE_RE="[0-9?]{2}\.[0-9?]{2}\.[0-9?]{4}"
argv0=${0##*/} argv0=${0##*/}