diff --git a/get-tracks.sh b/get-tracks.sh index 5ff9a30..b396110 100755 --- a/get-tracks.sh +++ b/get-tracks.sh @@ -29,8 +29,8 @@ regroup_lines() awk ' # From ’ to ' simple_quote() sed "s/e2 80 99/27/g" -# From / to ' - ' -replace_slashes() sed "s/2f/20 2d 20/g" +# From / to '-' +replace_slashes() sed "s/2f/2d/g" remove_multibyte_characters() sed "s/e2 80 .. //g"