From f9cb171fef6184dd7aa7b3cfbf1327f2578a0261 Mon Sep 17 00:00:00 2001 From: Lev Plyusnin Date: Sun, 24 Nov 2024 20:10:20 +0700 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D1=8B?= =?UTF-8?q?=20=D1=84=D0=BB=D0=B0=D0=B3=D0=B0=20--skip-existing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- ymd/cli.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8e85838..91b1e50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "yandex-music-downloader" -version = "3.2.1b2" +version = "3.2.1b3" description = "Загрузчик музыки с сервиса Яндекс.Музыка" requires-python = ">=3.9" readme = "README.md" diff --git a/ymd/cli.py b/ymd/cli.py index 699e27a..17e8cc9 100644 --- a/ymd/cli.py +++ b/ymd/cli.py @@ -273,7 +273,7 @@ def main(): ) if args.skip_existing: if any( - save_path.with_suffix(s).is_file() for s in core.AUDIO_FILE_SUFFIXES + Path(str(save_path) + s).is_file() for s in core.AUDIO_FILE_SUFFIXES ): continue