diff --git a/src/providers/sources/rive.ts b/src/providers/sources/rive.ts index 25baa3a..69fab30 100644 --- a/src/providers/sources/rive.ts +++ b/src/providers/sources/rive.ts @@ -199,6 +199,7 @@ export const riveScraper = makeSourcerer({ id: 'rive', name: 'Rive', rank: 60, + disabled: true, flags: [flags.CORS_ALLOWED], scrapeMovie: comboScraper, scrapeShow: comboScraper,