qobuz-dl/config.py

16 lines
406 B
Python
Raw Normal View History

2020-12-05 20:21:56 +01:00
import os
2020-12-07 16:32:37 +01:00
2020-11-03 00:48:48 +01:00
# Qobuz credentials (Don't remove the quotes!)
2020-12-07 16:32:37 +01:00
email = "your@email.com"
password = "your_password"
2020-11-03 00:48:48 +01:00
# Default folder where the releases are downloaded
2020-12-07 16:32:37 +01:00
default_folder = "Qobuz Downloads"
2020-11-03 00:48:48 +01:00
# Default per type results limit
2020-12-07 16:32:37 +01:00
default_limit = 10
2020-11-03 00:48:48 +01:00
# Default quality for url input mode. This will be ignored in interactive mode
# (5, 6, 7, 27) [320, LOSSLESS, 24B <96KHZ, 24B >96KHZ]
2020-12-07 16:32:37 +01:00
default_quality = 6