Default to best video format (fixes #26)
This commit is contained in:
parent
9013d0af4d
commit
463ec13fe3
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
* */
|
* */
|
||||||
define('YOUTUBE_DL', './youtube-dl');
|
define('YOUTUBE_DL', './youtube-dl');
|
||||||
define('PYTHON', '/usr/bin/python');
|
define('PYTHON', '/usr/bin/python');
|
||||||
define('PARAMS', '--no-playlist --no-warnings');
|
define('PARAMS', '--no-playlist --no-warnings -f best');
|
||||||
if (getenv('CONVERT')) {
|
if (getenv('CONVERT')) {
|
||||||
define('CONVERT', getenv('CONVERT'));
|
define('CONVERT', getenv('CONVERT'));
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue