Download only one file
This commit is contained in:
parent
caaa70d764
commit
724f3bb31a
4 changed files with 10 additions and 8 deletions
|
@ -31,7 +31,7 @@ class Config
|
|||
|
||||
public $youtubedl = 'vendor/rg3/youtube-dl/youtube_dl/__main__.py';
|
||||
public $python = '/usr/bin/python';
|
||||
public $params = array('--no-playlist', '--no-warnings', '-f best');
|
||||
public $params = array('--no-playlist', '--no-warnings', '-f best', '--playlist-end', 1);
|
||||
public $convert = false;
|
||||
public $avconv = 'vendor/bin/ffmpeg';
|
||||
public $curl_params = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue