Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* vk.com: escape the title list in listen
  • Loading branch information
l29ah committed Jul 7, 2018
1 parent fa28004 commit 74bbbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vkontakte.ru/listen
Expand Up @@ -6,5 +6,5 @@ if [[ -n "$1" ]]; then
else
out=`vkfindaudio-w3m "$st"`
fi
echo $out
echo "$out"
mpv `egrep -o 'http[^ ]*\.mp3' <<< $out`

0 comments on commit 74bbbc7

Please sign in to comment.