ness-downloader
v1.0.6
Published
A lightweight JavaScript library for downloading media from social media platforms
Maintainers
Keywords
Readme
⚠️ Use this module responsibly!
Please avoid spamming, as our server is hosted for free. If you'd like to support us, check out the donation link on the main page.
🆕 Latest Changelog
+ Refactored the entire codebase
+ Simplified function names📚 Documentation & Information
🔧 Installation & Usage
npm install ness-downloaderBasic usage example:
import ness from 'ness-downloader';
(async () => {
try {
const data = await ness.Dl_YTS('search query');
console.log(data);
} catch (err) {
console.error('Error:', err.message);
}
})();🙏 Thank You
Thank you for using ness-downloader!
Hope it helps you!
