spotify-dl/spotify-dl-remote.sh

6 lines
166 B
Bash
Executable File

#!/bin/bash
args="$@"
link="$(curl -s "https://spotify-dl.p2p.legal/search?$args" | grep 'https://spotify-dl.p2p.legal/dl' | awk -F '\"' '{print $2}')"
wget "$link"