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
- Host: GitHub
- URL: https://github.com/umstek/movie-downloader
- Owner: umstek
- Created: 2024-02-02T14:33:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-24T20:43:04.000Z (about 1 year ago)
- Last Synced: 2025-04-09T18:12:04.870Z (6 months ago)
- Topics: download, downloader, movie-web, movies, tv-series, tv-shows
- Language: TypeScript
- Homepage:
- Size: 55.7 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)