diff options
| -rwxr-xr-x | iptv.sh | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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) |
