mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-12-08 20:39:08 +00:00
[WIP] Refactor spotdl.py; introduced classes (#410)
* Refactor spotdl.py; introduced classes * introduce CheckExists class * Move these classes to download.py * Fix refresh_token * Add a changelog entry
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import appdirs
|
||||
from spotdl import internals, const
|
||||
from spotdl import internals
|
||||
from logzero import logger as log
|
||||
|
||||
import logging
|
||||
@@ -8,7 +8,6 @@ import argparse
|
||||
import mimetypes
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
||||
_LOG_LEVELS_STR = ["INFO", "WARNING", "ERROR", "DEBUG"]
|
||||
|
||||
Reference in New Issue
Block a user