~phate/bc-lyrics

ccce4a35566de40439574adaa2ab9318a5f3d716 — ValleyKnight 2 years ago debfe0a
add todo
1 files changed, 1 insertions(+), 1 deletions(-)

M bc-lyrics
M bc-lyrics => bc-lyrics +1 -1
@@ 18,7 18,7 @@
filter='pup "head meta:nth-of-type(1) attr{content}"'
# For decoding url-encoded text:
# - `'` -> `'`
# - `&` -> `&`
# - `&` -> `&` -- TODO: fix this, it doesn't work
sed_filter="sed -e \"s/'/'/g\" -e \"s/&/&/g\""
# Remove all parentheses, change all uppercase to lowercase
url_filter="sed -e s/\(//g -e s/\)//g | tr '[:upper:]' '[:lower:]'"