1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2025-01-01 16:37:39 +01:00
This commit is contained in:
mrjvs 2023-08-15 23:04:01 +02:00
parent 2e3684eaad
commit e202229766

View file

@ -16,6 +16,8 @@ registerProvider({
const id = await getFlixhqId(media.meta);
if (!id) throw new Error("flixhq no matching item found");
// TODO tv shows not supported. just need to scrape the specific episode sources
const sources = await getFlixhqSources(id);
const upcloudStream = sources.find(
(v) => v.embed.toLowerCase() === "upcloud"