Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thoriqazzikraa committed Sep 30, 2023
1 parent 8fd83eb commit 2c1b689
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.52",
"version": "1.0.53",
"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 @@ -3,7 +3,7 @@ const fetch = require("node-fetch")
const formData = require("form-data")
const { isUrl } = require("../function/isUrl.js")
const cheerio = require("cheerio")
const { igStory } = require("./search.js")
const { igStalk } = require("./search.js")

async function twitterdl2(url) {
try {
Expand Down

0 comments on commit 2c1b689

Please sign in to comment.