tokland / youtube-upload

Upload videos to Youtube from the command line
2.06k stars 464 forks source link

Allow uploading from stdin #341

Open Freso opened 2 years ago

Freso commented 2 years ago

It would be neat if it was possible to do something like yt-dlp -o - $somevideourl | youtube-upload - or similar, having youtube-upload upload directly from a piped stdin data flow.