mirror of
https://github.com/sussy-code/providers.git
synced 2026-08-11 17:41:34 +00:00
💀
working late
This commit is contained in:
parent
4c64097658
commit
7bcb8e5a15
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ import { NotFoundError } from '@/utils/errors';
|
|||
const apiUrl = 'https://tom.autoembed.cc';
|
||||
|
||||
async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promise<SourcererOutput> {
|
||||
// Construct the API endpoint similar to the working example
|
||||
const mediaType = ctx.media.type === 'show' ? 'tv' : 'movie';
|
||||
let id = ctx.media.tmdbId;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue