mirror of
https://github.com/sussy-code/providers.git
synced 2026-01-11 20:10:17 +00:00
bump version + changelog
This commit is contained in:
parent
9e4e06b4c2
commit
70f70475df
4 changed files with 11 additions and 6 deletions
|
|
@ -2,6 +2,11 @@
|
|||
title: 'Changelog'
|
||||
---
|
||||
|
||||
# Version 2.2.2
|
||||
- Remove references to the old domain
|
||||
- Fixed ridomovies not working for some shows and movies
|
||||
- Fixed Showbox not working in react-native.
|
||||
|
||||
# Version 2.2.1
|
||||
- Fixed Closeload scraper
|
||||
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@movie-web/providers",
|
||||
"version": "2.2.1",
|
||||
"version": "2.2.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@movie-web/providers",
|
||||
"version": "2.2.1",
|
||||
"version": "2.2.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"cheerio": "^1.0.0-rc.12",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@movie-web/providers",
|
||||
"version": "2.2.1",
|
||||
"version": "2.2.2",
|
||||
"description": "Package that contains all the providers of movie-web",
|
||||
"main": "./lib/index.umd.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -41,11 +41,11 @@ export const doodScraper = makeEmbed({
|
|||
unknown: {
|
||||
type: 'mp4',
|
||||
url: downloadURL,
|
||||
headers: {
|
||||
Referer: 'https://d0000d.com/',
|
||||
},
|
||||
},
|
||||
},
|
||||
headers: {
|
||||
Referer: 'https://d0000d.com/',
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue