added the new embeds to madplay's sources

This commit is contained in:
lew 2025-08-06 16:09:53 +01:00 committed by GitHub
parent 6aaeefd688
commit e4c91400d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 };