This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /** | |
| * @author: Muhammad Adriansyah ( Zayden) | |
| * @description: Tiktok Scraper | |
| * @license: MIT | |
| * | |
| */ | |
| import axios from 'axios' // Import axios for making request | |
| import FormData from 'form-data' // Import FormData for parsing form data | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /** | |
| * @author: Muhammad Adriansyah ( Zayden) | |
| * @description: Downloader Spotify | |
| * @license: MIT | |
| * | |
| */ | |
| import axios from 'axios' // Import axios | |
| const regexID = | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /** | |
| * @author: Muhammad Adriansyah ( Zayden) | |
| * @description: Downloader All Media Instagram | |
| * @license: MIT | |
| * | |
| */ | |
| import axios from 'axios' // Import axios | |
| /** | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | const formData = require('form-data'); | |
| const axios = require('axios'); | |
| async function upscale(binary, scale = 4) { | |
| try { | |
| const form = new formData(); | |
| form.append('myfile', binary); | |
| form.append('scaleRadio', scale); | |
| const { data } = await axios.post( | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | const axios = require('axios'); | |
| const cheerio = require('cheerio'); | |
| module.exports = async function (url) { | |
| try { | |
| const id = url.split('track/')[1].split('?')[0]; | |
| const res = await axios.get(`https://spowload.com/spotify/track-${id}`, { | |
| withCredentials: true, | |
| }); | |
| const info = await axios | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /** | |
| * @author Muhammad Adriansyah | |
| * @since 4 Januari 2025 | |
| * @license MIT | |
| * @version 1.0.0 | |
| * @description JKT48 Scaper | |
| * | |
| * @module jkt48 | |
| * @category Scaper | |
| * @see {@link https://jkt48.com/} |