mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-26 12:25:29 +01:00
Merge pull request #79 from JamesHawkinss/disable-xemovie
disable xemovie
This commit is contained in:
commit
e392946751
@ -12,7 +12,7 @@ import { CORS_PROXY_URL } from "mw_constants";
|
|||||||
|
|
||||||
export const xemovieScraper: MWMediaProvider = {
|
export const xemovieScraper: MWMediaProvider = {
|
||||||
id: "xemovie",
|
id: "xemovie",
|
||||||
enabled: true,
|
enabled: false,
|
||||||
type: [MWMediaType.MOVIE],
|
type: [MWMediaType.MOVIE],
|
||||||
displayName: "xemovie",
|
displayName: "xemovie",
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user