Skip to content

Coperbytes/yt-dlp_cmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

yt-dlp_cmd

List of yt-dlp commands for download

Download MP4 file with audio

yt-dlp -f 22 "url"

clone all repositories for user specifed

for repo in curl -s https://api.github.com/users/terrapower/repos?per_page=1000 |grep clone_url |awk '{print $2}'| sed 's/"\(.*\)",/\1/';do git clone $repo; done;

About

List of yt-dlp commands for download

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages