Skip to content
/ ycl Public
forked from SubhrajitPrusty/ycl

Search, Play, Download youtube videos from the terminal

License

Notifications You must be signed in to change notification settings

truongsofm/ycl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ycl

Search, Play, Download Youtube videos from the terminal

Requirements

  • Python 3.6 and above
  • FFMPEG (or videos wont get merged)

Install

pip3 install -e .

Windows

To properly setup ffpyplayer, follow instructions here

Usage

Usage: ycl [OPTIONS] [QUERY]...

Options:
  -ps, --playlistsearch  Searches for playlists
  -v, --video            Use a direct video link
  -pl, --playlist        Use a direct playlist link or file
  -i, --interactive      Starts an interactive session
  --help                 Show this message and exit.```

Docker

docker build -t ycl:latest .
docker run -it --device /dev/snd:/dev/snd ycl:latest

Inside the container

ycl --help

May not work on Windows

About

Search, Play, Download youtube videos from the terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Dockerfile 0.3%