mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-14 02:00:37 +08:00
Merge Max into HBO
This commit is contained in:
parent
c10449e6fb
commit
0285de500b
@ -269,7 +269,7 @@ const FOX_PLUS: StreamService = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const HBO: StreamService = {
|
const HBO: StreamService = {
|
||||||
name: 'HBO Go / HBO Now / HBO Max',
|
name: 'HBO Go / HBO Now / HBO Max / Max',
|
||||||
rules: [
|
rules: [
|
||||||
'DOMAIN-SUFFIX,hbo.com',
|
'DOMAIN-SUFFIX,hbo.com',
|
||||||
'DOMAIN-SUFFIX,hbogo.com',
|
'DOMAIN-SUFFIX,hbogo.com',
|
||||||
@ -279,7 +279,12 @@ const HBO: StreamService = {
|
|||||||
'USER-AGENT,HBOMAX*',
|
'USER-AGENT,HBOMAX*',
|
||||||
|
|
||||||
'DOMAIN-SUFFIX,hbomax.com',
|
'DOMAIN-SUFFIX,hbomax.com',
|
||||||
'DOMAIN-SUFFIX,hbomaxcdn.com'
|
'DOMAIN-SUFFIX,hbomaxcdn.com',
|
||||||
|
|
||||||
|
'USER-AGENT,Max',
|
||||||
|
'PROCESS-NAME,com.wbd.stream',
|
||||||
|
'DOMAIN-SUFFIX,max.com',
|
||||||
|
'DOMAIN-SUFFIX,discomax.com'
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -434,16 +439,6 @@ const LITV: StreamService = {
|
|||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
const MAX: StreamService = {
|
|
||||||
name: 'Max',
|
|
||||||
rules: [
|
|
||||||
'USER-AGENT,Max*',
|
|
||||||
'PROCESS-NAME,com.wbd.stream',
|
|
||||||
'DOMAIN-SUFFIX,max.com',
|
|
||||||
'DOMAIN-SUFFIX,discomax.com'
|
|
||||||
]
|
|
||||||
};
|
|
||||||
|
|
||||||
const MY5: StreamService = {
|
const MY5: StreamService = {
|
||||||
name: 'My5',
|
name: 'My5',
|
||||||
rules: [
|
rules: [
|
||||||
@ -785,7 +780,7 @@ export const ALL: StreamService[] = [
|
|||||||
KKBOX,
|
KKBOX,
|
||||||
KKTV,
|
KKTV,
|
||||||
LINE_TV, LITV,
|
LINE_TV, LITV,
|
||||||
MAX, MY5, MYTV_SUPER,
|
MY5, MYTV_SUPER,
|
||||||
NETFLIX, NAVER_TV, NICONICO, NOW_E,
|
NETFLIX, NAVER_TV, NICONICO, NOW_E,
|
||||||
OVERCAST_FM,
|
OVERCAST_FM,
|
||||||
PARAMOUNT, PBS, PEACOCK, PANDORA, PORNHUB,
|
PARAMOUNT, PBS, PEACOCK, PANDORA, PORNHUB,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user