- class Settings:
- # Directory to permanently save the file (ENV: MD_SAVEDIR)
- SaveDir = None
- # Directory to temporary download the file (ENV: MD_TMP)
- tmpDir = '/tmp'
- # Minimal debug level (ENV: MD_LOGGING)
- Debuglvl = None
- # Minimal bitrate to auto download the file (ENV: MD_QUALITY)
- MinQuality = 300
|