youtube-dl-api

1.0.1 • Public • Published

youtube-dl-api

Express Youtube-DL REST API Server with Docker Support

Prerequisities

In order to run this container you'll need docker installed.

Usage

Container Parameters

docker run alfagun74/youtube-dl-api:latest

Environment Variables

  • TZ - The Timezone to use for the container. Default is Europe/Berlin.
  • SERVER_PORT - The port to use for the server. Default is 80.
  • YOUTUBE_DL_DOWNLOAD_HOST - Path to download the Youtube-DL Binary from. Default is https://yt-dl.org/downloads/latest/youtube-dl

API Methods

GET api/v1/info?url={VIDEO_URL}
Returns all information youtube-dl can find about this video as JSON. Also works with non youtube sources. (See here).

Built With

Find Me

Contributing

Please feel free to issue tickets or pull-requests.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Alfagun74 - Maintainer - Steam
    See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Readme

Keywords

none

Package Sidebar

Install

npm i youtube-dl-api

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

7.91 kB

Total Files

11

Last publish

Collaborators

  • alfagun74