mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 16:43:25 +00:00
bump version + changelog
This commit is contained in:
@@ -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/',
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user