From cd8ff605082e12ae3aee2509a3c0f2bf7ecadbb3 Mon Sep 17 00:00:00 2001 From: WebStreamr <210764791+webstreamr@users.noreply.github.com> Date: Sun, 1 Jun 2025 19:37:03 +0000 Subject: [PATCH] fix(handler): disable Eurostreaming as long as it doesn't work --- src/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 8b0d5fb..019dd0a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -3,7 +3,6 @@ import { v4 as uuidv4 } from 'uuid'; import winston from 'winston'; import { CineHDPlus, - Eurostreaming, Frembed, FrenchCloud, Handler, @@ -42,7 +41,7 @@ const handlers: Handler[] = [ new Frembed(fetcher, extractorRegistry), new FrenchCloud(fetcher, extractorRegistry), // IT - new Eurostreaming(fetcher, extractorRegistry), + // new Eurostreaming(fetcher, extractorRegistry), // https://github.com/webstreamr/webstreamr/issues/83 new MostraGuarda(fetcher, extractorRegistry), ];