Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cooperhammond/ydl-binaries
:sparkles: A crystal shard that downloads binaries for ffmpeg and youtube-dl
https://github.com/cooperhammond/ydl-binaries
binaries cross-platform crystal ffmpeg ydl-binaries youtube-dl
Last synced: about 1 month ago
JSON representation
:sparkles: A crystal shard that downloads binaries for ffmpeg and youtube-dl
- Host: GitHub
- URL: https://github.com/cooperhammond/ydl-binaries
- Owner: cooperhammond
- License: unlicense
- Created: 2017-05-06T05:25:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-08T22:23:11.000Z (over 4 years ago)
- Last Synced: 2024-04-29T15:06:15.555Z (8 months ago)
- Topics: binaries, cross-platform, crystal, ffmpeg, ydl-binaries, youtube-dl
- Language: Crystal
- Homepage:
- Size: 22.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ydl_binaries
Downloads system-correct `ffmpeg`, `ffprobe`, and `youtube-dl` binaries.
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
ydl_binaries:
github: cooperhammond/ydl-binaries
```2. Run `shards install`
## Usage
```crystal
require "ydl_binaries"YdlBinaries.get_ffmpeg("/usr/local/bin")
YdlBinaries.get_youtube_dl("/usr/local/bin")
```