Browse Source

Update CDN & Reject & Strem Hosts

SukkaW 4 months ago
parent
commit
adc6bb9822
3 changed files with 20 additions and 3 deletions
  1. 4 0
      Source/domainset/cdn.conf
  2. 2 0
      Source/domainset/reject.conf
  3. 14 3
      Source/stream.ts

+ 4 - 0
Source/domainset/cdn.conf

@@ -5051,3 +5051,7 @@ cdn-3.porn87.com
 mcdn.tubi.tv
 mcdn.tubi.tv
 canvas-lb.tubitv.com
 canvas-lb.tubitv.com
 tubi.video
 tubi.video
+images.justwatch.com
+static-homepage-en.pluto.tv
+images.vudu.com
+images2.vudu.com

+ 2 - 0
Source/domainset/reject.conf

@@ -1177,6 +1177,8 @@ analytics.immersivetranslate.com
 analytics.blender.org
 analytics.blender.org
 probe.whatismyipaddress.com
 probe.whatismyipaddress.com
 o.send.now
 o.send.now
+sapi.justwatch.com
+sp.pluto.tv
 
 
 cdn.perfops.net
 cdn.perfops.net
 rum-cdn.perfops.net
 rum-cdn.perfops.net

+ 14 - 3
Source/stream.ts

@@ -791,7 +791,10 @@ const WETV: StreamService = {
 const VUDU: StreamService = {
 const VUDU: StreamService = {
   name: 'Vudu',
   name: 'Vudu',
   rules: [
   rules: [
-    'DOMAIN-SUFFIX,vudu.com'
+    'DOMAIN,vudu.com',
+    'DOMAIN,athome.fandango.com'
+    // images2.vudu.com -- no geo block
+    // api.vudu.com -- no geo block
   ]
   ]
 };
 };
 
 
@@ -826,6 +829,14 @@ const TUBI_TV: StreamService = {
   ]
   ]
 };
 };
 
 
+const PLUTO_TV: StreamService = {
+  name: 'Pluto TV',
+  rules: [
+    'DOMAIN,pluto.tv',
+    'DOMAIN,www.pluto.tv'
+  ]
+};
+
 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,
@@ -844,7 +855,7 @@ export const ALL: StreamService[] = [
   MANGAFOX, MY5, MYTV_SUPER,
   MANGAFOX, MY5, MYTV_SUPER,
   NETFLIX, NAVER_TV, NICONICO, NHK_PLUS, NOW_E,
   NETFLIX, NAVER_TV, NICONICO, NHK_PLUS, NOW_E,
   OVERCAST_FM,
   OVERCAST_FM,
-  PARAMOUNT, PBS, PEACOCK, PANDORA, PORNHUB,
+  PARAMOUNT, PBS, PEACOCK, PANDORA, PORNHUB, PLUTO_TV,
   SOUNDCLOUD, SHOWTIME, SPOTIFY,
   SOUNDCLOUD, SHOWTIME, SPOTIFY,
   TAIWAN_GOOD, TIDAL, TIKTOK, TVB_ANYWHERE, TWITCH, TUBI_TV,
   TAIWAN_GOOD, TIDAL, TIKTOK, TVB_ANYWHERE, TWITCH, TUBI_TV,
   VIUTV, VUDU,
   VIUTV, VUDU,
@@ -874,7 +885,7 @@ export const NORTH_AMERICA: StreamService[] = [
   // https://setantasports.com/
   // https://setantasports.com/
   // tubitv.com
   // tubitv.com
   // SlingTV
   // SlingTV
-  // PlutoTV
+  PLUTO_TV,
   // AcornTV
   // AcornTV
   SHOWTIME,
   SHOWTIME,
   ENCORE_TVB,
   ENCORE_TVB,