mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +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 { upcloudScraper } from '@/providers/embeds/upcloud';
|
||||
import { autoembedScraper } from '@/providers/sources/autoembed';
|
||||
import { catflixScraper } from '@/providers/sources/catflix';
|
||||
import { ee3Scraper } from '@/providers/sources/ee3';
|
||||
import { fsharetvScraper } from '@/providers/sources/fsharetv';
|
||||
import { insertunitScraper } from '@/providers/sources/insertunit';
|
||||
|
|
@ -87,7 +86,6 @@ export function gatherAllSources(): Array<Sourcerer> {
|
|||
// all sources are gathered here
|
||||
return [
|
||||
cuevana3Scraper,
|
||||
catflixScraper,
|
||||
ridooMoviesScraper,
|
||||
hdRezkaScraper,
|
||||
warezcdnScraper,
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ export const catflixScraper = makeSourcerer({
|
|||
id: 'catflix',
|
||||
name: 'Catflix',
|
||||
rank: 160,
|
||||
disabled: false,
|
||||
disabled: true,
|
||||
flags: [],
|
||||
scrapeMovie: comboScraper,
|
||||
scrapeShow: comboScraper,
|
||||
|
|
|
|||
Loading…
Reference in a new issue