Socket
Socket
Sign inDemoInstall

dloader

Package Overview
Dependencies
47
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dloader

DLoader is an api that downloads videos and audios from various streaming platforms


Version published
Weekly downloads
4
increased by300%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

DLoader

Chat

DLoader is an api that downloads videos and audios from various streaming platforms

Functions

  • download
  • progress
dloader.download({
    url: "",
    format: "",
    callback: data => {
        /*
            data = {
                id: process id,
                title: video title
            }
        */
    }
})
dloader.progress({
    id: "",
    callback: data => {
        /*
            data = {
                url: download url,
                progress: download progress
                status: download status
            }
        */
    }
})

File formtas

AudioVideo
mp3mp4 (360)
m4amp4 (480)
webmmp4 (720)
aacmp4 (1080)
flacmp4 (1440)
opuswebm (4k)
oggwebm (8k)
wav

This api was built based on the website loader.to

Keywords

FAQs

Last updated on 22 Mar 2022

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