mirror of
https://github.com/sussy-code/providers.git
synced 2026-04-13 21:20:18 +00:00
Disable nites :(
nites.nz. nitestv.co, nites.is, bflix.gs all dont work
This commit is contained in:
parent
1df8235814
commit
866e9cf725
2 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ const mp4Regex = /https?:\/\/.*\.mp4/;
|
|||
export const bflixScraper = makeEmbed({
|
||||
id: 'bflix',
|
||||
name: 'bFlix',
|
||||
disabled: true,
|
||||
rank: 113,
|
||||
scrape: async (ctx) => {
|
||||
const mainPage = await ctx.proxiedFetcher<string>(ctx.url);
|
||||
|
|
|
|||
|
|
@ -72,6 +72,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
|
|||
export const nitesScraper = makeSourcerer({
|
||||
id: 'nites',
|
||||
name: 'Nites',
|
||||
disabled: true,
|
||||
rank: 90,
|
||||
flags: [],
|
||||
scrapeMovie: comboScraper,
|
||||
|
|
|
|||
Loading…
Reference in a new issue