From c294b43800a403a8bf5e598f3091e1970763e514 Mon Sep 17 00:00:00 2001 From: Lev Date: Sun, 11 Dec 2022 00:16:19 +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=D0=BA=D0=B0=D0=B2=D1=8B=D1=87=D0=B5?= =?UTF-8?q?=D0=BA=20=D0=B2=20=D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D1=80=D0=B0?= =?UTF-8?q?=D1=85=20=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 20d34ee..3e21319 100644 --- a/README.md +++ b/README.md @@ -66,17 +66,17 @@ python3 main.py ### Скачать все треки [Twenty One Pilots](https://music.yandex.ru/artist/792433) в высоком качестве ``` -python3 main.py --session-id '' --hq --url 'https://music.yandex.ru/artist/792433' +python3 main.py --session-id "" --hq --url "https://music.yandex.ru/artist/792433" ``` ### Скачать альбом [Nevermind](https://music.yandex.ru/album/294912) в высоком качестве, загружая тексты песен ``` -python3 main.py --session-id '' --hq --add-lyrics --url 'https://music.yandex.ru/album/294912' +python3 main.py --session-id "" --hq --add-lyrics --url "https://music.yandex.ru/album/294912" ``` ### Скачать трек [Seven Nation Army](https://music.yandex.ru/album/11644078/track/6705392) ``` -python3 main.py --session-id '' --url 'https://music.yandex.ru/album/11644078/track/6705392' +python3 main.py --session-id "" --url "https://music.yandex.ru/album/11644078/track/6705392" ``` ## Использование