Merge branch 'master' of github.com:anthonyaxenov/iptv

master
Anthony Axenov 2022-06-03 12:15:41 +08:00
commit 3500122334
Signed by: anthony
GPG Key ID: EA9EC32FF7CCD4EC
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ awk '
}
{
sub("\r$", "", $0) # crlf -> lf
if ($0 ~ /^#EXTINF\:.+,/) {
if ($0 ~ /^#EXTINF:.+,/) {
total_count++
channel_name = substr($0, index($0, ",") + 1, length($0))
print "[" total_count "] " channel_name "..."