Skip to content

Commit

Permalink
Stream Support Japan NHK Plus
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Dec 31, 2024
1 parent e88c5ba commit a2c28ab
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions Source/stream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ const AMAZON_PRIME_VIDEO: StreamService = {
const ABEMA_TV: StreamService = {
name: 'AbemaTV',
rules: [
'DOMAIN-KEYWORD,abematv.akamaized.net',
'DOMAIN-SUFFIX,abema.io',
'DOMAIN-SUFFIX,abema.tv',
'DOMAIN-SUFFIX,ameba.jp',
Expand Down Expand Up @@ -531,6 +530,14 @@ const NETFLIX: StreamService = {
]
};

const NHK_PLUS: StreamService = {
name: 'NHK Plus',
rules: [
// Pure Front-End detection just like AbemaTV: https://location-plus.nhk.jp/geoip/area.json
'DOMAIN-SUFFIX,location-plus.nhk.jp'
]
};

const NOW_E: StreamService = {
name: 'Now E',
rules: [
Expand Down Expand Up @@ -787,7 +794,7 @@ export const ALL: StreamService[] = [
KKTV,
LINE_TV, LITV,
MY5, MYTV_SUPER,
NETFLIX, NAVER_TV, NICONICO, NOW_E,
NETFLIX, NAVER_TV, NICONICO, NHK_PLUS, NOW_E,
OVERCAST_FM,
PARAMOUNT, PBS, PEACOCK, PANDORA, PORNHUB,
SOUNDCLOUD, SHOWTIME, SPOTIFY,
Expand Down Expand Up @@ -897,7 +904,8 @@ export const JP: StreamService[] = [
// Paravi
// unext
HULU_JP,
ENCORE_TVB_JP_TVER
ENCORE_TVB_JP_TVER,
NHK_PLUS
// GYAO!
// wowow
// VideoMarket
Expand Down

0 comments on commit a2c28ab

Please sign in to comment.