An open API service indexing awesome lists of open source software.

https://github.com/parthpower/ytdl_express

Simple YT Download REST API
https://github.com/parthpower/ytdl_express

audio express nodejs rest-api video youtube ytdl

Last synced: 9 months ago
JSON representation

Simple YT Download REST API

Awesome Lists containing this project

README

          

# YT Download REST API

[![Build Status](https://travis-ci.com/parthpower/ytdl_express.svg?branch=master)](https://travis-ci.com/parthpower/ytdl_express)

## Installation (Docker)

```
git clone https://github.com/parthpower/ytdl_express
cd ytdl_express
docker build -t /ytdl_express .
docker run -p 8080:8080 -d /ytdl_express
```

## Usage

### GET Request

`/?url=` to download audio only (aac format)

`/vid?url=` to download video.

`/search?q=` to get search result using the [parthpower/youtube-scrape](https://github.com/parthpower/youtube-scrape) scraper.

`/iamfeelinglucky?q=[&vid=1]` to get audio/video file from first search result.

## DISCLAIMER

THIS PROJECT IS FOR EDUCATIONAL PURPOSE ONLY.

## [LICENSE](/LICENSE)