Download youtube-dl with composer (fixes #35)
This commit is contained in:
parent
347ec92f35
commit
05b144cb7b
5 changed files with 89 additions and 6 deletions
|
@ -11,7 +11,7 @@
|
|||
* @license GNU General Public License http://www.gnu.org/licenses/gpl.html
|
||||
* @link http://rudloff.pro
|
||||
* */
|
||||
define('YOUTUBE_DL', './youtube-dl');
|
||||
define('YOUTUBE_DL', __DIR__.'/vendor/rg3/youtube-dl/youtube_dl/__main__.py');
|
||||
define('PYTHON', '/usr/bin/python');
|
||||
define('PARAMS', '--no-playlist --no-warnings -f best');
|
||||
if (getenv('CONVERT')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue