glomatico / spotify-web-downloader

A Python CLI app for downloading songs/music videos/albums/playlists directly from Spotify.
378 stars 43 forks source link

Refactor cli.py #52

Closed romazu closed 1 month ago

romazu commented 1 month ago

Refactoring of the main cli.py script.

The main logic is now implemented in the App class. The individual track downloading logic has been moved to a separate method: App.process_track(). No functionality is added or changed.