Исправление кавычек в примерах использования

This commit is contained in:
Lev 2022-12-11 00:16:19 +07:00
parent a58888f9c7
commit c294b43800
No known key found for this signature in database
GPG key ID: 21C6C2C9C0A4460D

View file

@ -66,17 +66,17 @@ python3 main.py
### Скачать все треки [Twenty One Pilots](https://music.yandex.ru/artist/792433) в высоком качестве ### Скачать все треки [Twenty One Pilots](https://music.yandex.ru/artist/792433) в высоком качестве
``` ```
python3 main.py --session-id '<ID Сессии>' --hq --url 'https://music.yandex.ru/artist/792433' python3 main.py --session-id "<ID Сессии>" --hq --url "https://music.yandex.ru/artist/792433"
``` ```
### Скачать альбом [Nevermind](https://music.yandex.ru/album/294912) в высоком качестве, загружая тексты песен ### Скачать альбом [Nevermind](https://music.yandex.ru/album/294912) в высоком качестве, загружая тексты песен
``` ```
python3 main.py --session-id '<ID Сессии>' --hq --add-lyrics --url 'https://music.yandex.ru/album/294912' python3 main.py --session-id "<ID Сессии>" --hq --add-lyrics --url "https://music.yandex.ru/album/294912"
``` ```
### Скачать трек [Seven Nation Army](https://music.yandex.ru/album/11644078/track/6705392) ### Скачать трек [Seven Nation Army](https://music.yandex.ru/album/11644078/track/6705392)
``` ```
python3 main.py --session-id '<ID Сессии>' --url 'https://music.yandex.ru/album/11644078/track/6705392' python3 main.py --session-id "<ID Сессии>" --url "https://music.yandex.ru/album/11644078/track/6705392"
``` ```
## Использование ## Использование