mirror of
https://github.com/anthonyaxenov/iptv.git
synced 2024-11-22 05:24:45 +00:00
Merge branch 'master' of github.com:anthonyaxenov/iptv
This commit is contained in:
commit
3500122334
@ -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 "..."
|
||||
|
Loading…
Reference in New Issue
Block a user