mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-13 17:50:34 +08:00
Update Stream Hosts for video.friday.tw
This commit is contained in:
parent
b67c67a65d
commit
bed92f7221
@ -4792,3 +4792,5 @@ imgcn3.bgmbk.tv
|
|||||||
imgcn4.bgmbk.tv
|
imgcn4.bgmbk.tv
|
||||||
imgcn5.bgmbk.tv
|
imgcn5.bgmbk.tv
|
||||||
.parsecusercontent.com
|
.parsecusercontent.com
|
||||||
|
vbmspic.video.friday.tw
|
||||||
|
socialpic.video.friday.tw
|
||||||
|
|||||||
@ -792,6 +792,15 @@ const VUDU: StreamService = {
|
|||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const FRIDAY_TW: StreamService = {
|
||||||
|
name: 'Friday TW',
|
||||||
|
rules: [
|
||||||
|
// https://github.com/SukkaW/Surge/pull/74#issuecomment-3188450562
|
||||||
|
'DOMAIN,video.friday.tw',
|
||||||
|
'DOMAIN,ana.video.friday.tw' // Does't actually a detection, only a log report stuff and not actually being used anywhere
|
||||||
|
]
|
||||||
|
};
|
||||||
|
|
||||||
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,
|
||||||
@ -800,7 +809,7 @@ export const ALL: StreamService[] = [
|
|||||||
DAZN, DEEZER, DISNEY_PLUS, DISCOVERY_PLUS, DMM,
|
DAZN, DEEZER, DISNEY_PLUS, DISCOVERY_PLUS, DMM,
|
||||||
ENCORE_TVB,
|
ENCORE_TVB,
|
||||||
ENCORE_TVB_JP_TVER,
|
ENCORE_TVB_JP_TVER,
|
||||||
FOX_NOW, FOX_PLUS,
|
FRIDAY_TW, FOX_NOW, FOX_PLUS,
|
||||||
HBO, HBO_ASIA, HIMALAYA_FM, HULU, HWTV,
|
HBO, HBO_ASIA, HIMALAYA_FM, HULU, HWTV,
|
||||||
IQIYI_GLOBAL, ITV,
|
IQIYI_GLOBAL, ITV,
|
||||||
JOOX,
|
JOOX,
|
||||||
@ -905,8 +914,9 @@ export const TW: StreamService[] = [
|
|||||||
// HamiVideo
|
// HamiVideo
|
||||||
// CatchPlay
|
// CatchPlay
|
||||||
HBO_ASIA,
|
HBO_ASIA,
|
||||||
BAHAMUT
|
BAHAMUT,
|
||||||
// elevensportstw
|
// elevensportstw,
|
||||||
|
FRIDAY_TW
|
||||||
];
|
];
|
||||||
|
|
||||||
export const JP: StreamService[] = [
|
export const JP: StreamService[] = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user