mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
Fix: Move TVer to Stream JP
This commit is contained in:
parent
2564860a17
commit
bf8a746a25
@ -233,7 +233,13 @@ const ENCORE_TVB: StreamService = {
|
|||||||
|
|
||||||
'USER-AGENT,encoreTVB*',
|
'USER-AGENT,encoreTVB*',
|
||||||
|
|
||||||
'USER-AGENT,TVer-Release*',
|
'USER-AGENT,TVer-Release*'
|
||||||
|
]
|
||||||
|
};
|
||||||
|
|
||||||
|
const ENCORE_TVB_JP_TVER = {
|
||||||
|
name: 'encoreTVB JP',
|
||||||
|
rules: [
|
||||||
'DOMAIN-SUFFIX,tver.jp'
|
'DOMAIN-SUFFIX,tver.jp'
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
@ -875,13 +881,13 @@ export const JP = [
|
|||||||
DMM,
|
DMM,
|
||||||
// DMMTV
|
// DMMTV
|
||||||
ABEMA_TV,
|
ABEMA_TV,
|
||||||
NICONICO
|
NICONICO,
|
||||||
// music.jp
|
// music.jp
|
||||||
// Telasa
|
// Telasa
|
||||||
// Paravi
|
// Paravi
|
||||||
// unext
|
// unext
|
||||||
// HuluJP
|
// HuluJP
|
||||||
// TVer
|
ENCORE_TVB_JP_TVER
|
||||||
// GYAO!
|
// GYAO!
|
||||||
// wowow
|
// wowow
|
||||||
// VideoMarket
|
// VideoMarket
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user