Socket
Socket
Sign inDemoInstall

api-dylux

Package Overview
Dependencies
409
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    api-dylux

scraper fgmods


Version published
Weekly downloads
18K
increased by24.49%
Maintainers
1
Install size
33.4 MB
Created
Weekly downloads
 

Readme

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

Last updated on 18 Apr 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc