mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-13 17:50:34 +08:00
Update CDN & Download & Stream Hosts
This commit is contained in:
parent
91f7435211
commit
e8528d9b62
@ -5016,3 +5016,4 @@ gdb.voanews.com
|
|||||||
icon.icepanel.io
|
icon.icepanel.io
|
||||||
static.cdnlogo.com
|
static.cdnlogo.com
|
||||||
nel.teo-rum.com
|
nel.teo-rum.com
|
||||||
|
img.logokit.com
|
||||||
|
|||||||
@ -72,6 +72,9 @@ replicate.npmjs.com
|
|||||||
registry.npmjs.com
|
registry.npmjs.com
|
||||||
.yarnpkg.com
|
.yarnpkg.com
|
||||||
skimdb.npmjs.com
|
skimdb.npmjs.com
|
||||||
|
# Ruby Gems
|
||||||
|
index.rubygems.org
|
||||||
|
rubygems.org
|
||||||
# Rust
|
# Rust
|
||||||
static.rust-lang.org
|
static.rust-lang.org
|
||||||
# Python Packages
|
# Python Packages
|
||||||
|
|||||||
@ -7,4 +7,3 @@ DOMAIN,www.coinbase.com
|
|||||||
DOMAIN,javdb.com
|
DOMAIN,javdb.com
|
||||||
DOMAIN,cableav.tv
|
DOMAIN,cableav.tv
|
||||||
DOMAIN,jav.guru
|
DOMAIN,jav.guru
|
||||||
DOMAIN-SUFFIX,mangafox.me
|
|
||||||
|
|||||||
@ -804,6 +804,14 @@ const FRIDAY_TW: StreamService = {
|
|||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const MANGAFOX: StreamService = {
|
||||||
|
name: 'MangaFox',
|
||||||
|
rules: [
|
||||||
|
'DOMAIN-SUFFIX,mangafox.me',
|
||||||
|
'DOMAIN-SUFFIX,fanfox.net'
|
||||||
|
]
|
||||||
|
};
|
||||||
|
|
||||||
export const ALL: StreamService[] = [
|
export const ALL: StreamService[] = [
|
||||||
$4GTV,
|
$4GTV,
|
||||||
ABEMA_TV, AMAZON_PRIME_VIDEO, ALL4, APPLE_TV, APPLE_MUSIC_TV,
|
ABEMA_TV, AMAZON_PRIME_VIDEO, ALL4, APPLE_TV, APPLE_MUSIC_TV,
|
||||||
@ -819,7 +827,7 @@ export const ALL: StreamService[] = [
|
|||||||
KKBOX,
|
KKBOX,
|
||||||
KKTV,
|
KKTV,
|
||||||
LINE_TV,
|
LINE_TV,
|
||||||
MY5, MYTV_SUPER,
|
MANGAFOX, MY5, MYTV_SUPER,
|
||||||
NETFLIX, NAVER_TV, NICONICO, NHK_PLUS, NOW_E,
|
NETFLIX, NAVER_TV, NICONICO, NHK_PLUS, NOW_E,
|
||||||
OVERCAST_FM,
|
OVERCAST_FM,
|
||||||
PARAMOUNT, PBS, PEACOCK, PANDORA, PORNHUB,
|
PARAMOUNT, PBS, PEACOCK, PANDORA, PORNHUB,
|
||||||
@ -919,7 +927,8 @@ export const TW: StreamService[] = [
|
|||||||
HBO_ASIA,
|
HBO_ASIA,
|
||||||
BAHAMUT,
|
BAHAMUT,
|
||||||
// elevensportstw,
|
// elevensportstw,
|
||||||
FRIDAY_TW
|
FRIDAY_TW,
|
||||||
|
MANGAFOX
|
||||||
];
|
];
|
||||||
|
|
||||||
export const JP: StreamService[] = [
|
export const JP: StreamService[] = [
|
||||||
@ -972,6 +981,7 @@ export const KR = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
export const SOUTH_EAST_ASIA = [
|
export const SOUTH_EAST_ASIA = [
|
||||||
|
MANGAFOX
|
||||||
// HBO
|
// HBO
|
||||||
// B-Global SouthEastAsia
|
// B-Global SouthEastAsia
|
||||||
// MeWatch SG
|
// MeWatch SG
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user