summaryrefslogtreecommitdiff
path: root/iptv.sh
diff options
context:
space:
mode:
authorZhineng Li <im@zhineng.li>2026-04-30 22:23:30 +0800
committerZhineng Li <im@zhineng.li>2026-04-30 22:23:30 +0800
commit6e88aa51a14be916524fdf33bfdfdc9392ffafae (patch)
tree2fd238103f50c971ecfe4cca856eeb592d7bd373 /iptv.sh
parent1e0389798beed2abf25417664e37172fc7a2a976 (diff)
downloadchina-unicom-iptv-gd-6e88aa51a14be916524fdf33bfdfdc9392ffafae.tar.gz
china-unicom-iptv-gd-6e88aa51a14be916524fdf33bfdfdc9392ffafae.zip
add 4K channel-matching pattern
Diffstat (limited to 'iptv.sh')
-rwxr-xr-xiptv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptv.sh b/iptv.sh
index c768ebc..a2eeec5 100755
--- a/iptv.sh
+++ b/iptv.sh
@@ -74,7 +74,7 @@ categorize_by_channel_name () {
result="720P"
case "$name" in
- *4K*) result="4K" ;;
+ *4K*|*"超高清"*) result="4K" ;;
*"超清"*|*"高清"*) result="1080P" ;;
esac