mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00: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
|
||||
static.cdnlogo.com
|
||||
nel.teo-rum.com
|
||||
img.logokit.com
|
||||
|
||||
@ -72,6 +72,9 @@ replicate.npmjs.com
|
||||
registry.npmjs.com
|
||||
.yarnpkg.com
|
||||
skimdb.npmjs.com
|
||||
# Ruby Gems
|
||||
index.rubygems.org
|
||||
rubygems.org
|
||||
# Rust
|
||||
static.rust-lang.org
|
||||
# Python Packages
|
||||
|
||||
@ -7,4 +7,3 @@ DOMAIN,www.coinbase.com
|
||||
DOMAIN,javdb.com
|
||||
DOMAIN,cableav.tv
|
||||
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[] = [
|
||||
$4GTV,
|
||||
ABEMA_TV, AMAZON_PRIME_VIDEO, ALL4, APPLE_TV, APPLE_MUSIC_TV,
|
||||
@ -819,7 +827,7 @@ export const ALL: StreamService[] = [
|
||||
KKBOX,
|
||||
KKTV,
|
||||
LINE_TV,
|
||||
MY5, MYTV_SUPER,
|
||||
MANGAFOX, MY5, MYTV_SUPER,
|
||||
NETFLIX, NAVER_TV, NICONICO, NHK_PLUS, NOW_E,
|
||||
OVERCAST_FM,
|
||||
PARAMOUNT, PBS, PEACOCK, PANDORA, PORNHUB,
|
||||
@ -919,7 +927,8 @@ export const TW: StreamService[] = [
|
||||
HBO_ASIA,
|
||||
BAHAMUT,
|
||||
// elevensportstw,
|
||||
FRIDAY_TW
|
||||
FRIDAY_TW,
|
||||
MANGAFOX
|
||||
];
|
||||
|
||||
export const JP: StreamService[] = [
|
||||
@ -972,6 +981,7 @@ export const KR = [
|
||||
];
|
||||
|
||||
export const SOUTH_EAST_ASIA = [
|
||||
MANGAFOX
|
||||
// HBO
|
||||
// B-Global SouthEastAsia
|
||||
// MeWatch SG
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user