suyashb95 / soundcloud-dl

A Python project that downloads tracks from soundcloud.com, complete with metadata and album art
125 stars 19 forks source link

add option to add an API key #16

Closed suyashb95 closed 4 years ago

suyashb95 commented 4 years ago

sc-dl --set-api-key <API_KEY> should store the user's API key in the config file

suyashb95 commented 4 years ago

Fixed in https://github.com/Suyash458/soundcloud-dl/pull/17