spotify-dl/spotify-dl-remote.sh

6 lines
156 B
Bash
Raw Normal View History

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