mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-14 07:04:51 -04:00
Rename MusicDL to RipCore
This commit is contained in:
parent
fd0777ebc3
commit
9be27dbcb3
2 changed files with 13 additions and 12 deletions
|
@ -45,7 +45,7 @@ def cli(ctx, **kwargs):
|
|||
|
||||
from .config import Config
|
||||
from .constants import CONFIG_DIR
|
||||
from .core import MusicDL
|
||||
from .core import RipCore
|
||||
|
||||
logging.basicConfig(level="WARNING")
|
||||
logger = logging.getLogger("streamrip")
|
||||
|
@ -104,7 +104,7 @@ def cli(ctx, **kwargs):
|
|||
config.session["tidal"]["quality"] = quality
|
||||
config.session["deezer"]["quality"] = quality
|
||||
|
||||
core = MusicDL(config)
|
||||
core = RipCore(config)
|
||||
|
||||
if kwargs["urls"]:
|
||||
logger.debug(f"handling {kwargs['urls']}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue