mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 03:34:46 -05:00
cloudflare, fuck u
This commit is contained in:
parent
f1fce8e55f
commit
de6ca7fff9
1 changed files with 4 additions and 4 deletions
|
@ -53,13 +53,13 @@ module.exports = async function (video_id) {
|
|||
|
||||
let url;
|
||||
if (instance[1].type != "https") {
|
||||
url = "https://invidious.lunar.icu";
|
||||
url = "https://y.com.sb";
|
||||
} else {
|
||||
//replaces bad proxys (e.g the proxys that do not support media proxys, or the proxys that are down )
|
||||
url = instance[1].uri
|
||||
.replace("invidious.tiekoetter.com", "inv.odyssey346.dev")
|
||||
.replace("invidious.slipfox.xyz", "invidious.lunar.icu")
|
||||
.replace("yewtu.be", "invidious.lunar.icu")
|
||||
.replace("invidious.slipfox.xyz", "y.com.sb")
|
||||
.replace("yewtu.be", "y.com.sb")
|
||||
.replace("iv.melmac.space", "inv.vern.cc")
|
||||
.replace("yt.oelrichsgarcia.de", "y.com.sb")
|
||||
.replace("yt.funami.tech", "y.com.sb")
|
||||
|
@ -68,7 +68,7 @@ module.exports = async function (video_id) {
|
|||
.replace("invidious.privacydev.net", "inv.vern.cc")
|
||||
.replace("watch.thekitty.zone", "y.com.sb")
|
||||
.replace("invidious.snopyta.org", "inv.odyssey346.dev")
|
||||
.replace("invidious.weblibre.org", "invidious.lunar.icu")
|
||||
.replace("invidious.weblibre.org", "y.com.sb")
|
||||
.replace("invidious.sethforprivacy.com", "y.com.sb")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue