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:]'"