1
0
forked from lolcat/4get
This commit is contained in:
2025-08-04 00:37:12 -04:00
parent 706b490bf3
commit 9afef55d89

View File

@@ -667,6 +667,7 @@ class vimeo{
$jwt = $jwt["jwt"];
*/
try{
$json =
$this->get(
$proxy,
@@ -674,6 +675,10 @@ class vimeo{
[],
false
);
}catch(Exception $error){
throw new Exception("Failed to fetch JWT token");
}
$json = json_decode($json, true);