Browse Source

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
pull/60/head
James Hawkins 3 years ago
parent
commit
5b20d910e8
  1. 4
      src/providers/list/theflix/index.ts

4
src/providers/list/theflix/index.ts

@ -5,6 +5,7 @@ import { @@ -5,6 +5,7 @@ import {
MWMediaStream,
MWQuery,
MWMediaSeasons,
MWProviderMediaResult
} from "providers/types";
import {
@ -14,12 +15,11 @@ 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",

Loading…
Cancel
Save