mirror of
https://github.com/sussy-code/providers.git
synced 2026-04-13 21:20:18 +00:00
Fix smashystream
This commit is contained in:
parent
9152184b00
commit
964430e9bc
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/videopihimo.php${query}`,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue