ben-dls
v2.8.3
Published
Social Media Downloader
Downloads
3
Maintainers
Readme
Installation
npm i ben-dlsUsage
const { igdl } = require('ben-dls')
const url = 'https://www.instagram.com/p/ByxKbUSnubS/?utm_source=ig_web_copy_link'
const data = await igdl(url)
console.log(data) // JSONTiktok
const { ttdl } = require('ben-dls')
const url = 'https://www.tiktok.com/@omagadsus/video/7025456384175017243?is_from_webapp=1&sender_device=pc&web_id6982004129280116226'
// Using tiktokdl
const data = await ttdl(url)
console.log(data) // JSONconst { fbdown } = require('ben-dls')
const url = 'https://www.facebook.com/watch/?v=1393572814172251'
const data = await fbdown(url)
console.log(data) // JSONconst { twitter } = require('ben-dls')
const url = 'https://twitter.com/gofoodindonesia/status/1229369819511709697'
const data = await twitter(url)
console.log(data) // JSONYouTube
const { youtube } = require('ben-dls')
const url = 'https://youtube.com/watch?v=C8mJ8943X80'
const data = await youtube(url)
console.log(data) // JSONImportant Notes
- This downloader can only be used to download media that is public or accessible to the public.
- This application is not affiliated with or endorsed by any application.
- Ensure you have permission or copyright to download media before using this application.
Contribution and Issue Reporting
If you encounter any issues or wish to contribute to the development of this application, please visit our GitHub repository.
License
btch-downloader is licensed under the MIT License. Please refer to the LICENSE file for more information.
