update browser string and accept language

This commit is contained in:
Alex
2018-05-17 09:39:17 +02:00
committed by GitHub
parent eb9a0bc3ed
commit 4f00c80756
2 changed files with 8 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
# Amazon Alexa Remote Control (PLAIN shell)
# alex(at)loetzimmer.de
#
# 2018-03-09: v0.9a (for updates see http://blog.loetzimmer.de/2017/10/amazon-alexa-hort-auf-die-shell-echo.html)
# 2018-05-17: v0.9b (for updates see http://blog.loetzimmer.de/2017/10/amazon-alexa-hort-auf-die-shell-echo.html)
#
###
#
@@ -16,8 +16,8 @@
EMAIL='amazon_account@email.address'
PASSWORD='Very_Secret_Amazon_Account_Password'
LANGUAGE="de,en"
#LANGUAGE="en-us"
LANGUAGE="de,en-US"
#LANGUAGE="en-US"
AMAZON='amazon.de'
#AMAZON='amazon.com'
@@ -36,7 +36,7 @@ OPTS='--compressed --http1.1'
#OPTS='-k --compressed --http1.1'
# browser identity
BROWSER='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0'
BROWSER='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0'
###########################################
# nothing to configure below here