New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dloader

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

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

  • 1.0.4
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
11
increased by1000%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 22 Mar 2022

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