Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmetb/ytdl
Serverless video downloader app (using youtube-dl)
https://github.com/ahmetb/ytdl
cloud-run cloud-run-button google-cloud-run
Last synced: 2 months ago
JSON representation
Serverless video downloader app (using youtube-dl)
- Host: GitHub
- URL: https://github.com/ahmetb/ytdl
- Owner: ahmetb
- License: apache-2.0
- Created: 2019-10-25T19:07:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-25T17:00:04.000Z (over 3 years ago)
- Last Synced: 2024-08-03T01:12:17.232Z (5 months ago)
- Topics: cloud-run, cloud-run-button, google-cloud-run
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 11
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cloud-run - ytdl
README
# 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](https://deploy.cloud.run/button.svg)](https://deploy.cloud.run)
Then visit your application with `?url=` parameter to download a video:
https:///?url=https://www.youtube.com/watch?v=jHjFxJVeCQs
Currently the maximum [response time limit](https://cloud.google.com/run/quotas) 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.