Remove references to avconv
Most distributions now use ffmpeg instead
This commit is contained in:
parent
7a2c7b42fb
commit
683a19b0fb
7 changed files with 27 additions and 27 deletions
|
@ -70,7 +70,7 @@ class ConfigTest extends BaseTest
|
|||
$this->assertIsArray($config->params);
|
||||
$this->assertIsString($config->youtubedl);
|
||||
$this->assertIsString($config->python);
|
||||
$this->assertIsString($config->avconv);
|
||||
$this->assertIsString($config->ffmpeg);
|
||||
$this->assertIsBool($config->convert);
|
||||
$this->assertIsBool($config->uglyUrls);
|
||||
$this->assertIsBool($config->stream);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue