No description
Find a file
2020-02-08 16:53:40 -08:00
src Don't download vp9 2020-02-08 16:53:40 -08:00
static Add shortcut, update docker 2020-02-08 12:59:27 -08:00
templates/media Add api endpoint to directly convert a URL to media 2020-02-08 12:15:29 -08:00
.dockerignore init 2020-02-02 19:06:03 -08:00
.gitignore init 2020-02-02 19:06:03 -08:00
build.sh init 2020-02-02 19:06:03 -08:00
docker-build.sh init 2020-02-02 19:06:03 -08:00
docker-run.sh init 2020-02-02 19:06:03 -08:00
Dockerfile Add shortcut, update docker 2020-02-08 12:59:27 -08:00
go.mod tweaks 2020-02-03 16:33:38 -08:00
go.sum tweaks 2020-02-03 16:33:38 -08:00
README.md Don't download vp9 2020-02-08 16:53:40 -08:00
run.sh init 2020-02-02 19:06:03 -08:00

Media Roller

A mobile friendly tool for downloading videos from social media. The backend is is a Golang server that will take a URL (YouTube, Reddit, Twitter, etc), download the video file, and return a URL to download the video. The video will be transcoced as needed to produce a single mp4 file.

Note: This is for home use only. There's no auth.

GitHub Logo

GitHub Logo

Running

Pull the repo then run

./run.sh

With Docker: ronnieroller/media-roller:latest. See https://hub.docker.com/repository/docker/ronnieroller/media-roller The files will be saved to the /download directory which you can mount as needed.

With Unraid: TODO: This works with Unraid, I'm working on a template and will publish it soon.

Integrating with mobile

I'm working on an iOS shortcut will download the video to the camera roll for a supplied URL.