https://github.com/horacehylee/go-youtube-dl
Golang implementation for downloading youtube videos
https://github.com/horacehylee/go-youtube-dl
audio downloader go golang videos youtube youtube-dl
Last synced: about 1 month ago
JSON representation
Golang implementation for downloading youtube videos
- Host: GitHub
- URL: https://github.com/horacehylee/go-youtube-dl
- Owner: horacehylee
- License: mit
- Created: 2020-08-08T09:04:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-08T07:00:51.000Z (about 4 years ago)
- Last Synced: 2025-03-17T23:53:29.669Z (over 1 year ago)
- Topics: audio, downloader, go, golang, videos, youtube, youtube-dl
- Language: Go
- Homepage:
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-youtube-dl : Downloader for Youtube videos
[](https://coveralls.io/github/horacehylee/go-youtube-dl?branch=master)
[](https://godoc.org/github.com/horacehylee/go-youtube-dl)
[](https://goreportcard.com/report/github.com/horacehylee/go-youtube-dl)
## Overview
Golang implementation for downloading youtube videos
## Install
```
go install github.com/horacehylee/go-youtube-dl
```
## Example
```
youtubedl audio 8xg3vE8Ie_E
```
## License
MIT.