Skip to content

Commit c4149a0

Browse files
ous50SukkaW
andauthored
Separate BiliBili International from stream_hk (#53)
Co-authored-by: Sukka <[email protected]>
1 parent f38e298 commit c4149a0

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Build/build-stream-service.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import type { Span } from './trace';
33
import { task } from './trace';
44

5-
import { ALL, NORTH_AMERICA, EU, HK, TW, JP, KR } from '../Source/stream';
5+
import { ALL, NORTH_AMERICA, EU, HK, TW, JP, KR, BILI_INTL } from '../Source/stream';
66
import { SHARED_DESCRIPTION } from './constants/description';
77
import { RulesetOutput } from './lib/create-file';
88

@@ -42,6 +42,7 @@ export const buildStreamService = task(require.main === module, __filename)(asyn
4242
createRulesetForStreamService(span, 'stream_tw', 'Taiwan', TW),
4343
createRulesetForStreamService(span, 'stream_jp', 'Japan', JP),
4444
// createRulesetForStreamService('stream_au', 'Oceania', AU),
45-
createRulesetForStreamService(span, 'stream_kr', 'Korean', KR)
45+
createRulesetForStreamService(span, 'stream_kr', 'Korean', KR),
4646
// createRulesetForStreamService('stream_south_east_asia', 'South East Asia', SOUTH_EAST_ASIA)
47+
createRulesetForStreamService(span, 'stream_biliintl', 'Bilibili International', BILI_INTL)
4748
]));

Source/stream.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ export const HK: StreamService[] = [
880880
VIUTV,
881881
MYTV_SUPER,
882882
HBO_ASIA,
883-
BILIBILI_INTL
883+
// BILIBILI_INTL
884884
];
885885

886886
export const TW: StreamService[] = [
@@ -956,3 +956,7 @@ export const SOUTH_EAST_ASIA = [
956956
// TV360 VN
957957
// B-Global VN
958958
];
959+
960+
export const BILI_INTL = [
961+
BILIBILI_INTL
962+
];

0 commit comments

Comments
 (0)