settings.py 333 B

123456789101112
  1. class Settings:
  2. # Directory to permanently save the file (ENV: MD_SAVEDIR)
  3. SaveDir = None
  4. # Directory to temporary download the file (ENV: MD_TMP)
  5. tmpDir = '/tmp'
  6. # Minimal debug level (ENV: MD_LOGGING)
  7. Debuglvl = None
  8. # Minimal bitrate to auto download the file (ENV: MD_QUALITY)
  9. MinQuality = 300