Bump Version

This commit is contained in:
XSWY 2026-06-23 19:03:24 +00:00
parent 8ad5fc9377
commit 8076ffe2a5
4 changed files with 512 additions and 3 deletions

View file

@ -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",

File diff suppressed because it is too large Load diff

View file

@ -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'],
});

View file

@ -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,