mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
Fix: move Hulu Japan to Stream JP
This commit is contained in:
parent
bf8a746a25
commit
6e32af4dc8
@ -325,20 +325,26 @@ const HIMALAYA_FM: StreamService = {
|
||||
const HULU: StreamService = {
|
||||
name: 'Hulu',
|
||||
rules: [
|
||||
'DOMAIN-SUFFIX,happyon.jp',
|
||||
'DOMAIN-SUFFIX,hulu.com',
|
||||
'DOMAIN-SUFFIX,hulu.jp',
|
||||
'DOMAIN-SUFFIX,hulu.tv',
|
||||
'DOMAIN-SUFFIX,hulu.us',
|
||||
'DOMAIN-SUFFIX,huluim.com',
|
||||
'DOMAIN-SUFFIX,hulustream.com',
|
||||
'DOMAIN-SUFFIX,hjholdings.jp',
|
||||
|
||||
'USER-AGENT,Hulu*',
|
||||
'PROCESS-NAME,com.hulu.plus'
|
||||
]
|
||||
};
|
||||
|
||||
const HULU_JP: StreamService = {
|
||||
name: 'Hulu Japan',
|
||||
rules: [
|
||||
'DOMAIN-SUFFIX,happyon.jp',
|
||||
'DOMAIN-SUFFIX,hjholdings.jp',
|
||||
'DOMAIN-SUFFIX,hulu.jp'
|
||||
]
|
||||
};
|
||||
|
||||
const HWTV: StreamService = {
|
||||
name: 'HWTV',
|
||||
rules: [
|
||||
@ -769,6 +775,7 @@ export const ALL = [
|
||||
BAHAMUT, BBC, BILIBILI_INTL,
|
||||
DAZN, DEEZER, DISNEY_PLUS, DISCOVERY_PLUS, DMM,
|
||||
ENCORE_TVB,
|
||||
ENCORE_TVB_JP_TVER,
|
||||
FOX_NOW, FOX_PLUS,
|
||||
HBO, HBO_ASIA, HIMALAYA_FM, HULU, HWTV,
|
||||
IQIYI_GLOBAL, ITV,
|
||||
@ -792,6 +799,7 @@ export const NORTH_AMERICA = [
|
||||
FOX_NOW,
|
||||
FOX_PLUS,
|
||||
HULU, // Hulu US
|
||||
HULU_JP,
|
||||
// HBO,
|
||||
// www.nfl.com
|
||||
// epix.com
|
||||
@ -886,7 +894,7 @@ export const JP = [
|
||||
// Telasa
|
||||
// Paravi
|
||||
// unext
|
||||
// HuluJP
|
||||
HULU_JP,
|
||||
ENCORE_TVB_JP_TVER
|
||||
// GYAO!
|
||||
// wowow
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user