0.0.2 • Published 6 years ago

ytdl_express v0.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

YT Download REST API

Usage

GET Request

<endpoint>/?url=<youtube_video_url> to download audio only (aac format)

<endpoint>/vid?url=<youtube_video_url> to download video.

<endpoint>/search?q=<search_query> to get search result using the parthpower/youtube-scrape scraper.

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

DISCLAIMER

THIS PROJECT IS FOR EDUCATIONAL PURPOSE ONLY.

LICENSE