From 2df4f10f642287a00a01bc7bd0246f066de7814d Mon Sep 17 00:00:00 2001 From: mrjvs Date: Sat, 20 Jan 2024 17:54:44 +0100 Subject: [PATCH 1/3] Version bump + lookmovie reorder --- package.json | 2 +- src/providers/sources/lookmovie/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4047136..0cd0ced 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@movie-web/providers", - "version": "2.0.5", + "version": "2.1.0", "description": "Package that contains all the providers of movie-web", "main": "./lib/index.umd.js", "types": "./lib/index.d.ts", diff --git a/src/providers/sources/lookmovie/index.ts b/src/providers/sources/lookmovie/index.ts index 8611373..6fbe6de 100644 --- a/src/providers/sources/lookmovie/index.ts +++ b/src/providers/sources/lookmovie/index.ts @@ -32,7 +32,7 @@ async function universalScraper(ctx: MovieScrapeContext | ShowScrapeContext): Pr export const lookmovieScraper = makeSourcerer({ id: 'lookmovie', name: 'LookMovie', - rank: 1, + rank: 700, flags: [flags.IP_LOCKED], scrapeShow: universalScraper, scrapeMovie: universalScraper, From 09cfafcaa265a977936f8640b56163f9046fd992 Mon Sep 17 00:00:00 2001 From: mrjvs Date: Sat, 20 Jan 2024 18:02:49 +0100 Subject: [PATCH 2/3] update changelog --- .docs/content/1.get-started/4.changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.docs/content/1.get-started/4.changelog.md b/.docs/content/1.get-started/4.changelog.md index 239ed6b..a19930a 100644 --- a/.docs/content/1.get-started/4.changelog.md +++ b/.docs/content/1.get-started/4.changelog.md @@ -2,6 +2,12 @@ title: 'Changelog' --- +# Version 2.1.0 + - Add preferedHeaders to most sources + - Add CF_BLOCKED flag to sources that have blocked cloudflare API's + - Fix vidsrc sometimes having an equal sign where it shouldnt + - Increase ranking of lookmovie + # Version 2.0.5 - Disable subtitles for febbox-mp4. As their endpoint doesn't work anymore. From e5d9a3b23cdf0215fe26e9635ba3b9a8cc5c1728 Mon Sep 17 00:00:00 2001 From: mrjvs Date: Sat, 20 Jan 2024 18:03:39 +0100 Subject: [PATCH 3/3] add a new line to changelog --- .docs/content/1.get-started/4.changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.docs/content/1.get-started/4.changelog.md b/.docs/content/1.get-started/4.changelog.md index a19930a..518a414 100644 --- a/.docs/content/1.get-started/4.changelog.md +++ b/.docs/content/1.get-started/4.changelog.md @@ -7,6 +7,7 @@ title: 'Changelog' - Add CF_BLOCKED flag to sources that have blocked cloudflare API's - Fix vidsrc sometimes having an equal sign where it shouldnt - Increase ranking of lookmovie + - Re-enabled subtitles for febbox-mp4 # Version 2.0.5 - Disable subtitles for febbox-mp4. As their endpoint doesn't work anymore.