mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-11 16:50:33 +08:00
Update CDN & Reject & Strem Hosts
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.12) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled
Build / Remove Artifacts after Deployment (push) Has been cancelled
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.12) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled
Build / Remove Artifacts after Deployment (push) Has been cancelled
This commit is contained in:
parent
0542301d21
commit
adc6bb9822
@ -5051,3 +5051,7 @@ cdn-3.porn87.com
|
||||
mcdn.tubi.tv
|
||||
canvas-lb.tubitv.com
|
||||
tubi.video
|
||||
images.justwatch.com
|
||||
static-homepage-en.pluto.tv
|
||||
images.vudu.com
|
||||
images2.vudu.com
|
||||
|
||||
@ -1177,6 +1177,8 @@ analytics.immersivetranslate.com
|
||||
analytics.blender.org
|
||||
probe.whatismyipaddress.com
|
||||
o.send.now
|
||||
sapi.justwatch.com
|
||||
sp.pluto.tv
|
||||
|
||||
cdn.perfops.net
|
||||
rum-cdn.perfops.net
|
||||
|
||||
@ -791,7 +791,10 @@ const WETV: StreamService = {
|
||||
const VUDU: StreamService = {
|
||||
name: 'Vudu',
|
||||
rules: [
|
||||
'DOMAIN-SUFFIX,vudu.com'
|
||||
'DOMAIN,vudu.com',
|
||||
'DOMAIN,athome.fandango.com'
|
||||
// images2.vudu.com -- no geo block
|
||||
// api.vudu.com -- no geo block
|
||||
]
|
||||
};
|
||||
|
||||
@ -826,6 +829,14 @@ const TUBI_TV: StreamService = {
|
||||
]
|
||||
};
|
||||
|
||||
const PLUTO_TV: StreamService = {
|
||||
name: 'Pluto TV',
|
||||
rules: [
|
||||
'DOMAIN,pluto.tv',
|
||||
'DOMAIN,www.pluto.tv'
|
||||
]
|
||||
};
|
||||
|
||||
export const ALL: StreamService[] = [
|
||||
$4GTV,
|
||||
ABEMA_TV, AMAZON_PRIME_VIDEO, ALL4, APPLE_TV, APPLE_MUSIC_TV,
|
||||
@ -844,7 +855,7 @@ export const ALL: StreamService[] = [
|
||||
MANGAFOX, MY5, MYTV_SUPER,
|
||||
NETFLIX, NAVER_TV, NICONICO, NHK_PLUS, NOW_E,
|
||||
OVERCAST_FM,
|
||||
PARAMOUNT, PBS, PEACOCK, PANDORA, PORNHUB,
|
||||
PARAMOUNT, PBS, PEACOCK, PANDORA, PORNHUB, PLUTO_TV,
|
||||
SOUNDCLOUD, SHOWTIME, SPOTIFY,
|
||||
TAIWAN_GOOD, TIDAL, TIKTOK, TVB_ANYWHERE, TWITCH, TUBI_TV,
|
||||
VIUTV, VUDU,
|
||||
@ -874,7 +885,7 @@ export const NORTH_AMERICA: StreamService[] = [
|
||||
// https://setantasports.com/
|
||||
// tubitv.com
|
||||
// SlingTV
|
||||
// PlutoTV
|
||||
PLUTO_TV,
|
||||
// AcornTV
|
||||
SHOWTIME,
|
||||
ENCORE_TVB,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user