Skip to content

furkanuyank/youtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtool

Youtool is a tool to download video or audio in the format and extension you want.

Getting Started

For Linux

wget https://github.com/furkanuyank/youtool/releases/download/v1/youtool_Linux_x86_64.tar.gz
sudo tar -C /usr/bin -xzf youtool_Linux_x86_64.tar.gz && rm youtool_Linux_x86_64.tar.gz

How to use

Config

youtool config outdir [path] --> set default out directory (it is your home directory if you didn't change it)

Download

youtool download [Video Url] --> download video
youtool download [Playlist Url] --> download playlist
youtool download [Playist Url] [Video number] ... --> download specific videos from playlist

-a --> download audio
-m --> muted audio
-n --> set name of the video (default is title of the video)
-. --> set extension of video (default is mp4 for video, mp3 for audio)
-o --> set out directory at once for downloaded video

youtool download --help for more

Inspect

youtool inspect [Video Url] or [Playist Url] [Video number] --> gives information about video such as title, author, views, thumbnails, etc.
youtool inspect [Playist Url] --> gives information about playlist such as title, author, videos contained in, etc.