new build and upload

This commit is contained in:
Lars Noack
2022-11-15 15:10:04 +01:00
parent 594fabbed6
commit 656ba9db06
21 changed files with 610 additions and 321 deletions

View File

@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: music-kraken
Version: 1.0.1
Version: 1.0.2
Summary: An extensive music downloader crawling the internet. It gets its metadata from a couple metadata provider, and it scrapes the audiofiles.
Home-page: https://github.com/HeIIow2/music-downloader
Author: Hellow2

View File

@@ -5,7 +5,7 @@ from .metadata import download
from .metadata import search as s
from . import download_links
from . import url_to_path
from . import download
from . import download as d
# NEEDS REFACTORING
from .lyrics.lyrics import fetch_lyrics
@@ -99,7 +99,7 @@ def cli(start_at: int = 0, only_lyrics: bool = False):
if start_at <= 3 and not only_lyrics:
logging.info("starting to download the mp3's")
download.Download()
d.Download()
if start_at <= 4:
logging.info("starting to fetch the lyrics")