You can Click to get notified for the new video uploads with the Webhook in the Notification plugin, Check here for more details
'; echo htmlentities($frm); ?>
getMethod($method[0])->getDocComment(); $comment = str_replace(['{webSiteRootURL}', '{getOrSet}', '{APIPlugin}', '{APIName}', '{APISecret}'], [$global['webSiteRootURL'], $method[2], $method[4], $method[3], $obj->APISecret], $comment); preg_match_all('#\bhttps?://[^,\s()<>]+(?:\([\w\d]+\)|([^,[:punct:]\s]|/))#', $comment, $match2); //var_dump($match2[0]); $link = "" . htmlentities($match2[0][0]) . ""; $comment = str_replace([$match2[0][0], " *"], [$link, "*"], $comment); echo ($comment); ?>