mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 15:43:26 +00:00
Bump version and update febbox mp4 to not have subs as endpoint broke
This commit is contained in:
@@ -2,7 +2,6 @@ import { flags } from '@/entrypoint/utils/targets';
|
||||
import { makeEmbed } from '@/providers/base';
|
||||
import { parseInputUrl } from '@/providers/embeds/febbox/common';
|
||||
import { getStreamQualities } from '@/providers/embeds/febbox/qualities';
|
||||
import { getSubtitles } from '@/providers/embeds/febbox/subtitles';
|
||||
|
||||
export const febboxMp4Scraper = makeEmbed({
|
||||
id: 'febbox-mp4',
|
||||
@@ -42,7 +41,7 @@ export const febboxMp4Scraper = makeEmbed({
|
||||
stream: [
|
||||
{
|
||||
id: 'primary',
|
||||
captions: await getSubtitles(ctx, id, fid, type, episode, season),
|
||||
captions: [], // subtitles temporarily disabled, the endpoints are broken
|
||||
qualities,
|
||||
type: 'file',
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
|
Reference in New Issue
Block a user