Skip to content

sgalushin/youtube-subtitle-downloader-in-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple AWS Lambda for downloading YouTube subtitles. Uses youtube-dl underneath.

Subtitles are cached for the lifetime of a Lambda instance.

Deployment

Requirements:

Run sam build && sam deploy --guided in the project directory.

Usage

HTTP GET request: ENDPOINT_URL/LANGUAGE_CODE/VIDEO_ID where Endpoint URL is a value of an output item of a deployed stack.

Example

Thus, to download german subtitles for this video, perform a GET request https://75amc2323.execute-api.eu-west-1.amazonaws.com/Prod/de/hgg7lwi_xzc.

License

This project is licensed under the terms of the MIT license. See the LICENSE file.

About

Youtube subtitle downloader for AWS Lambda, uses youtube-dl

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages