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 = {
|
const HULU: StreamService = {
|
||||||
name: 'Hulu',
|
name: 'Hulu',
|
||||||
rules: [
|
rules: [
|
||||||
'DOMAIN-SUFFIX,happyon.jp',
|
|
||||||
'DOMAIN-SUFFIX,hulu.com',
|
'DOMAIN-SUFFIX,hulu.com',
|
||||||
'DOMAIN-SUFFIX,hulu.jp',
|
|
||||||
'DOMAIN-SUFFIX,hulu.tv',
|
'DOMAIN-SUFFIX,hulu.tv',
|
||||||
'DOMAIN-SUFFIX,hulu.us',
|
'DOMAIN-SUFFIX,hulu.us',
|
||||||
'DOMAIN-SUFFIX,huluim.com',
|
'DOMAIN-SUFFIX,huluim.com',
|
||||||
'DOMAIN-SUFFIX,hulustream.com',
|
'DOMAIN-SUFFIX,hulustream.com',
|
||||||
'DOMAIN-SUFFIX,hjholdings.jp',
|
|
||||||
|
|
||||||
'USER-AGENT,Hulu*',
|
'USER-AGENT,Hulu*',
|
||||||
'PROCESS-NAME,com.hulu.plus'
|
'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 = {
|
const HWTV: StreamService = {
|
||||||
name: 'HWTV',
|
name: 'HWTV',
|
||||||
rules: [
|
rules: [
|
||||||
@ -769,6 +775,7 @@ export const ALL = [
|
|||||||
BAHAMUT, BBC, BILIBILI_INTL,
|
BAHAMUT, BBC, BILIBILI_INTL,
|
||||||
DAZN, DEEZER, DISNEY_PLUS, DISCOVERY_PLUS, DMM,
|
DAZN, DEEZER, DISNEY_PLUS, DISCOVERY_PLUS, DMM,
|
||||||
ENCORE_TVB,
|
ENCORE_TVB,
|
||||||
|
ENCORE_TVB_JP_TVER,
|
||||||
FOX_NOW, FOX_PLUS,
|
FOX_NOW, FOX_PLUS,
|
||||||
HBO, HBO_ASIA, HIMALAYA_FM, HULU, HWTV,
|
HBO, HBO_ASIA, HIMALAYA_FM, HULU, HWTV,
|
||||||
IQIYI_GLOBAL, ITV,
|
IQIYI_GLOBAL, ITV,
|
||||||
@ -792,6 +799,7 @@ export const NORTH_AMERICA = [
|
|||||||
FOX_NOW,
|
FOX_NOW,
|
||||||
FOX_PLUS,
|
FOX_PLUS,
|
||||||
HULU, // Hulu US
|
HULU, // Hulu US
|
||||||
|
HULU_JP,
|
||||||
// HBO,
|
// HBO,
|
||||||
// www.nfl.com
|
// www.nfl.com
|
||||||
// epix.com
|
// epix.com
|
||||||
@ -886,7 +894,7 @@ export const JP = [
|
|||||||
// Telasa
|
// Telasa
|
||||||
// Paravi
|
// Paravi
|
||||||
// unext
|
// unext
|
||||||
// HuluJP
|
HULU_JP,
|
||||||
ENCORE_TVB_JP_TVER
|
ENCORE_TVB_JP_TVER
|
||||||
// GYAO!
|
// GYAO!
|
||||||
// wowow
|
// wowow
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user