modified: src/providers/sources/bludclart.ts

This commit is contained in:
Chris 2025-12-18 17:21:40 +00:00
parent 9079b31076
commit 76b5042387

View file

@ -170,6 +170,7 @@ async function getShowboxId(
return showId || null;
}
// Fallback: extract from URL
const match = targetUrl.match(/-(\d+)$/);
if (match) {
return match[1];
@ -390,7 +391,7 @@ export const bludclartScraper = makeSourcerer({
id: 'bludclart',
name: 'Bludclart 🤝',
rank: 202,
disabled: false,
disabled: true,
flags: [flags.CORS_ALLOWED],
scrapeMovie: comboScraper,
scrapeShow: comboScraper,