mirror of
https://github.com/sussy-code/providers.git
synced 2026-04-19 15:42:05 +00:00
Merge pull request #10 from vikas5914/patch-1
Update smashystream embed url
This commit is contained in:
commit
c47034466b
1 changed files with 2 additions and 2 deletions
|
|
@ -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}`,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue