Explain that the Video class accepts any youtube-dl format string (see #260)
This commit is contained in:
parent
09bbe3c196
commit
6b6e571b71
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue