Default to best video format (fixes #26)

This commit is contained in:
Pierre Rudloff 2015-08-01 12:56:04 +02:00
parent 9013d0af4d
commit 463ec13fe3
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
* */
define('YOUTUBE_DL', './youtube-dl');
define('PYTHON', '/usr/bin/python');
define('PARAMS', '--no-playlist --no-warnings');
define('PARAMS', '--no-playlist --no-warnings -f best');
if (getenv('CONVERT')) {
define('CONVERT', getenv('CONVERT'));
} else {