easlice / bandcamp-downloader

Download your bandcamp collection using this python script.
MIT License
281 stars 34 forks source link

Use beautifulsoup4 over bs4 #24

Closed Half-Shot closed 4 months ago

Half-Shot commented 8 months ago

https://pypi.org/project/bs4/ is just a squatted package to prevent it from being maliciously used. While it works, it doesn't have semantic versioning so you're basically stuck with whatever version 0.0.1 actually links to. It's probably better to use the main package.