randydev commited on
Commit
a279107
·
1 Parent(s): 09449e2
Files changed (1) hide show
  1. plugins/alldownloader.js +1 -0
plugins/alldownloader.js CHANGED
@@ -1,5 +1,6 @@
1
  import express from 'express';
2
  import { Database } from '../database/database.js';
 
3
  import {
4
  facebookdl,
5
  savefrom,
 
1
  import express from 'express';
2
  import { Database } from '../database/database.js';
3
+ import got from "got";
4
  import {
5
  facebookdl,
6
  savefrom,