mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 13:33:25 +00:00
Add 2.2 changelog and re-order sources
This commit is contained in:
@@ -2,6 +2,16 @@
|
|||||||
title: 'Changelog'
|
title: 'Changelog'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# Version 2.2.0
|
||||||
|
- Fixed vidsrc.me URL decoding.
|
||||||
|
- Added ridomovies with Ridoo and Closeload embed.
|
||||||
|
- Added Goojara.to source.
|
||||||
|
- Fixed VidSrcTo crashing if no subtitles are found.
|
||||||
|
- Added Nepu Provider.
|
||||||
|
- Added vidcloud to flixhq and zoechip.
|
||||||
|
- Add thumbnail track option to response (Not supported by any providers yet).
|
||||||
|
- Disabled Lookmovie and swapped Showbox and VidSrcTo in ranking.
|
||||||
|
|
||||||
# Version 2.1.1
|
# Version 2.1.1
|
||||||
- Fixed vidplay decryption keys being wrong and switched the domain to one that works
|
- Fixed vidplay decryption keys being wrong and switched the domain to one that works
|
||||||
|
|
||||||
|
@@ -32,6 +32,7 @@ async function universalScraper(ctx: MovieScrapeContext | ShowScrapeContext): Pr
|
|||||||
export const lookmovieScraper = makeSourcerer({
|
export const lookmovieScraper = makeSourcerer({
|
||||||
id: 'lookmovie',
|
id: 'lookmovie',
|
||||||
name: 'LookMovie',
|
name: 'LookMovie',
|
||||||
|
disabled: true,
|
||||||
rank: 700,
|
rank: 700,
|
||||||
flags: [flags.IP_LOCKED],
|
flags: [flags.IP_LOCKED],
|
||||||
scrapeShow: universalScraper,
|
scrapeShow: universalScraper,
|
||||||
|
@@ -41,7 +41,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
|
|||||||
export const showboxScraper = makeSourcerer({
|
export const showboxScraper = makeSourcerer({
|
||||||
id: 'showbox',
|
id: 'showbox',
|
||||||
name: 'Showbox',
|
name: 'Showbox',
|
||||||
rank: 300,
|
rank: 400,
|
||||||
flags: [flags.CORS_ALLOWED, flags.CF_BLOCKED],
|
flags: [flags.CORS_ALLOWED, flags.CF_BLOCKED],
|
||||||
scrapeShow: comboScraper,
|
scrapeShow: comboScraper,
|
||||||
scrapeMovie: comboScraper,
|
scrapeMovie: comboScraper,
|
||||||
|
@@ -83,5 +83,5 @@ export const vidSrcToScraper = makeSourcerer({
|
|||||||
scrapeMovie: universalScraper,
|
scrapeMovie: universalScraper,
|
||||||
scrapeShow: universalScraper,
|
scrapeShow: universalScraper,
|
||||||
flags: [],
|
flags: [],
|
||||||
rank: 400,
|
rank: 300,
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user