Skip to content

peter279k/yt-dlp-api

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

yt-dlp-api

Introduction

The simple yt-dlp-api server is for extracting YouTube video information with YouTube video URL.

Usage

  • Preparing the Linux-like operating system.
  • Preparing the Python 3.7+ version in the operating system.
  • Install the pipenv with running the pip3 install -U pipenv command.
  • Running the pipenv install to create the virtual environment.
  • Modifying the yt-dlp-api.service file with the yt-dlp-api.service.example file.
  • Copying the yt-dlp-api.service file to the /etc/systemd/system/ folder.
  • Running the sudo systemctl daemon-reload to reload the systemd daemon.
  • Running the sudo systemctl enable --now yt-dlp-api.service to enable and start the service.
  • Enjoy it!

About

The simple yt-dlp-api server to extract YouTube video URL easily

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages