mirror of
https://github.com/Wojtek242/qobuz-dl.git
synced 2024-11-22 11:05:25 +01:00
Don't show traceback
This commit is contained in:
parent
081ccac367
commit
98b6c98f7b
@ -124,7 +124,7 @@ class QobuzDL:
|
|||||||
)
|
)
|
||||||
handle_download_id(self.downloads_db, item_id, add_id=True)
|
handle_download_id(self.downloads_db, item_id, add_id=True)
|
||||||
except (requests.exceptions.RequestException, NonStreamable) as e:
|
except (requests.exceptions.RequestException, NonStreamable) as e:
|
||||||
logger.error(f"{RED}Error getting release: {e}", exc_info=True)
|
logger.error(f"{RED}Error getting release: {e}. Skipping...")
|
||||||
|
|
||||||
def handle_url(self, url):
|
def handle_url(self, url):
|
||||||
possibles = {
|
possibles = {
|
||||||
|
2
setup.py
2
setup.py
@ -13,7 +13,7 @@ requirements = read_file("requirements.txt").strip().split()
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name=pkg_name,
|
name=pkg_name,
|
||||||
version="0.9.5",
|
version="0.9.6",
|
||||||
author="Vitiko",
|
author="Vitiko",
|
||||||
author_email="vhnz98@gmail.com",
|
author_email="vhnz98@gmail.com",
|
||||||
description="The complete Lossless and Hi-Res music downloader for Qobuz",
|
description="The complete Lossless and Hi-Res music downloader for Qobuz",
|
||||||
|
Loading…
Reference in New Issue
Block a user