Removed profanity

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

View file

@ -508,7 +508,7 @@ class baidu{
//
$proxy = $this->backend->get_ip();
// running this will give us shit in $this->cookie
// running this will give us stuff in $this->cookie
// @TODO probably not needed? I get blocked anyways ffs
//$this->get($proxy, "https://www.baidu.com", []);
@ -1417,7 +1417,7 @@ class baidu{
}
// get URL
// handle http://fakeurl.baidu.com bullshit
// handle http://fakeurl.baidu.com stuff
$url =
$this->fuckhtml
->getTextContent(
@ -1431,7 +1431,7 @@ class baidu{
)
){
// we got some bullshit, get jumpUrl instead
// we got some stuff, get jumpUrl instead
$as =
$this->fuckhtml
->getElementsByTagName(
@ -1468,7 +1468,7 @@ class baidu{
"div"
);
// remove "read more" bullshit
// remove "read more" stuff
foreach($rows as $row){
if(strpos($row["attributes"]["class"], "op-xueshu-links-more") !== false){
@ -2051,7 +2051,7 @@ class baidu{
$parts = explode("src=", $url);
if(count($parts) !== 2){
// shits fucked
// stuff
return $url;
}
@ -2062,7 +2062,7 @@ class baidu{
if(count($q) !== 2){
// shits fucked, again
// stuff
return $url;
}

View file

@ -2062,7 +2062,7 @@ class ddg{
$start = $tag["endPos"];
}
// shit out remainder
// stuff out remainder
$description[] = [
"type" => "text",
"value" =>

View file

@ -236,7 +236,7 @@ class spotify{
$this->get(
$ip,
"https://clienttoken.spotify.com/v1/clienttoken",
[ // !! that shit must be sent as json data
[ // !! that stuff must be sent as json data
"client_data" => [
"client_id" => $client_id,
"client_version" => "1.2.27.93.g7aee53d4",

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){