Skip to main content

Yt2Cli

A simple command-line (CLI) tool for searching and playing YouTube videos directly from the terminal, without needing to open a browser.

Features

  • Search YouTube videos by keyword, with an optional result limit (--limit=<n>, default 10, max 100)
  • Results are cached per query and limit, so re-searching the same keyword is instant
  • Load more results from the last search with more
  • Display search results as formatted video cards (title, ID, channel, views with K/M/B suffix)
  • Play any video from the list through mpv, falling back to the system's default application if mpv isn't installed
  • Download videos directly to a folder you pick (native folder dialog per OS)
  • Clear the in-memory cache and the loaded list with reset or cache:clear
  • Any unrecognized command is treated as a search query
  • Cross-platform: works on Windows, macOS, and Linux

Requirements

1. Python

Recommended version: Python 3.10 or newer.

2. mpv for video playback (optional)

The app relies on mpv as the default player. If it's not installed, the app will fall back to opening the link with the system's default application.

Installing mpv:

OS Command
Fedora sudo dnf install mpv
Ubuntu / Debian sudo apt install mpv
macOS (Homebrew) brew install mpv
Windows Download from mpv.io

Installation

pip install yt2cli

Usage

yt2cli

This launches an interactive prompt. Type a command and press Enter.

Available Commands

Command Description
search <query> Search YouTube videos (--limit=<n> optional)
list Show the currently loaded videos from the last search
open <id> Play a video from the list by its number
download <id> Download a video from the list to a folder you choose
more Load more videos from the last search (adds 5 more results)
reset Clear the loaded video list and the backend cache
cache:clear Remove the cached search results only
clear Clear the terminal screen
help Show a list of available commands
exit Close the app

Note: Any input that isn't a recognized command is treated as a search query.

Example

==================================================
                 AVAILABLE OPTIONS                 
==================================================
  [search]  Use it To Search for Youtube Videos , usage: search :query \:limits
  [open]  Use It to Open A video From the List of Searched Videos
  [clear]  Clear The Terminal Screen
  [list]  Show The Current Loaded Videos
  [exit]  Close the App
  [help]  Show A List of Available Commands
  [reset]  Remove The Saved Search And Backend Cache
  [cache:clear]  Remove the Cached Search Results
  [more]  Get More Videos from the Last Searched Query
  [download]  Download A Youtube Video
==================================================

Yt2Cli Run: search python tutorial
********** Search Results For: python tutorial , Limit= 10 **********
 ──────────────────────────────────────────────────────────────
  Python Basics for Beginners
  ID       : 0
  Channel  : Programming Academy
  Views    : 2.34M
 ──────────────────────────────────────────────────────────────

# The id here is not the id of the video its the video index on the list

Yt2Cli Run: open 0

Project Structure

yt2cli/
├── src/
│   └── yt2cli/
│       ├── __init__.py     # App export entry point
│       ├── App.py          # Core logic and command handling
│       ├── Backend.py      # Search logic (yt-dlp) and result caching
│       ├── Player.py       # Video playback (mpv with system fallback)
│       └── cli.py          # Interactive REPL entry point

Notes

  • The app uses yt-dlp to search and extract video playback URLs.
  • Search results are cached per query and limit in memory; playing a video re-resolves the stream URL with yt-dlp.
  • more re-searches the last query with a higher limit (adds 5 results each time).
  • download <id> opens a native folder-picker dialog (zenity on Linux, osascript on macOS, PowerShell on Windows) and saves the video with yt-dlp.
  • Download the Deno Javascript Runtime to get the best Video Quality

License

MIT

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yt2cli-0.2.2.tar.gz (6.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

yt2cli-0.2.2-py3-none-any.whl (8.1 kB view details)

Uploaded Python 3

File details

Details for the file yt2cli-0.2.2.tar.gz.

File metadata

  • Download URL: yt2cli-0.2.2.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.4.1 CPython/3.11.15 Linux/7.1.6-201.fc44.x86_64

File hashes

Hashes for yt2cli-0.2.2.tar.gz
Algorithm Hash digest
SHA256 242a6aad02e3e6365a922174b04ab90a07d0596591ce2536b23cf1da132a0764
MD5 aa4e381e0d1b12d94068f9a7b7ff642f
BLAKE2b-256 8f61f5a6dbdf4db967da81762c319552ca9546d28f744e7c447910293c77e5cd

See more details on using hashes here.

File details

Details for the file yt2cli-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: yt2cli-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 8.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.4.1 CPython/3.11.15 Linux/7.1.6-201.fc44.x86_64

File hashes

Hashes for yt2cli-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 fab9fb85d4acf78c0bcd02f30421cad48be80a83d672b0cac3c037dc60cc6c0d
MD5 127c2cd6b5b0f23f001381d2a8edd16a
BLAKE2b-256 1294051138dfd04c02651ff5d0f31fd46184b9997d65769e9b2806a99c5f3fc4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page