diff --git a/wyrics b/wyrics index 4214e65..ba31db3 100755 --- a/wyrics +++ b/wyrics @@ -92,8 +92,8 @@ function search_parse { | sed 's/.*href=\"//' \ | sed 's/\" class.*//')" local title="$(echo "$line" \ - | sed 's%.*\" >%%' \ - | sed 's%.*%%')" + | sed 's%.*">%%' \ + | sed 's%%%')" if echo "$title" | grep "http" > /dev/null; then i=$(subtract $i 1) @@ -221,8 +221,8 @@ case "$1" in lyrics "$url" ;; - *) - usage - ;; +# *) +# usage +# ;; esac