mirror of
https://github.com/sussy-code/providers.git
synced 2026-07-27 05:22:08 +00:00
Bump Version
This commit is contained in:
parent
8ad5fc9377
commit
8076ffe2a5
4 changed files with 512 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@p-stream/providers",
|
||||
"version": "3.2.1",
|
||||
"version": "3.3.1",
|
||||
"description": "Package that contains all the providers of p-stream",
|
||||
"type": "module",
|
||||
"main": "./lib/index.js",
|
||||
|
|
@ -73,6 +73,7 @@
|
|||
"node-fetch": "^3.3.2",
|
||||
"prettier": "^3.6.2",
|
||||
"puppeteer-core": "^24.39.1",
|
||||
"rollup-plugin-obfuscator": "^1.1.0",
|
||||
"spinnies": "^0.5.1",
|
||||
"terser": "^5.44.0",
|
||||
"tsc-alias": "^1.8.16",
|
||||
|
|
|
|||
509
pnpm-lock.yaml
509
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
|
@ -41,6 +41,7 @@ async function runBrowserScraping(
|
|||
root,
|
||||
});
|
||||
browser = await puppeteer.launch({
|
||||
executablePath: process.env.PUPPETEER_EXECUTABLE_PATH,
|
||||
headless: true,
|
||||
args: ['--no-sandbox', '--disable-setuid-sandbox'],
|
||||
});
|
||||
|
|
|
|||
|
|
@ -68,7 +68,6 @@ import {
|
|||
rivestreamEmbed,
|
||||
smashyEmbed,
|
||||
vidzenEmbed,
|
||||
vidfastEmbed,
|
||||
embedSuEmbed
|
||||
} from './embeds/filmU';
|
||||
import { viperScraper } from './embeds/viper';
|
||||
|
|
@ -213,7 +212,6 @@ export function gatherAllEmbeds(): Array<Embed> {
|
|||
//vidkingEmbedScraper,
|
||||
filmuEmbedScraper,
|
||||
embedSuEmbed,
|
||||
vidfastEmbed,
|
||||
vidzenEmbed,
|
||||
smashyEmbed,
|
||||
rivestreamEmbed,
|
||||
|
|
|
|||
Loading…
Reference in a new issue