mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 18:13:25 +00:00
Compare commits
8 Commits
0a2259b1f4
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
fe04267494 | ||
|
89a78e4ae9 | ||
|
3826b8d887 | ||
|
f0d9ee2944 | ||
|
8de7e61eab | ||
|
95617763d0 | ||
|
53fbc3b42d | ||
|
8abc8b96e4 |
@@ -2,6 +2,11 @@
|
|||||||
title: 'Changelog'
|
title: 'Changelog'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# Version 2.3.0
|
||||||
|
- Fixed RidoMovies search results
|
||||||
|
- Added Insertunit, SoaperTV, and WarezCDN providers
|
||||||
|
- Disabled Showbox and VidSrc
|
||||||
|
|
||||||
# Version 2.2.9
|
# Version 2.2.9
|
||||||
- Fixed VidSrcTo (both Vidplay and Filemoon embeds)
|
- Fixed VidSrcTo (both Vidplay and Filemoon embeds)
|
||||||
- Added dropload, filelions and vtube embeds to Primewire
|
- Added dropload, filelions and vtube embeds to Primewire
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@movie-web/providers",
|
"name": "@movie-web/providers",
|
||||||
"version": "2.2.9",
|
"version": "2.3.0",
|
||||||
"description": "Package that contains all the providers of movie-web",
|
"description": "Package that contains all the providers of movie-web",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
|
@@ -6,6 +6,7 @@ export const vidsrcScraper = makeSourcerer({
|
|||||||
id: 'vidsrc',
|
id: 'vidsrc',
|
||||||
name: 'VidSrc',
|
name: 'VidSrc',
|
||||||
rank: 90,
|
rank: 90,
|
||||||
|
disabled: true,
|
||||||
flags: [],
|
flags: [],
|
||||||
scrapeMovie,
|
scrapeMovie,
|
||||||
scrapeShow,
|
scrapeShow,
|
||||||
|
Reference in New Issue
Block a user