Explain that the Video class accepts any youtube-dl format string (see #260)

This commit is contained in:
Pierre Rudloff 2020-03-19 10:01:55 +01:00
parent 09bbe3c196
commit 6b6e571b71
1 changed files with 2 additions and 0 deletions

View File

@ -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)