Bring audio conversion back (fixes #7)

This commit is contained in:
Pierre Rudloff 2015-01-07 10:23:48 +01:00
parent 4dd9d90858
commit 83cb546925
4 changed files with 46 additions and 96 deletions

View file

@ -14,4 +14,5 @@
define('YOUTUBE_DL', './youtube-dl');
define('PYTHON', '/usr/bin/python');
define('PARAMS', '--no-playlist --no-warnings');
define('CONVERT', true);
?>