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

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