Disable nites :(

nites.nz. nitestv.co, nites.is, bflix.gs all dont work
This commit is contained in:
TPN 2024-12-08 12:25:34 +00:00
parent 1df8235814
commit 866e9cf725
No known key found for this signature in database
GPG key ID: 40AE091637892B91
2 changed files with 2 additions and 0 deletions

View file

@ -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);

View file

@ -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,