downloading agent is now the default of youtube-dl by default instead of aria2c. testing showed it performed better over multipled trials

added a setting to use aria2c optionally

added debug timing to getURLInfos
This commit is contained in:
Isaac Grynsztein
2020-02-23 03:20:07 -05:00
parent a0eff4d96d
commit 23feb05fab
4 changed files with 41 additions and 7 deletions

View File

@@ -27,6 +27,10 @@
"Themes": {
"default_theme": "default",
"allow_theme_change": true
},
"Advanced": {
"use_default_downloading_agent": true,
"custom_downloading_agent": ""
}
}
}