Update README

This commit is contained in:
vitiko98 2020-12-19 13:16:45 -04:00
parent 4861c6ab85
commit ae7fa70118
1 changed files with 7 additions and 0 deletions

View File

@ -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
```
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.
@ -143,8 +147,11 @@ commands:
Using `qobuz-dl` as a module is really easy. Basically, the only thing you need is `QobuzDL` from `core`.
```python
import logging
from qobuz_dl.core import QobuzDL
logging.basicConfig(level=logging.INFO)
email = "your@email.com"
password = "your_password"