Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/posaidon09/ytdt
- Owner: posaidon09
- Created: 2024-09-14T22:18:34.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-09T17:15:02.000Z (about 1 month ago)
- Last Synced: 2024-10-09T17:15:19.720Z (about 1 month ago)
- Topics: cli, command-line, command-line-tool, youtube, youtube-dl, youtube-downloader
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)