mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 14:53:24 +00:00
@@ -2,6 +2,9 @@
|
|||||||
title: 'Changelog'
|
title: 'Changelog'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# Version 2.0.5
|
||||||
|
- Disable subtitles for febbox-mp4. As their endpoint doesn't work anymore.
|
||||||
|
|
||||||
# Version 2.0.4
|
# Version 2.0.4
|
||||||
- Added providers:
|
- Added providers:
|
||||||
- Add VidSrcTo provider with Vidplay and Filemoon embeds
|
- Add VidSrcTo provider with Vidplay and Filemoon embeds
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@movie-web/providers",
|
"name": "@movie-web/providers",
|
||||||
"version": "2.0.4",
|
"version": "2.0.5",
|
||||||
"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",
|
||||||
|
@@ -2,7 +2,6 @@ import { flags } from '@/entrypoint/utils/targets';
|
|||||||
import { makeEmbed } from '@/providers/base';
|
import { makeEmbed } from '@/providers/base';
|
||||||
import { parseInputUrl } from '@/providers/embeds/febbox/common';
|
import { parseInputUrl } from '@/providers/embeds/febbox/common';
|
||||||
import { getStreamQualities } from '@/providers/embeds/febbox/qualities';
|
import { getStreamQualities } from '@/providers/embeds/febbox/qualities';
|
||||||
import { getSubtitles } from '@/providers/embeds/febbox/subtitles';
|
|
||||||
|
|
||||||
export const febboxMp4Scraper = makeEmbed({
|
export const febboxMp4Scraper = makeEmbed({
|
||||||
id: 'febbox-mp4',
|
id: 'febbox-mp4',
|
||||||
@@ -42,7 +41,7 @@ export const febboxMp4Scraper = makeEmbed({
|
|||||||
stream: [
|
stream: [
|
||||||
{
|
{
|
||||||
id: 'primary',
|
id: 'primary',
|
||||||
captions: await getSubtitles(ctx, id, fid, type, episode, season),
|
captions: [], // subtitles temporarily disabled, the endpoints are broken
|
||||||
qualities,
|
qualities,
|
||||||
type: 'file',
|
type: 'file',
|
||||||
flags: [flags.CORS_ALLOWED],
|
flags: [flags.CORS_ALLOWED],
|
||||||
|
Reference in New Issue
Block a user