https://github.com/elsehow/fuzztube
simple cli to get a high-quality audio file from a youtube video
https://github.com/elsehow/fuzztube
Last synced: about 1 month ago
JSON representation
simple cli to get a high-quality audio file from a youtube video
- Host: GitHub
- URL: https://github.com/elsehow/fuzztube
- Owner: elsehow
- Created: 2016-04-12T02:11:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-12T02:22:38.000Z (about 10 years ago)
- Last Synced: 2025-02-25T10:06:56.236Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fuzztube
cli to get a high-quality audio file from a youtube video
## install
first, make sure you've installed [youtube-dl](https://github.com/rg3/youtube-dl). *this is required!*
you will also need ffmpg or avconv, and ffprobe or avprobe.
once you have those dependencies,
```
npm install -g fuzztube
```
## use
fuzztuble [url]
fuzztube will print json to stdout
it will exit silently when done
(*if you see a random error*, check that the audio file has been downloaded.)
## licensed
BSD