summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)