randydev commited on
Commit
7e146ac
·
verified ·
1 Parent(s): f5ef32a

Update plugins/alldownloader.js

Browse files
Files changed (1) hide show
  1. plugins/alldownloader.js +1 -0
plugins/alldownloader.js CHANGED
@@ -129,6 +129,7 @@ AllDlRoutes.get('/api/v1/dl/twitterdl', authenticateApiKey, apiLimiter, async (r
129
  }
130
 
131
  const results = await twitterdl(url);
 
132
  res.json({ results });
133
  } catch (error) {
134
  res.status(500).json({ error: error.message });
 
129
  }
130
 
131
  const results = await twitterdl(url);
132
+ console.log(results);
133
  res.json({ results });
134
  } catch (error) {
135
  res.status(500).json({ error: error.message });