parent
959559298b
commit
365174e547
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
args="$@"
|
||||
|
||||
wget "$(curl -s \"https://spotify-dl.p2p.legal/search?$args\" | grep 'https://spotify-dl.p2p.legal/dl' | awk -F '\"' '{print $2}')"
|
||||
link="$(curl -s "https://spotify-dl.p2p.legal/search?$args" | grep 'https://spotify-dl.p2p.legal/dl' | awk -F '\"' '{print $2}')"
|
||||
wget "$link"
|
||||
|
Loading…
Reference in new issue