mirror of
https://github.com/p-stream/providers.git
synced 2026-05-19 14:02:16 +00:00
disable catflix 😢
This commit is contained in:
parent
e822356e46
commit
a612f37c33
2 changed files with 1 additions and 3 deletions
|
|
@ -4,7 +4,6 @@ import { mixdropScraper } from '@/providers/embeds/mixdrop';
|
||||||
import { turbovidScraper } from '@/providers/embeds/turbovid';
|
import { turbovidScraper } from '@/providers/embeds/turbovid';
|
||||||
import { upcloudScraper } from '@/providers/embeds/upcloud';
|
import { upcloudScraper } from '@/providers/embeds/upcloud';
|
||||||
import { autoembedScraper } from '@/providers/sources/autoembed';
|
import { autoembedScraper } from '@/providers/sources/autoembed';
|
||||||
import { catflixScraper } from '@/providers/sources/catflix';
|
|
||||||
import { ee3Scraper } from '@/providers/sources/ee3';
|
import { ee3Scraper } from '@/providers/sources/ee3';
|
||||||
import { fsharetvScraper } from '@/providers/sources/fsharetv';
|
import { fsharetvScraper } from '@/providers/sources/fsharetv';
|
||||||
import { insertunitScraper } from '@/providers/sources/insertunit';
|
import { insertunitScraper } from '@/providers/sources/insertunit';
|
||||||
|
|
@ -87,7 +86,6 @@ export function gatherAllSources(): Array<Sourcerer> {
|
||||||
// all sources are gathered here
|
// all sources are gathered here
|
||||||
return [
|
return [
|
||||||
cuevana3Scraper,
|
cuevana3Scraper,
|
||||||
catflixScraper,
|
|
||||||
ridooMoviesScraper,
|
ridooMoviesScraper,
|
||||||
hdRezkaScraper,
|
hdRezkaScraper,
|
||||||
warezcdnScraper,
|
warezcdnScraper,
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@ export const catflixScraper = makeSourcerer({
|
||||||
id: 'catflix',
|
id: 'catflix',
|
||||||
name: 'Catflix',
|
name: 'Catflix',
|
||||||
rank: 160,
|
rank: 160,
|
||||||
disabled: false,
|
disabled: true,
|
||||||
flags: [],
|
flags: [],
|
||||||
scrapeMovie: comboScraper,
|
scrapeMovie: comboScraper,
|
||||||
scrapeShow: comboScraper,
|
scrapeShow: comboScraper,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue