We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b4af6 commit 8ca2f6aCopy full SHA for 8ca2f6a
src/Classes/Metadata.php
@@ -13,7 +13,7 @@ function __construct($api, $task_token)
13
* Gets Metadata vidoe
14
* @return object
15
*/
16
- public function get(string $video_url) {
+ public function get($video_url) {
17
$params = new CustomTranscodingParams();
18
$format = new Format();
19
$format->output = "metadata";
0 commit comments