From 3516483af76bb8ddd6149949cb8323d0781090a0 Mon Sep 17 00:00:00 2001 From: Vikas Kapadiya Date: Fri, 28 Jun 2024 06:35:54 +0530 Subject: [PATCH] Update index.ts --- src/providers/sources/smashystream/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/sources/smashystream/index.ts b/src/providers/sources/smashystream/index.ts index 65f637e..089c777 100644 --- a/src/providers/sources/smashystream/index.ts +++ b/src/providers/sources/smashystream/index.ts @@ -21,7 +21,7 @@ const universalScraper = async (ctx: ShowScrapeContext | MovieScrapeContext): Pr }, { embedId: smashyStreamOScraper.id, - url: `https://embed.smashystream.com/videopihimo.php${query}`, + url: `https://embed.smashystream.com/shortmoviec.php${query}`, }, ], };