Skip to content

v8.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Oct 01:24
b175311

Changes

πŸš€ Features

  • Added option to download through a proxy @Diiak (#308)

If you wish to download via proxy, pass -p flag with the URL of the proxy.

For HTTP:

     spotify_dl -p "http://username:password@hostname:port" or "http://hostname:port"

For SOCKS5

     spotify_dl -p "socks5://username:password@hostname:port" or "socks5://hostname:port"

thanks to @Diiak for adding this feature.

πŸ› Bug Fixes

🧰 Maintenance

Update using

pip install spotify_dl --upgrade

Thanks to everyone for their contributions!