From 964430e9bcb68549975d2bd53e028e4ad282775c Mon Sep 17 00:00:00 2001 From: Vikas Kapadiya Date: Fri, 28 Jun 2024 06:34:05 +0530 Subject: [PATCH] Fix smashystream --- src/providers/sources/smashystream/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/providers/sources/smashystream/index.ts b/src/providers/sources/smashystream/index.ts index 0937e6a..65f637e 100644 --- a/src/providers/sources/smashystream/index.ts +++ b/src/providers/sources/smashystream/index.ts @@ -17,11 +17,11 @@ const universalScraper = async (ctx: ShowScrapeContext | MovieScrapeContext): Pr embeds: [ { embedId: smashyStreamFScraper.id, - url: `https://embed.smashystream.com/video1dn.php${query}`, + url: `https://embed.smashystream.com/videofeee.php${query}`, }, { embedId: smashyStreamOScraper.id, - url: `https://embed.smashystream.com/videoop.php${query}`, + url: `https://embed.smashystream.com/videopihimo.php${query}`, }, ], };