fixed pluggable

This commit is contained in:
Nikolai Tschacher 2019-03-03 16:46:10 +01:00
parent 8cbf37eaba
commit 7239e23cba
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
# Search Engine Scraper - se-scraper
[![npm](https://badgen.now.sh/npm/v/se-scraper)](https://www.npmjs.com/package/se-scraper)
[![npm](https://img.shields.io/npm/v/se-scraper.svg?style=for-the-badge)](https://www.npmjs.com/package/se-scraper)
[![Donate](https://img.shields.io/badge/donate-paypal-blue.svg?style=for-the-badge)](https://www.paypal.me/incolumitas)
[![Known Vulnerabilities](https://snyk.io/test/github/NikolaiT/se-scraper/badge.svg)](https://snyk.io/test/github/NikolaiT/se-scraper)
This node module allows you to scrape search engines concurrently with different proxies.

View File

@ -1,6 +1,6 @@
{
"name": "se-scraper",
"version": "1.2.6",
"version": "1.2.7",
"description": "A simple module using puppeteer to scrape several search engines such as Google, Duckduckgo and Bing.",
"homepage": "https://scrapeulous.com/",
"main": "index.js",