mirror of
https://github.com/Wojtek242/qobuz-dl.git
synced 2024-11-22 02:55:25 +01:00
whitespace
This commit is contained in:
parent
6c4c09fe4d
commit
91ee9cbde0
@ -50,7 +50,6 @@ def get_description(u: dict, track_title, multiple=None):
|
|||||||
return downloading_title
|
return downloading_title
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def get_format(client, item_dict,
|
def get_format(client, item_dict,
|
||||||
quality, is_track_id=False,
|
quality, is_track_id=False,
|
||||||
track_url_dict=None) -> Tuple[str, bool, int, int]:
|
track_url_dict=None) -> Tuple[str, bool, int, int]:
|
||||||
@ -264,7 +263,6 @@ def download_id_by_type(
|
|||||||
file_format)
|
file_format)
|
||||||
sanitized_title = sanitize_filename(
|
sanitized_title = sanitize_filename(
|
||||||
folder_format.format(**album_attr)
|
folder_format.format(**album_attr)
|
||||||
|
|
||||||
)
|
)
|
||||||
dirn = os.path.join(path, sanitized_title)
|
dirn = os.path.join(path, sanitized_title)
|
||||||
os.makedirs(dirn, exist_ok=True)
|
os.makedirs(dirn, exist_ok=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user