Introduction
Introduction Statistics Contact Development Disclaimer Help
Rename loop variable to be more descriptive - bitreich-tv - Meme TV encoding an…
git clone git://bitreich.org/bitreich-tv git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfr…
Log
Files
Refs
Tags
LICENSE
---
commit ac639f0d7f8feadca0ef246d65bcc039fd73e90a
parent 9b28bd7e0cfd72c0febb9087936771825e2b47b2
Author: Anders Damsgaard <[email protected]>
Date: Sun, 16 Aug 2020 22:20:14 +0200
Rename loop variable to be more descriptive
Diffstat:
M brtv-playlist-to-m3u.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/brtv-playlist-to-m3u.sh b/brtv-playlist-to-m3u.sh
@@ -4,8 +4,8 @@
printf '#EXTM3U\n'
while IFS='
-' read -r line; do
- f="${line##*/}"
+' read -r url; do
+ f="${url##*/}"
printf '#EXTINF:%s, bitreich-tv - #%s\n' "" "${f%.*}"
- printf '%s\n' "$line"
+ printf '%s\n' "$url"
done
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.