whitespace

This commit is contained in:
nathannathant 2021-03-01 18:18:10 -08:00
parent 6c4c09fe4d
commit 91ee9cbde0

View File

@ -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)