# multimediafetch

> The multimediafetch module is a powerful music and video downloading tool that allows developers to ease the task of downloading content from many popular platforms. With its simple and intuitive interface, multimediafetch offers a comprehensive solution

Latest version **1.0.3** (published 2023-06-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install multimediafetch
pnpm add multimediafetch
yarn add multimediafetch
bun add multimediafetch
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2023-06-17 |
| First published | 2023-06-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 5.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | sesh |
| Maintainers | seshdev |
| Keywords | ytdl, scdl, ttkdl, downloader, multimediafetch, youtube, video, download, soundcloud, tiktok |

## Links

- npm: https://www.npmjs.com/package/multimediafetch
- npm.io page: https://npm.io/package/multimediafetch

## Dependencies (6)

- [path](https://npm.io/package/path.md) ^0.12.7
- [axios](https://npm.io/package/axios.md) ^1.4.0
- [ytdl-core](https://npm.io/package/ytdl-core.md) ^4.11.4
- [soundcloud-downloader](https://npm.io/package/soundcloud-downloader.md) ^1.0.0
- [@tobyg74/tiktok-api-dl](https://npm.io/package/@tobyg74/tiktok-api-dl.md) ^1.0.2-new
- [tiktok-scraper-without-watermark](https://npm.io/package/tiktok-scraper-without-watermark.md) ^1.1.3

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 1.0.3 (latest) — 2023-06-17
- 1.0.2 — 2023-06-17
- 1.0.1 — 2023-06-17
- 1.0.0 — 2023-06-17

## README

# MultiMediaFetch
The "multimediafetch" module is a powerful music and video downloading tool that allows developers to ease the task of downloading content from many popular platforms. With its simple and intuitive interface, "multimediafetch" offers a comprehensive solution to efficiently extract and store audio and video files.

## Installation
```bash
npm install multimediafetch
```

## Usage
```js
const multimediafetch = require('multimediafetch')

// example Youtube download
multimediafetch.ytdl({
  url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ", // required
  format: "mp3", // "mp3" or "mp4" required
  quality: "High", // optional
  title: "Never Gonna", // optional 
  path: "./" // optional
})

// example TikTok download
multimediafetch.ttkdl({
  url: "https://www.tiktok.com/@musicalize.ofc/video/7131034569368734982?is_from_webapp=1&sender_device=pc&web_id=7242139675170981381", // required
  title: "Never Gonna", // optional 
  path: "./" // optional
})

// example SoundCloud download
multimediafetch.scdl({
  url: "https://soundcloud.com/rick-astley-official/never-gonna-give-you-up-4", // required
  title: "Never Gonna", // optional 
  path: "./" // optional
})
```

## Support
Discord: se.sh or dvrkzin

---
_Source: https://npm.io/package/multimediafetch · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
