mirror of
https://github.com/sussy-code/providers.git
synced 2026-08-15 03:34:13 +00:00
Merge pull request #79 from movie-web/versionbump
Version bump + lookmovie reorder
This commit is contained in:
commit
f6061f6945
3 changed files with 9 additions and 2 deletions
|
|
@ -2,6 +2,13 @@
|
|||
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
|
||||
- Re-enabled subtitles for febbox-mp4
|
||||
|
||||
# Version 2.0.5
|
||||
- Disable subtitles for febbox-mp4. As their endpoint doesn't work anymore.
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue