Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 716 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 716 Bytes

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.