mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +00:00
added the new embeds to madplay's sources
This commit is contained in:
parent
6aaeefd688
commit
e4c91400d1
1 changed files with 8 additions and 0 deletions
|
|
@ -24,6 +24,14 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
|
|||
embedId: 'madplay-nsapi',
|
||||
url: JSON.stringify(query),
|
||||
},
|
||||
{
|
||||
embedId: 'madplay-roper',
|
||||
url: JSON.stringify(query),
|
||||
},
|
||||
{
|
||||
embedId: 'madplay-vidfast',
|
||||
url: JSON.stringify(query),
|
||||
},
|
||||
];
|
||||
|
||||
return { embeds };
|
||||
|
|
|
|||
Loading…
Reference in a new issue