mirror of
https://github.com/sussy-code/providers.git
synced 2026-08-16 12:13:51 +00:00
modified: src/providers/sources/bludclart.ts
This commit is contained in:
parent
9079b31076
commit
76b5042387
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue