m2h-smd
v1.3.1
Published
All Social Media video downloader by M2H
Downloads
19
Readme
🎬 m2h-smd
A secure and simple All Social Media video downloader package built by M2H Web Solution.
Easily download video details from platforms like YouTube using a single CLI command or integrate it into your Node.js apps.
📦 Install
npm install m2h-smdOr use directly without installing (via NPX):
npx m2h-smd "https://youtu.be/DWoVTkomQEk"🚀 Features
- 📥 Get YouTube video metadata (title, description, channel, quality, audio, etc.)
- 🧠 CLI & Module usage support
- ✨ Built by developers for developers — with credits to m2hgamerz, not the original API provider
💻 CLI Usage
m2h-smd "https://youtu.be/DWoVTkomQEk"✅ Output Example:
{
"developer": "M2H Web Solution",
"contact": "https://t.me/m2hgamerz",
"npm": "https://www.npmjs.com/package/m2h-smd",
"videoData": {
"title": "Sky High x Feel Good Mashup",
"desc": "High-quality mashup track...",
"channel": "NCS Music",
"quality": "1080p",
"audio": "128kbps",
"download": "https://video-link-here.mp4"
}
}📦 Node.js Module Usage
const { downloadVideo } = require('m2h-smd');
(async () => {
const url = "https://youtu.be/DWoVTkomQEk";
const result = await downloadVideo(url);
console.log(result);
})();📞 Contact & Support
- 📌 Developer: M2H Web Solution
- 📬 Telegram: @m2hgamerz
- 📦 NPM Package: m2h-smd
📝 License
MIT © M2H Web Solution
