diff --git a/routes/utils/album.py b/routes/utils/album.py index 0cf35fb..48ca67b 100755 --- a/routes/utils/album.py +++ b/routes/utils/album.py @@ -111,7 +111,6 @@ def download_album( recursive_download=False, not_interface=False, make_zip=False, - method_save=1, custom_dir_format=custom_dir_format, custom_track_format=custom_track_format, pad_tracks=pad_tracks, @@ -151,7 +150,6 @@ def download_album( recursive_quality=True, recursive_download=False, not_interface=False, - method_save=1, make_zip=False, real_time_dl=real_time, custom_dir_format=custom_dir_format, @@ -192,7 +190,6 @@ def download_album( recursive_quality=True, recursive_download=False, not_interface=False, - method_save=1, make_zip=False, real_time_dl=real_time, custom_dir_format=custom_dir_format, @@ -228,7 +225,6 @@ def download_album( quality_download=quality, recursive_quality=True, recursive_download=False, - method_save=1, make_zip=False, custom_dir_format=custom_dir_format, custom_track_format=custom_track_format, diff --git a/routes/utils/playlist.py b/routes/utils/playlist.py index 1b16df1..457448b 100755 --- a/routes/utils/playlist.py +++ b/routes/utils/playlist.py @@ -106,7 +106,6 @@ def download_playlist( recursive_download=False, not_interface=False, make_zip=False, - method_save=1, custom_dir_format=custom_dir_format, custom_track_format=custom_track_format, pad_tracks=pad_tracks, @@ -146,7 +145,6 @@ def download_playlist( recursive_quality=True, recursive_download=False, not_interface=False, - method_save=1, make_zip=False, real_time_dl=real_time, custom_dir_format=custom_dir_format, @@ -187,7 +185,6 @@ def download_playlist( recursive_quality=True, recursive_download=False, not_interface=False, - method_save=1, make_zip=False, real_time_dl=real_time, custom_dir_format=custom_dir_format, @@ -223,7 +220,6 @@ def download_playlist( quality_download=quality, recursive_quality=False, recursive_download=False, - method_save=1, make_zip=False, custom_dir_format=custom_dir_format, custom_track_format=custom_track_format, diff --git a/routes/utils/track.py b/routes/utils/track.py index 1ae1853..43de5f2 100755 --- a/routes/utils/track.py +++ b/routes/utils/track.py @@ -106,7 +106,6 @@ def download_track( recursive_quality=False, recursive_download=False, not_interface=False, - method_save=1, custom_dir_format=custom_dir_format, custom_track_format=custom_track_format, initial_retry_delay=initial_retry_delay, @@ -140,7 +139,6 @@ def download_track( recursive_quality=False, recursive_download=False, not_interface=False, - method_save=1, real_time_dl=real_time, custom_dir_format=custom_dir_format, custom_track_format=custom_track_format, @@ -174,7 +172,6 @@ def download_track( recursive_quality=False, recursive_download=False, not_interface=False, - method_save=1, real_time_dl=real_time, custom_dir_format=custom_dir_format, custom_track_format=custom_track_format, @@ -204,7 +201,6 @@ def download_track( quality_download=quality, recursive_quality=False, recursive_download=False, - method_save=1, custom_dir_format=custom_dir_format, custom_track_format=custom_track_format, pad_tracks=pad_tracks,