removed method_save

This commit is contained in:
Xoconoch
2025-06-03 19:01:43 -06:00
parent fb5f470c98
commit 784a545538
3 changed files with 0 additions and 12 deletions

View File

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

View File

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

View File

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