https://github.com/bobbicodes/ytdl
Download YouTube videos with nbb (babashka for node)
https://github.com/bobbicodes/ytdl
Last synced: about 1 year ago
JSON representation
Download YouTube videos with nbb (babashka for node)
- Host: GitHub
- URL: https://github.com/bobbicodes/ytdl
- Owner: bobbicodes
- Created: 2023-09-01T17:12:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-01T17:52:13.000Z (almost 3 years ago)
- Last Synced: 2025-01-31T06:42:31.488Z (over 1 year ago)
- Language: Clojure
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ytdl
Download YouTube videos with nbb (babashka for node)
## Usage
Requires node and [nbb](https://github.com/babashka/nbb).
```sh
nbb ytdl.cljs "https://www.youtube.com/watch?v=XIWZjQrCnzc" "video.mp4"
```