Skip to content

Instantly share code, notes, and snippets.

@fallen90
Created March 18, 2020 04:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fallen90/fef3792212b19953cadfaca7474bd901 to your computer and use it in GitHub Desktop.
Save fallen90/fef3792212b19953cadfaca7474bd901 to your computer and use it in GitHub Desktop.
{
"general": {
"download_dir": "/tmp/downloads",
"db_path": "/tmp/downloads.db",
"log_size": 999
},
"server": {
"host": "0.0.0.0",
"port": 5656
},
"youtube_dl": {
"format": "bestaudio/best",
"proxy": "socks5://127.0.0.1:1080"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment