Browse Source

Update Stream Hosts for `video.friday.tw`

SukkaW 7 months ago
parent
commit
bed92f7221
2 changed files with 15 additions and 3 deletions
  1. 2 0
      Source/domainset/cdn.conf
  2. 13 3
      Source/stream.ts

+ 2 - 0
Source/domainset/cdn.conf

@@ -4792,3 +4792,5 @@ imgcn3.bgmbk.tv
 imgcn4.bgmbk.tv
 imgcn4.bgmbk.tv
 imgcn5.bgmbk.tv
 imgcn5.bgmbk.tv
 .parsecusercontent.com
 .parsecusercontent.com
+vbmspic.video.friday.tw
+socialpic.video.friday.tw

+ 13 - 3
Source/stream.ts

@@ -792,6 +792,15 @@ const VUDU: StreamService = {
   ]
   ]
 };
 };
 
 
+const FRIDAY_TW: StreamService = {
+  name: 'Friday TW',
+  rules: [
+    // https://github.com/SukkaW/Surge/pull/74#issuecomment-3188450562
+    'DOMAIN,video.friday.tw',
+    'DOMAIN,ana.video.friday.tw' // Does't actually a detection, only a log report stuff and not actually being used anywhere
+  ]
+};
+
 export const ALL: StreamService[] = [
 export const ALL: StreamService[] = [
   $4GTV,
   $4GTV,
   ABEMA_TV, AMAZON_PRIME_VIDEO, ALL4, APPLE_TV, APPLE_MUSIC_TV,
   ABEMA_TV, AMAZON_PRIME_VIDEO, ALL4, APPLE_TV, APPLE_MUSIC_TV,
@@ -800,7 +809,7 @@ export const ALL: StreamService[] = [
   DAZN, DEEZER, DISNEY_PLUS, DISCOVERY_PLUS, DMM,
   DAZN, DEEZER, DISNEY_PLUS, DISCOVERY_PLUS, DMM,
   ENCORE_TVB,
   ENCORE_TVB,
   ENCORE_TVB_JP_TVER,
   ENCORE_TVB_JP_TVER,
-  FOX_NOW, FOX_PLUS,
+  FRIDAY_TW, FOX_NOW, FOX_PLUS,
   HBO, HBO_ASIA, HIMALAYA_FM, HULU, HWTV,
   HBO, HBO_ASIA, HIMALAYA_FM, HULU, HWTV,
   IQIYI_GLOBAL, ITV,
   IQIYI_GLOBAL, ITV,
   JOOX,
   JOOX,
@@ -905,8 +914,9 @@ export const TW: StreamService[] = [
   // HamiVideo
   // HamiVideo
   // CatchPlay
   // CatchPlay
   HBO_ASIA,
   HBO_ASIA,
-  BAHAMUT
-  // elevensportstw
+  BAHAMUT,
+  // elevensportstw,
+  FRIDAY_TW
 ];
 ];
 
 
 export const JP: StreamService[] = [
 export const JP: StreamService[] = [