Socket
Socket
Sign inDemoInstall

api-dylux

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

api-dylux

scraper fgmods


Version published
Weekly downloads
63K
decreased by-17.98%
Maintainers
1
Weekly downloads
 
Created
Source

Instalation :

bash

npm i api-dylux npm uninstall api-dylux

Puede usar la ApiRest si gusta :

https://api.fgmods.xyz

Downloader

const fg = require('api-dylux');

// youtube mp3
let data = await fg.yta('https://www.youtube.com/watch?v=IQEIfAGjdaE')
    console.log(data)
//yt mp4
let data = await fg.ytv('https://www.youtube.com/watch?v=IQEIfAGjdaE')
    console.log(data)

// youtube DL 2 mp3
let data = await fg.ytmp3('https://www.youtube.com/watch?v=IQEIfAGjdaE')
    console.log(data)
//yt mp4
let data = await fg.ytmp4('https://www.youtube.com/watch?v=IQEIfAGjdaE')
    console.log(data)

// tiktok
let data = await fg.tiktok('https://vm.tiktok.com/ZMFMun818/')
    console.log(data)

// tiktok2
let data = await fg.tiktok2('https://vm.tiktok.com/ZMFMun818/')
    console.log(data)

// instagram story
let data = await fg.igstory('auronplay') // instagram username 
    console.log(data)


// facebook
let data = await fg.fbdl('https://fb.watch/gcqqhaEaEP/')
    console.log(data)


// twitter
let data = await fg.twitter('https://twitter.com/i/status/1578737162757242881')
    console.log(data)


// soundcloud
let data = await fg.soundcloudDl('https://m.soundcloud.com/trap-mvp-rd/milo-j-rincon')
    console.log(data)

let data = await fg.soundcloudDl2('https://m.soundcloud.com/trap-mvp-rd/milo-j-rincon')
    console.log(data)


const fg = require('api-dylux');

// pinterest
let data = await fg.pinterest('cyberpunk')
    console.log(data)


// wallpaperHd
let data = await fg.wallpaper('cyberpunk')
    console.log(data)

// stickersearch
let data = await fg.StickerSearch('peppe')
    console.log(data)

// npm
let data = await fg.npmSearch('canvas')
    console.log(data)

Keywords

FAQs

Package last updated on 16 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc