Skip to content

Commit

Permalink
missing cheerio
Browse files Browse the repository at this point in the history
  • Loading branch information
thoriqazzikraa committed Sep 26, 2023
1 parent af802cc commit 1d33cd6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions function/index.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scrape-websitee",
"version": "1.0.50",
"version": "1.0.51",
"description": "Website Scraping",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/downloader.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const axios = require("axios")
const fetch = require("node-fetch")
const formData = require("form-data")
const { isUrl } = require("../function/isUrl.js")
const cheerio = require("cheerio")

async function twitterdl2(url) {
try {
Expand Down Expand Up @@ -211,7 +212,6 @@ async function pindl(url) {
return result
}
}

async function tiktokdl2(url) {
let result = {}
const bodyForm = new formData()
Expand Down

0 comments on commit 1d33cd6

Please sign in to comment.