Fix smashystream

This commit is contained in:
Vikas Kapadiya 2024-06-28 06:34:05 +05:30 committed by GitHub
parent 9152184b00
commit 964430e9bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}`,
},
],
};