mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +00:00
disable pirxcy
This commit is contained in:
parent
79dce47bc0
commit
a4571795cc
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import { SourcererOutput, makeSourcerer } from '@/providers/base';
|
|||
import { MovieScrapeContext, ShowScrapeContext } from '@/utils/context';
|
||||
import { NotFoundError } from '@/utils/errors';
|
||||
|
||||
const baseUrl = 'https://mbp.pirxcy.dev';
|
||||
const baseUrl = 'https://mbp.pirxcy.dev'; // the dev of this api asked it to be removed. however you can host this endpoint yourself. https://github.com/HyperKiko/mbp-api
|
||||
|
||||
function buildQualitiesFromStreams(data: {
|
||||
list: Array<{ path: string; quality: string; real_quality: string; format: string }>;
|
||||
|
|
@ -182,6 +182,7 @@ export const pirxcyScraper = makeSourcerer({
|
|||
id: 'pirxcy',
|
||||
name: 'Pirxcy',
|
||||
rank: 230,
|
||||
disabled: true,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
scrapeMovie,
|
||||
scrapeShow,
|
||||
|
|
|
|||
Loading…
Reference in a new issue