vikashpatty / ycl

Search, Play, Download youtube videos from the terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 99.6%Language:Dockerfile 0.4%