Merge pull request #10 from vikas5914/patch-1

Update smashystream embed url
This commit is contained in:
Captain Jack Sparrow 2024-06-27 22:47:27 -04:00 committed by GitHub
commit c47034466b
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/shortmoviec.php${query}`,
},
],
};