diff --git a/ptgdp b/ptgdp index 0e6fda0..d860607 100755 --- a/ptgdp +++ b/ptgdp @@ -79,11 +79,12 @@ cachesong() { youtube-dl \ --add-metadata \ --audio-format "best" \ + --default-search "ytsearch:" \ --geo-bypass \ --playlist-items 1 \ -x \ -o "$_tmpfile.%(ext)s" \ - ytsearch:"$1" \ + "$1" \ > /dev/null 2>&1 & if wait $!; then for file in "$_tmpfile"*; do