summaryrefslogtreecommitdiff
path: root/iptv.sh
diff options
context:
space:
mode:
authorZhineng Li <[email protected]>2026-01-24 13:40:17 +0800
committerZhineng Li <[email protected]>2026-01-24 13:40:17 +0800
commitedd1d8a333dedbbae7b18aaa9fadc00765d9e498 (patch)
treefe29333942ebd371d721c3c9dd6424b41e3572aa /iptv.sh
parentfa1fe75f772f1bb105e281a9986087642df3460a (diff)
downloadchina-unicom-iptv-gd-edd1d8a333dedbbae7b18aaa9fadc00765d9e498.tar.gz
china-unicom-iptv-gd-edd1d8a333dedbbae7b18aaa9fadc00765d9e498.zip
remove comments
Diffstat (limited to 'iptv.sh')
-rwxr-xr-xiptv.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/iptv.sh b/iptv.sh
index b06cdc4..b692d11 100755
--- a/iptv.sh
+++ b/iptv.sh
@@ -258,7 +258,6 @@ make_playlist () {
fatal "Requires a device MAC address with --mac"
fi
- # Retreive Authentication URL
step "Authenticate"
local host
@@ -267,7 +266,6 @@ make_playlist () {
local encry_token
encry_token=$(retrieve_encry_token "$host" "$user_id") || fatal 'Failed to retrieve encry token'
- # Authenticate
local key
key=$(printf "%-24s" "$password" | tr ' ' 0 | xxd -p)