Update README.md
This commit is contained in:
parent
b2c29945ad
commit
f49858fad4
1 changed files with 3 additions and 1 deletions
|
|
@ -3,6 +3,8 @@ A mobile friendly tool for downloading videos from social media.
|
||||||
The backend is a Golang server that will take a URL (YouTube, Reddit, Twitter, etc),
|
The backend is a Golang server that will take a URL (YouTube, Reddit, Twitter, etc),
|
||||||
download the video file, and return a URL to directly download the video. The video will be transcoced as needed to produce a single mp4 file.
|
download the video file, and return a URL to directly download the video. The video will be transcoced as needed to produce a single mp4 file.
|
||||||
|
|
||||||
|
This is built on [youtube-dl](https://github.com/ytdl-org/youtube-dl) which has a list of [supported sites](http://ytdl-org.github.io/youtube-dl/supportedsites.html).
|
||||||
|
|
||||||
Note: This was written to run on a home network and wasn't originally written to be exposed to public traffic. Currently there's no auth. This might change and feel free to send a pull request, but right now, keep this on your internal network and do not expose it.
|
Note: This was written to run on a home network and wasn't originally written to be exposed to public traffic. Currently there's no auth. This might change and feel free to send a pull request, but right now, keep this on your internal network and do not expose it.
|
||||||
|
|
||||||

|

|
||||||
|
|
@ -11,7 +13,7 @@ Note: This was written to run on a home network and wasn't originally written to
|
||||||
|
|
||||||
|
|
||||||
# Running
|
# Running
|
||||||
Pull the repo then run
|
Make sure you have [youtube-dl](https://github.com/ytdl-org/youtube-dl) and [FFmpeg](https://github.com/FFmpeg/FFmpeg) installed then pull the repo and run:
|
||||||
```bash
|
```bash
|
||||||
./run.sh
|
./run.sh
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue