mirror of
https://github.com/Wojtek242/qobuz-dl.git
synced 2024-11-22 11:05:25 +01:00
Update README
This commit is contained in:
parent
4861c6ab85
commit
ae7fa70118
@ -109,6 +109,10 @@ Download the first 3 track results in 320 quality
|
|||||||
```
|
```
|
||||||
qobuz-dl lucky eric dolphy remastered --type track -n 3 -q 5
|
qobuz-dl lucky eric dolphy remastered --type track -n 3 -q 5
|
||||||
```
|
```
|
||||||
|
Download the first track result without cover art
|
||||||
|
```
|
||||||
|
qobuz-dl lucky jay z story of oj --type track --no-cover
|
||||||
|
```
|
||||||
|
|
||||||
Run `qobuz-dl lucky --help` for more info.
|
Run `qobuz-dl lucky --help` for more info.
|
||||||
|
|
||||||
@ -143,8 +147,11 @@ commands:
|
|||||||
Using `qobuz-dl` as a module is really easy. Basically, the only thing you need is `QobuzDL` from `core`.
|
Using `qobuz-dl` as a module is really easy. Basically, the only thing you need is `QobuzDL` from `core`.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
import logging
|
||||||
from qobuz_dl.core import QobuzDL
|
from qobuz_dl.core import QobuzDL
|
||||||
|
|
||||||
|
logging.basicConfig(level=logging.INFO)
|
||||||
|
|
||||||
email = "your@email.com"
|
email = "your@email.com"
|
||||||
password = "your_password"
|
password = "your_password"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user