mirror of
https://github.com/Wojtek242/qobuz-dl.git
synced 2024-11-22 19:15:25 +01:00
mp3 and queue support added
This commit is contained in:
parent
f30f75849a
commit
dd36ea198a
@ -2,11 +2,13 @@
|
|||||||
Seach and download Lossless and Hi-Res music from [Qobuz](https://www.qobuz.com/)
|
Seach and download Lossless and Hi-Res music from [Qobuz](https://www.qobuz.com/)
|
||||||
|
|
||||||
![Demostration](demo.gif)
|
![Demostration](demo.gif)
|
||||||
|
> This is a GIF from the first release. After the first release, some new features like **queue** and **MP3** support were added.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
* Download FLAC files from Qobuz
|
* Download FLAC and MP3 files from Qobuz
|
||||||
* Forget about links: just search and download music directly from your terminal
|
* Forget about links: just search and download music directly from your terminal
|
||||||
|
* Queue support
|
||||||
* If you still want links, `Qobuz-DL` also has an input url mode
|
* If you still want links, `Qobuz-DL` also has an input url mode
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
@ -49,7 +51,7 @@ optional arguments:
|
|||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
-a enable albums-only search
|
-a enable albums-only search
|
||||||
-i run Qo-Dl-curses on URL input mode
|
-i run Qo-Dl-curses on URL input mode
|
||||||
-q int FLAC quality (6, 7, 27) (default: 6) [LOSSLESS, 24B <96KHZ, 24B >96KHZ]
|
-q int FLAC quality (5, 6, 7, 27) (default: 6) [320, LOSSLESS, 24B <96KHZ, 24B >96KHZ]
|
||||||
-l int limit of search results by type (default: 10)
|
-l int limit of search results by type (default: 10)
|
||||||
-d PATH custom directory for downloads
|
-d PATH custom directory for downloads
|
||||||
```
|
```
|
||||||
@ -57,4 +59,4 @@ optional arguments:
|
|||||||
`Qobuz-DL` is inspired in the discontinued Qo-DL-Reborn. This program uses two modules from Qo-DL: `qopy` and `spoofer`, both written by Sorrow446 and DashLt.
|
`Qobuz-DL` is inspired in the discontinued Qo-DL-Reborn. This program uses two modules from Qo-DL: `qopy` and `spoofer`, both written by Sorrow446 and DashLt.
|
||||||
## Disclaimer
|
## Disclaimer
|
||||||
This tool was written for educational purposes. I will not be responsible if you use this program in bad faith.
|
This tool was written for educational purposes. I will not be responsible if you use this program in bad faith.
|
||||||
If you are using this program, you are accepting this: https://static.qobuz.com/apps/api/QobuzAPI-TermsofUse.pdf
|
Also, you are accepting this: https://static.qobuz.com/apps/api/QobuzAPI-TermsofUse.pdf
|
||||||
|
Loading…
Reference in New Issue
Block a user