3.7.18 • Published 2 months ago

btch-downloader v3.7.18

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Installation

npm i btch-downloader

Usage

Instagram

const { igdl } = require('btch-downloader')

const url = 'https://www.instagram.com/p/ByxKbUSnubS/?utm_source=ig_web_copy_link'
const data = await igdl(url)
console.log(data) // JSON

Tiktok

const { ttdl } = require('btch-downloader')

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) // JSON

Facebook

const { fbdown } = require('btch-downloader')

const url = 'https://www.facebook.com/watch/?v=1393572814172251'
const data = await fbdown(url)
console.log(data) // JSON

Twitter

const { twitter } = require('btch-downloader')

const url = 'https://twitter.com/gofoodindonesia/status/1229369819511709697'
const data = await twitter(url)
console.log(data) // JSON

YouTube

const { youtube } = require('btch-downloader')

const url = 'https://youtube.com/watch?v=C8mJ8943X80'
const data = await youtube(url)
console.log(data) // JSON

Important Notes

  1. This downloader can only be used to download media that is public or accessible to the public.
  2. This application is not affiliated with or endorsed by any application.
  3. 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.


3.7.18

2 months ago

2.8.4

4 months ago

2.8.3

5 months ago

2.8.2

6 months ago

2.4.0

7 months ago

2.6.0

7 months ago

2.8.1

6 months ago

2.8.0

7 months ago

2.5.0

7 months ago

2.7.0

7 months ago

2.3.4

7 months ago

2.3.3

7 months ago

2.7.2

7 months ago

2.7.1

7 months ago

2.3.2

1 year ago

2.3.1

1 year ago

2.3.0-alpha

2 years ago

2.2.1

2 years ago

2.1.2

2 years ago

2.2.0

2 years ago

2.1.1

2 years ago

2.2.3

2 years ago

2.1.4

2 years ago

2.2.2

2 years ago

2.1.3

2 years ago

2.2.5

2 years ago

2.1.6

2 years ago

2.0.7

2 years ago

2.2.4

2 years ago

2.1.5

2 years ago

2.2.7

2 years ago

2.1.8

2 years ago

2.0.9

2 years ago

2.2.6

2 years ago

2.1.7

2 years ago

2.0.8

2 years ago

2.1.0

2 years ago

2.2.9

2 years ago

2.2.8

2 years ago

2.1.9

2 years ago

2.3.1-alpha

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.6

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago