mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Removes now-unused dependency titlecase and add tqdm. Also read current spotdl version without depending on external dependencies.
4 lines
71 B
Python
4 lines
71 B
Python
from spotdl.version import __version__
|
|
from spotdl.track import Track
|
|
|