From edd1d8a333dedbbae7b18aaa9fadc00765d9e498 Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Sat, 24 Jan 2026 13:40:17 +0800 Subject: remove comments --- iptv.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'iptv.sh') 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) -- cgit v1.2.3