parent
88ea150d5a
commit
2432a06c1b
9 changed files with 116 additions and 29 deletions
|
@ -61,10 +61,10 @@ class PlaylistArchiveStream extends TarArchive
|
|||
/**
|
||||
* PlaylistArchiveStream constructor.
|
||||
*/
|
||||
public function __construct()
|
||||
public function __construct(Config $config = null)
|
||||
{
|
||||
$this->client = new \GuzzleHttp\Client();
|
||||
$this->download = new VideoDownload();
|
||||
$this->download = new VideoDownload($config);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue