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 {
MWMediaStream, MWMediaStream,
MWQuery, MWQuery,
MWMediaSeasons, MWMediaSeasons,
MWProviderMediaResult
} from "providers/types"; } from "providers/types";
import { import {
@ -14,12 +15,11 @@ import {
} from "providers/list/theflix/search"; } from "providers/list/theflix/search";
import { getDataFromPortableSearch } from "providers/list/theflix/portableToMedia"; import { getDataFromPortableSearch } from "providers/list/theflix/portableToMedia";
import { MWProviderMediaResult } from "providers";
import { CORS_PROXY_URL } from "mw_constants"; import { CORS_PROXY_URL } from "mw_constants";
export const theFlixScraper: MWMediaProvider = { export const theFlixScraper: MWMediaProvider = {
id: "theflix", id: "theflix",
enabled: true, enabled: false,
type: [MWMediaType.MOVIE, MWMediaType.SERIES], type: [MWMediaType.MOVIE, MWMediaType.SERIES],
displayName: "theflix", displayName: "theflix",

Loading…
Cancel
Save