ahmetb / ytdl

Serverless video downloader app (using youtube-dl)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serverless video downloader (youtube-dl)

A serverless application that uses youtube-dl to quickly download and stream videos from media sites.

Deploy to Google Cloud Run:

Run on Google Cloud

Then visit your application with ?url= parameter to download a video:

https://<YOUR-APP-URL>/?url=https://www.youtube.com/watch?v=jHjFxJVeCQs

Currently the maximum response time limit on Cloud Run is 60 minutes, so that's how long you can download content for, and you should set this explicitly on your app.


This project is not affiliated with Google. It's created for demonstration purposes.

About

Serverless video downloader app (using youtube-dl)

License:Apache License 2.0


Languages

Language:Go 93.4%Language:Dockerfile 6.6%