diff --git a/classes/Video.php b/classes/Video.php index b784fe1..9c6adbf 100644 --- a/classes/Video.php +++ b/classes/Video.php @@ -86,6 +86,8 @@ class Video * * @param string $webpageUrl URL of the page containing the video * @param string $requestedFormat Requested video format + * (can be any format string accepted by youtube-dl, + * including selectors like "[height<=720]") * @param string $password Password */ public function __construct($webpageUrl, $requestedFormat = 'best', $password = null)