File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2384,7 +2384,7 @@ function MediaUnlockTest_Starz() {
23842384 return
23852385 fi
23862386
2387- local authorization=$( curl ${CURL_DEFAULT_OPTS} -s ' https://www.starz.com/sapi/header/v1/starz/us/09b397fc9eb64d5080687fc8a218775b ' -H " Referer: https://www.starz.com/us/en/" --user-agent " ${UA_BROWSER} " )
2387+ local authorization=$( curl ${CURL_DEFAULT_OPTS} -s ' https://www.starz.com/sapi/header/v1/starz/us/e17d634364cc406d9dac700e4e1f911d ' -H ' accept: */* ' -H ' accept-language: en-US,en;q=0.9 ' -H ' referer: https://www.starz.com/us/en/' -H " sec-ch-ua: ${UA_SEC_CH_UA} " -H ' sec-ch-ua-mobile: ?0 ' -H ' sec-ch-ua-platform: "Windows" ' -H ' sec-fetch-dest: empty ' -H ' sec-fetch-mode: cors ' -H ' sec-fetch-site: same-origin ' --user-agent " ${UA_BROWSER} " )
23882388 if [ -z " $authorization " ]; then
23892389 echo -n -e " \r Starz:\t\t\t\t\t${Font_Red} Failed (Network Connection)${Font_Suffix} \n"
23902390 return
You can’t perform that action at this time.
0 commit comments