From 6e88aa51a14be916524fdf33bfdfdc9392ffafae Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Thu, 30 Apr 2026 22:23:30 +0800 Subject: add 4K channel-matching pattern --- iptv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3