Skip to content

Commit

Permalink
fix igdownloader
Browse files Browse the repository at this point in the history
  • Loading branch information
Arya-was authored Jan 2, 2022
1 parent c237661 commit bc96b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/downloader.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ const fs = require('fs')
const { getBuffer } = require('../lib/function')

//scraper
const { igDownload, tiktok, mediafireDl, pinterestdl, scdl, sfiledl, savetik } = require('../scraper/index')
const { tiktok, mediafireDl, pinterestdl, scdl, sfiledl, savetik } = require('../scraper/index')
const { musicaldown } = require('../scraper/musicaldown')
const { stickerDl } = require('../scraper/stickerpack')
const { dl } = require('../scraper/aiovideodl')
const { spotifydl } = require('../scraper/spotify')
const { jooxdl, joox } = require('../scraper/joox')
const { pixivDownload } = require('../scraper/pixiv')
const { igStory } = require('../scraper/igdl')
const { igStory, igDownload } = require('../scraper/igdl')
const { ytv, yta } = require('../scraper/ytdl')
const zipi = require('../scraper/zippy')

Expand Down

1 comment on commit bc96b08

@vercel
Copy link

@vercel vercel bot commented on bc96b08 Jan 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.