mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 13:03:25 +00:00
Fix sujtasdfASDFG
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
import { flags } from '@/entrypoint/utils/targets';
|
import { flags } from '@/entrypoint/utils/targets';
|
||||||
import { SourcererOutput, makeSourcerer } from '@/providers/base';
|
import { SourcererOutput, makeSourcerer } from '@/providers/base';
|
||||||
import { febboxHlsScraper } from '@/providers/embeds/febbox/hls';
|
|
||||||
import { febboxMp4Scraper } from '@/providers/embeds/febbox/mp4';
|
import { febboxMp4Scraper } from '@/providers/embeds/febbox/mp4';
|
||||||
import { compareTitle } from '@/utils/compare';
|
import { compareTitle } from '@/utils/compare';
|
||||||
import { MovieScrapeContext, ShowScrapeContext } from '@/utils/context';
|
import { MovieScrapeContext, ShowScrapeContext } from '@/utils/context';
|
||||||
@@ -31,10 +30,6 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
embeds: [
|
embeds: [
|
||||||
{
|
|
||||||
embedId: febboxHlsScraper.id,
|
|
||||||
url: `/${ctx.media.type}/${id}/${season}/${episode}`,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
embedId: febboxMp4Scraper.id,
|
embedId: febboxMp4Scraper.id,
|
||||||
url: `/${ctx.media.type}/${id}/${season}/${episode}`,
|
url: `/${ctx.media.type}/${id}/${season}/${episode}`,
|
||||||
|
Reference in New Issue
Block a user