diff --git a/play-lofi b/play-lofi index 05da14b..0c616e4 100755 --- a/play-lofi +++ b/play-lofi @@ -41,12 +41,12 @@ new_link() { grep "

.*watch" | tr -d "\n" | tr -s " ") results=${results//\\/\" \"} - results=${results//\<\/a\>\<\/p\>/\" æ } + results=${results//\<\/a\>\<\/p\>/\" þ } results=${results::-2} # remove that last separator - # NOTE: I chose æ because never in a million years will that + # NOTE: I chose þ because never in a million years will that # character be in the title of a lofi video stream. - IFS="æ" read -r -a streams <<< $results + IFS="þ" read -r -a streams <<< $results echo "Streams:" local id=1