https://github.com/redsuperbat/yt-dl
Simplest Youtube downloader you will find. I made this CLI so I would not have to use the ad-littered, 💀forsaken💀, unwieldy websites to download YT videos for watching offline.
https://github.com/redsuperbat/yt-dl
Last synced: about 1 year ago
JSON representation
Simplest Youtube downloader you will find. I made this CLI so I would not have to use the ad-littered, 💀forsaken💀, unwieldy websites to download YT videos for watching offline.
- Host: GitHub
- URL: https://github.com/redsuperbat/yt-dl
- Owner: redsuperbat
- License: mit
- Created: 2022-03-27T14:41:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-27T14:49:14.000Z (over 4 years ago)
- Last Synced: 2025-06-04T02:33:04.781Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Youtube Downloader
Simplest Youtube downloader you will find. I made this CLI so I would not have to use the ad-littered, 💀forsaken💀, unwieldy websites to download YT videos for watching offline.
## 💿 Installation
```shell
npm i -g ez-yt-dl
```
## ⚡️ Usage
```shell
ez-yt-dl [filepath]
```
## 😎 Without installation
```shell
npx ez-yt-dl [filepath]
```
If no filepath is supplied it will be saved in the current working directory.
That is all folks!