#!/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"