An open API service indexing awesome lists of open source software.

https://github.com/umstek/movie-downloader

An interactive CLI movie downloader [WIP] using @movie-web providers
https://github.com/umstek/movie-downloader

download downloader movie-web movies tv-series tv-shows

Last synced: 6 months ago
JSON representation

An interactive CLI movie downloader [WIP] using @movie-web providers

Awesome Lists containing this project

README

          

# movie-downloader

An interactive CLI movie downloader using [@movie-web](https://github.com/movie-web) providers.

> [!NOTE]
> This project was created using `bun init` in bun v1.0.25.
> [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
> This project currently needs linux to run; Windows support will be added when
> `bun` is ready.

To install dependencies:

```bash
bun install
```

To run:

```bash
bun dev
```

You also need to have `yt-dlp` and `ffmpeg` downloaded and added to path.
This can currently download tv series found as files or as HLS streams.

Demo:

[Screencast from 2024-03-10 11-09-11.webm](https://github.com/umstek/movie-downloader/assets/7861481/b84aa136-6f4b-4d23-a6c9-720123596137)