瀏覽代碼

Revert(#53): no dedicate stream_biliintl

SukkaW 1 年之前
父節點
當前提交
c150b3ed84
共有 2 個文件被更改,包括 4 次插入9 次删除
  1. 2 3
      Build/build-stream-service.ts
  2. 2 6
      Source/stream.ts

+ 2 - 3
Build/build-stream-service.ts

@@ -2,7 +2,7 @@
 import type { Span } from './trace';
 import { task } from './trace';
 
-import { ALL, NORTH_AMERICA, EU, HK, TW, JP, KR, BILI_INTL } from '../Source/stream';
+import { ALL, NORTH_AMERICA, EU, HK, TW, JP, KR } from '../Source/stream';
 import { SHARED_DESCRIPTION } from './constants/description';
 import { RulesetOutput } from './lib/create-file';
 
@@ -42,7 +42,6 @@ export const buildStreamService = task(require.main === module, __filename)(asyn
   createRulesetForStreamService(span, 'stream_tw', 'Taiwan', TW),
   createRulesetForStreamService(span, 'stream_jp', 'Japan', JP),
   // createRulesetForStreamService('stream_au', 'Oceania', AU),
-  createRulesetForStreamService(span, 'stream_kr', 'Korean', KR),
+  createRulesetForStreamService(span, 'stream_kr', 'Korean', KR)
   // createRulesetForStreamService('stream_south_east_asia', 'South East Asia', SOUTH_EAST_ASIA)
-  createRulesetForStreamService(span, 'stream_biliintl', 'Bilibili International', BILI_INTL)
 ]));

+ 2 - 6
Source/stream.ts

@@ -879,8 +879,8 @@ export const HK: StreamService[] = [
   NOW_E,
   VIUTV,
   MYTV_SUPER,
-  HBO_ASIA
-  // BILIBILI_INTL
+  HBO_ASIA,
+  BILIBILI_INTL
 ];
 
 export const TW: StreamService[] = [
@@ -956,7 +956,3 @@ export const SOUTH_EAST_ASIA = [
   // TV360 VN
   // B-Global VN
 ];
-
-export const BILI_INTL = [
-  BILIBILI_INTL
-];