Removed profanity

This commit is contained in:
FbIN Support 2025-08-27 21:03:12 +05:30
commit 274aa1b8d0
12 changed files with 23 additions and 23 deletions

View file

@ -212,7 +212,7 @@ class vimeo{
public function video($get){
// parse shit
// parse stuff
if($get["npt"]){
[$npt, $proxy] =
@ -594,7 +594,7 @@ class vimeo{
//
// get jwt token
// it's probably safe to cache this across proxies, cause the jwt doesnt contain an userID
// only an appID, whatever shit that is
// only an appID, whatever stuff that is
// we can only cache it for 5 minutes though, otherwise vimeo cries about it
//
if($proxy === null){