hostinger-bothostinger-botOfficialยท1 Agent Skills Included

btch-downloader

Download videos, images, and audio from social platforms

Downloads videos, images, and audio from Instagram, TikTok, YouTube, Facebook, Twitter, Spotify, and 12 more platforms via simple JavaScript functions. Eliminates manual scraping and platform-specific parsing by routing every request through one unified backend API. Works in Node.js and browsers with ready-made TypeScript types, CDN bundles, and an auto-detect function for unknown URLs.
npx skills add hostinger-bot/btch-downloader --all -g -y
Available:

Tells the AI agent how the SDK is structured, which 18 platform functions exist, and what coding rules to follow when using or extending the downloader.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install btch-downloader?โ–ผ

Run `npx skills add hostinger-bot/btch-downloader --all -g -y` in your terminal to install this skill globally for your AI agent.

Which platforms does btch-downloader support?โ–ผ

It supports 18 platforms including Instagram, TikTok, YouTube, Facebook, Twitter/X, Pinterest, Spotify, SoundCloud, Threads, CapCut, Google Drive, Douyin, and Kuaishou.

How do I download a TikTok or Instagram video with code?โ–ผ

Call the matching function with the post URL, for example `ttdl(url)` for TikTok or `igdl(url)` for Instagram, and it returns a JSON object with direct media links.

Does btch-downloader work in the browser?โ–ผ

Yes. Load the CDN bundle from jsDelivr or unpkg and all functions become available under `window.btch` without any build step.

Can I download from an unknown platform URL automatically?โ–ผ

Yes. The `aio` function auto-detects the platform from any supported URL, though it is no longer actively maintained.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’