Skip to content

happyscribe/yt-dlp-POT-Provider-Heroku

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yt-dlp POT Provider on Heroku

Host your own BgUtils POT Provider server for yt-dlp on Heroku.

Heroku Deployment

You need Heroku CLI.

  1. Clone this repository.
  2. Create an app on Heroku.

Deploy by building it on Heroku's server

  1. Set git remote to Heroku heroku git:remote -a your-app-name.
  2. Set stack to container heroku stack:set container -a your-app-name.
  3. Deploy to Heroku git push heroku main.

Deploy by building it on your computer

You need Docker.

  1. Build the image and push to Container Registry heroku container:push web -a your-app-name.
  2. Release the image heroku container:release web.

yt-dlp Usage

yt-dlp --extractor-args "youtube:getpot_bgutil_baseurl=https://your-app-name.herokuapp.com" https://www.youtube.com/watch?v=BaW_jenozKc

About

yt-dlp POT Provider on Heroku

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 93.8%
  • Shell 6.2%