diff --git a/classes/Video.php b/classes/Video.php index f88a088..38c9287 100644 --- a/classes/Video.php +++ b/classes/Video.php @@ -90,7 +90,7 @@ class Video * including selectors like "[height<=720]") * @param string $password Password */ - public function __construct($webpageUrl, $requestedFormat = 'best', $password = null) + public function __construct($webpageUrl, $requestedFormat = 'best/bestvideo', $password = null) { $this->webpageUrl = $webpageUrl; $this->requestedFormat = $requestedFormat;