randydev commited on
Commit
b7d82f2
·
verified ·
1 Parent(s): 9f90c07

Update lib/all.js

Browse files
Files changed (1) hide show
  1. lib/all.js +3 -1
lib/all.js CHANGED
@@ -13,7 +13,8 @@ import gifted from 'gifted-dls';
13
  import { capcutdl } from '../lib/@randydev/capcut.js';
14
  import { PinterestDownloader } from '../lib/@randydev/pinterest.js';
15
  import { TeraboxDownloader, TeraboxV2Downloader } from '../lib/@randydev/terabox.js';
16
- import instagramGetUrl from "instagram-url-direct";
 
17
  import * as xpro from 'xnxx-scraper';
18
  import {
19
  TwitterDownloader,
@@ -26,6 +27,7 @@ import { trbtoken, trburl } from '../config.js';
26
 
27
  async function InstagramDLV2(url) {
28
  const data = await instagramGetUrl(url);
 
29
  return data;
30
  }
31
 
 
13
  import { capcutdl } from '../lib/@randydev/capcut.js';
14
  import { PinterestDownloader } from '../lib/@randydev/pinterest.js';
15
  import { TeraboxDownloader, TeraboxV2Downloader } from '../lib/@randydev/terabox.js';
16
+ import * as instagramGetUrl from "instagram-url-direct";
17
+
18
  import * as xpro from 'xnxx-scraper';
19
  import {
20
  TwitterDownloader,
 
27
 
28
  async function InstagramDLV2(url) {
29
  const data = await instagramGetUrl(url);
30
+ console.log(data);
31
  return data;
32
  }
33