A serverless application that uses youtube-dl
to quickly download and stream
videos from media sites.
Deploy to Google Cloud Run:
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.