Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/posaidon09/ytdt

A simple command-line youtube video downloader
https://github.com/posaidon09/ytdt

cli command-line command-line-tool youtube youtube-dl youtube-downloader

Last synced: about 1 month ago
JSON representation

A simple command-line youtube video downloader

Awesome Lists containing this project

README

        

# YouTube Downloader Thingy
A poorly written Youtube video downloader

## Usage
```bash
ytdt [subtitles] # make sure to use only the first 2 letters of the subtitle language (for example "en")
```
### example
```
ytdt https://www.youtube.com/watch?v=dQw4w9WgXcQ /home/posaidon/Videos mp4 en
```
## Installation
```bash
npm i -g ytdt # might have to use sudo if you're using linux
```
### Requirements
- [node](https://nodejs.org/en)