fixed the issue of rendering url valid when it contains white spaces at its begining
This commit is contained in:
@@ -104,9 +104,9 @@ class Youtube
|
||||
return $this;
|
||||
}
|
||||
|
||||
public static function create()
|
||||
public static function create($options)
|
||||
{
|
||||
return new self();
|
||||
return new self($options);
|
||||
}
|
||||
|
||||
public function setDownloadDir($dir)
|
||||
|
||||
Reference in New Issue
Block a user