Skip to content

Commit

Permalink
fix nowe check
Browse files Browse the repository at this point in the history
  • Loading branch information
lmc999 authored Mar 15, 2024
1 parent a23e668 commit b2a35e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ function MediaUnlockTest_MyTVSuper() {

function MediaUnlockTest_NowE() {

local result=$(curl $useNIC $usePROXY $xForward -${1} ${ssll} -fsL --write-out %{http_code} --output /dev/null --max-time 10 'https://ewcdn04.nowe.com/session/16-5-d5e3774-2106035143489306129/Content/DASH_VOS3/Live/channel(VOS_CH099)/manifest.mpd?token=7b7ede10fb9871b60f5f437b46dce761_1709310300' -H 'host: ewcdn04.nowe.com' -H 'connection: keep-alive' -H 'sec-ch-ua: "Chromium";v="122", "Not(A:Brand";v="24", "Microsoft Edge";v="122"' -H 'accept-language: zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' -H 'sec-ch-ua-platform: "Windows"' -H 'sec-ch-ua-mobile: ?0' -H 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0' -H 'accept: */*' -H 'sec-fetch-site: same-site' -H 'sec-fetch-mode: cors' -H 'sec-fetch-dest: empty' -H 'origin: https://www.nowe.com' -H 'referer: https://www.nowe.com/')
local result=$(curl $useNIC $usePROXY $xForward -${1} ${ssll} -fsL --write-out %{http_code} --output /dev/null --max-time 10 'https://ewcdn110.nowe.com/session/16-5-560c3a8-2106035143489306129/Content/DASH_VOS3/VOD/16695/17618/902c7694-1075-4c29-b012-69ede1891bcd/f076ed7d-afc3-7511-64e7-63f765b4f741/stream_1/init.m4i' -H 'host: ewcdn110.nowe.com' -H 'connection: keep-alive' -H 'sec-ch-ua: "Chromium";v="122", "Not(A:Brand";v="24", "Google Chrome";v="122"' -H 'sec-ch-ua-mobile: ?0' -H 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36' -H 'sec-ch-ua-platform: "Windows"' -H 'accept: */*' -H 'origin: https://www.nowe.com' -H 'sec-fetch-site: same-site' -H 'sec-fetch-mode: cors' -H 'sec-fetch-dest: empty' -H 'referer: https://www.nowe.com/' -H 'accept-language: en')

if [[ "$result" == "200" ]]; then
echo -n -e "\r Now E:\t\t\t\t\t${Font_Green}Yes${Font_Suffix}\n"
Expand Down

0 comments on commit b2a35e3

Please sign in to comment.