Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
included example.png
  • Loading branch information
kepler471 authored Sep 9, 2020
1 parent ad0e38f commit 82d37fd
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
# dvembed
(D)iscord (v).redd.it media (embed)der

`dvembed` uses `youtube-dl` to download v.redd.it media at the highest available audio and video Quality.
`dvembed` uses `youtube-dl` to download v.redd.it media, at the highest available audio and video quality.
If the media file is smaller than the 8MB Discord file upload limit, the bot will post the file, meaning
v.redd.it media can now be embedded nicely within Discord, without having to leave the app and view the
thread.

###### Future
If the media file exceeds 8MB, `dvembed` will attempt to compress or reduce the file size with `ffmpeg`.

## Usage
`dvembed`, or `go run dvembed` to run without executable

## Requirements
###### (A future script will setup a working environment if these programs are not available)
`Python (2.6, 2.7, 3.2+)`
- `Python (2.6, 2.7, 3.2+)`

- `youtube-dl`

- `ffmpeg`

`youtube-dl`
###### Future
A script will setup a working environment if these programs are not available)

`ffmpeg`
## Example
![Example](https://github.com/kepler471/dvembed/blob/master/example.png?raw=true)

0 comments on commit 82d37fd

Please sign in to comment.