https://github.com/sahin/serverless-youtube-dl
Amazon Lambda - Serverless youtube-dl
https://github.com/sahin/serverless-youtube-dl
Last synced: 5 months ago
JSON representation
Amazon Lambda - Serverless youtube-dl
- Host: GitHub
- URL: https://github.com/sahin/serverless-youtube-dl
- Owner: sahin
- Created: 2016-05-12T00:39:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-06T21:59:10.000Z (over 6 years ago)
- Last Synced: 2024-04-24T13:16:57.444Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 122
- Watchers: 8
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - sahin/serverless-youtube-dl - Amazon Lambda - Serverless youtube-dl (JavaScript)
README
# Serverless Youtube DL
[](http://www.serverless.com)
Youtube downloader on Aws Lambda
## Install
Make sure you have the [Serverless Framework](http://www.serverless.com) installed and you're using Node.js v4.0+.
```
npm install serverless -g
```Install the project using Serverless:
```
serverless project install serverless-youtube-dl
```Install project dependencies via npm:
```
npm install
cd video
npm install
```Deploy your functions and endpoints:
```
serverless dash deploy
```## Alternative Install
If issues arise during installation, the steps below can be taken to install the project and initialize it.
Open a command line terminal and `cd` to the location where you will be placing the serverless-youtube-dl project.
Clone the project directly from Github:
```
git clone [email protected]:movielala/serverless-youtube-dl.git
```Enter the serverless-youtube-dl folder that was just created:
```
cd serverless-youtube-dl
```Install all npm dependencies:
```
npm install
cd video
npm install
```Initialize the project:
```
serverless project init
```Deploy your functions and endpoints:
```
serverless dash deploy
```## Examples
* https://your-api-gateway.com/your-stage/video?url=https://www.youtube.com/watch?v=UiyDmqO59QE
* https://your-api-gateway.com/your-stage/video?url=https://www.youtube.com/watch?v=UiyDmqO59QE&raw=1## Idea by
* Sahin https://github.com/sahin## Developed by
* Muhammet https://github.com/muhammet