Skip to content

nirav0082003/VideoDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published