From 5b20d910e8107260c26576d6c842dd3ff02c15ad Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Sun, 17 Apr 2022 13:37:17 +0100 Subject: [PATCH] Disable theflix source They have altered their backend to require a few more requests from us, and a new API endpoint which uses a non-standard port is not compatible with our Cloudflare proxy --- src/providers/list/theflix/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/providers/list/theflix/index.ts b/src/providers/list/theflix/index.ts index 16f434c9..5b93805f 100644 --- a/src/providers/list/theflix/index.ts +++ b/src/providers/list/theflix/index.ts @@ -5,6 +5,7 @@ import { MWMediaStream, MWQuery, MWMediaSeasons, + MWProviderMediaResult } from "providers/types"; import { @@ -14,12 +15,11 @@ import { } from "providers/list/theflix/search"; import { getDataFromPortableSearch } from "providers/list/theflix/portableToMedia"; -import { MWProviderMediaResult } from "providers"; import { CORS_PROXY_URL } from "mw_constants"; export const theFlixScraper: MWMediaProvider = { id: "theflix", - enabled: true, + enabled: false, type: [MWMediaType.MOVIE, MWMediaType.SERIES], displayName: "theflix",