diff options
| author | Zhineng Li <[email protected]> | 2026-01-24 13:40:17 +0800 |
|---|---|---|
| committer | Zhineng Li <[email protected]> | 2026-01-24 13:40:17 +0800 |
| commit | edd1d8a333dedbbae7b18aaa9fadc00765d9e498 (patch) | |
| tree | fe29333942ebd371d721c3c9dd6424b41e3572aa | |
| parent | fa1fe75f772f1bb105e281a9986087642df3460a (diff) | |
| download | china-unicom-iptv-gd-edd1d8a333dedbbae7b18aaa9fadc00765d9e498.tar.gz china-unicom-iptv-gd-edd1d8a333dedbbae7b18aaa9fadc00765d9e498.zip | |
remove comments
| -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) |
