https://github.com/cburmeister/transmogrify
Simple script to convert a YouTube video into an mp3.
https://github.com/cburmeister/transmogrify
audio bash cli scraper youtube
Last synced: about 2 months ago
JSON representation
Simple script to convert a YouTube video into an mp3.
- Host: GitHub
- URL: https://github.com/cburmeister/transmogrify
- Owner: cburmeister
- License: mit
- Created: 2014-12-24T07:24:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-26T22:04:01.000Z (over 11 years ago)
- Last Synced: 2025-04-09T13:17:35.907Z (about 1 year ago)
- Topics: audio, bash, cli, scraper, youtube
- Language: Shell
- Homepage:
- Size: 129 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
transmogrify
===========
Simple script to convert a YouTube video into an mp3.
Requires `youtube-dl`, `ffmpeg`, and `lame`.
---
## Install
```bash
$ brew install youtube-dl ffmpeg lame
$ make install
```
## Usage
```bash
$ transmogrify "https://www.youtube.com/watch?v=Q_sHck-gEg0"
```