Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vangrapf-proxy-DeployF

Vangrapf proxy for Deploy-F

API Endpoints

Check health:

curl https://<yourproxyadress>/health

Download video:

curl -X POST https://<yourproxyadress>/download -H "Content-Type: application/json" -d '{"url":"https://www.youtube.com/watch?v=jNQXAC9IVRw"}' --output video.mp4

WARNING!!! You need add YOUTUBE_COOKIES varible to continue

How to use it on Linux

Doc:

curl https://<yourproxyadress>/ | jq

Health:

curl https://<yourproxyadress>/health | jq

Search:

curl -X POST https://<yourproxyadress>/search -H "Content-Type: application/json" -d '{"query":"музыка"}' | jq

Download:

curl -X POST https://<yourproxyadress>/download   -H "Content-Type: application/json"   -d '{"url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"}'   --output video-curl.mp4

Watch:

mpv https://<yourproxyadress>/stream?url=https://www.youtube.com/watch?v=9jF2Hvv8j7s&quality=best

For greater simplicity, use the Vangrapf CLI on Linux.

Aviable proxy here

About

Vangrapf video download proxy for Deploy-F

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages