mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 12:43:25 +00:00
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@movie-web/providers",
|
"name": "@movie-web/providers",
|
||||||
"version": "2.0.2",
|
"version": "2.0.3",
|
||||||
"description": "Package that contains all the providers of movie-web",
|
"description": "Package that contains all the providers of movie-web",
|
||||||
"main": "./lib/index.umd.js",
|
"main": "./lib/index.umd.js",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
|
@@ -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