randydev commited on
Commit
f25b5da
·
verified ·
1 Parent(s): c5f7a71

Update lib/scrapper.js

Browse files
Files changed (1) hide show
  1. lib/scrapper.js +1 -1
lib/scrapper.js CHANGED
@@ -26,7 +26,7 @@ const TiktokDownloader = async (url) => {
26
  throw new Error("Invalid TikTok URL. Please provide a valid TikTok video link.");
27
  }
28
 
29
- const apiUrl = `https://${config.TIKTOK_URL}/api/?url=${encodeURIComponent(url)}`;
30
  console.log(apiUrl);
31
  const response = await axios.get(apiUrl, {
32
  headers: { 'Content-Type': 'application/json' }
 
26
  throw new Error("Invalid TikTok URL. Please provide a valid TikTok video link.");
27
  }
28
 
29
+ const apiUrl = `https://${config.TiktokUrl}/api/?url=${encodeURIComponent(url)}`;
30
  console.log(apiUrl);
31
  const response = await axios.get(apiUrl, {
32
  headers: { 'Content-Type': 'application/json' }