spotify-dl/.env.template

9 lines
145 B
Plaintext

# Authentification
sp_id=""
sp_password=""
sp_token=""
# Tracks format and location
output="$HOME/music"
format="{artist} - {track_name}.{ext}"