spotify-dl/spotify-dl-remote.sh

6 lines
166 B
Bash
Raw Permalink Normal View History

2022-05-08 04:23:20 +02:00
#!/bin/bash
args="$@"
2022-05-08 04:38:18 +02:00
link="$(curl -s "https://spotify-dl.p2p.legal/search?$args" | grep 'https://spotify-dl.p2p.legal/dl' | awk -F '\"' '{print $2}')"
wget "$link"