Socket
Socket
Sign inDemoInstall

ctk-anime-scraper

Package Overview
Dependencies
2
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.1.0

.replit

2

package.json
{
"name": "ctk-anime-scraper",
"version": "2.0.0",
"version": "2.1.0",
"description": "very easy to use package to scrap anime from websites",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -0,0 +0,0 @@ # INTRODUCTION

module.exports = {
Gogoanime: require("./Scrapers/gogoanime.js")
}

@@ -28,2 +28,3 @@ /**

if (!download) throw new Error("Scraping Error: Unable to scrap the downlaod link");
else download = download.replace("https://streamani.net/", "https://gogo-stream.com/")
htmlContent = await axios({ url: download });

@@ -30,0 +31,0 @@ $ = cheerio.load(htmlContent.data);

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc