Skip to content

hifiwi-fi/yt-dlp-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yt-dlp-api

Running yt-dlp as a long running flask server.

Notes

Not using python much these days so here are some reminders:

  • Create a virtual env like this
python3 -m venv venv
  • Activate virtual env
source venv/bin/activate
  • Install dependencies with pip
pip3 install -r requirements.txt
  • Run the server
flask --app yt_dlp_api --debug run
  • Update requirements.txt
pip freeze > requirements.txt
  • Install a new dependency
  pip3 install gunicorn

About

yt-dlp as a persistent flask server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published