spotify-dl/spotify-dl-remote.sh

6 lines
156 B
Bash
Executable File

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