Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnav-kr/minitv
A command line tool to download web series episodes from Amazon miniTV. A wrapper for youtube-dl
https://github.com/arnav-kr/minitv
amazon arnav-kr downloader entairnment hacktoberfest minitv tv-series tv-shows web-series youtube-dl ytdl
Last synced: 2 months ago
JSON representation
A command line tool to download web series episodes from Amazon miniTV. A wrapper for youtube-dl
- Host: GitHub
- URL: https://github.com/arnav-kr/minitv
- Owner: arnav-kr
- License: mit
- Created: 2023-03-08T12:25:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T16:43:57.000Z (5 months ago)
- Last Synced: 2024-10-24T21:35:52.368Z (2 months ago)
- Topics: amazon, arnav-kr, downloader, entairnment, hacktoberfest, minitv, tv-series, tv-shows, web-series, youtube-dl, ytdl
- Language: TypeScript
- Homepage: https://arnav.is-a.dev/miniTV/
- Size: 1.83 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# miniTV
[![npm version](https://img.shields.io/npm/v/minitv.svg?maxAge=3600)](https://npmjs.com/package/minitv)
[![npm downloads](https://img.shields.io/npm/dt/minitv.svg?maxAge=3600)](https://npmjs.com/package/minitv)---
## About
Downloader For Amazon miniTV## Features
* Download Web Series/Episodes from Amazon miniTV## Install
**Via NPM:**
```bash
npm install -g minitv
```**Via Yarn:**
```bash
yarn global add minitv
```**Via PNPM**
```bash
pnpm add -g minitv
```## Usage
miniTV is a wrapper for [youtube-dl](https://github.com/ytdl-org/youtube-dl) and requires `youtube-dl` to be installed on your system to work. Further more, tools like [ffmpeg](https://ffmpeg.org/) and [ffprobe](https://ffmpeg.org/ffprobe.html) maybe required to be installed work properly in some cases.
[![youtube-dl](https://badgen.net/badge/download/youtube-dl/orange)](https://ytdl-org.github.io/youtube-dl/download.html)
[![ffmpeg](https://badgen.net/badge/download/ffmpeg/orange)](https://ffmpeg.org/download.html)
Run help commnad to see all the options
```bash
minitv --help
```## Example
```bash
minitv https://www.amazon.in/minitv/tp/0478a3f9-e35d-40d4-97e8-e09684007fa6 -f bestvideo+bestaudio
```## Report an Issue
If you have found a bug or if you have a feature request, please report them at this repository issues section.
## Author
[arnav-kr](https://github.com/arnav-kr)
## License
The project is licensed under the [MIT](https://github.com/arnav-kr/minitv/blob/main/LICENSE) license.