Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

VideoDownloader

This is video downloader using pytube. It downloads file in the DASH format (seperate audio and video file and stich to gather using a ffmpeg to final video file.)

Build image using

docker build --pull --rm -f 'Dockerfile' -t 'youtubedownloader:latest' '.'

Run image using

docker run --platform linux/amd64 -it -v ${pwd}:/app/downloads -p 9000:8080 youtubedownloade

Test using powershell

URL can be passed inside body as url param

Invoke-WebRequest -Uri "http://localhost:9000/2015-03-31/functions/function/invocations" -Method Post -Body '{"url":"https://www.youtube.com/watch?v=QkdkLdMBuL0"}' -ContentType "application/json"

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages