Metadata-Version: 2.4
Name: yt-fzf
Version: 0.1.5
Summary: Search and download music from YouTube using fzf and yt-dlp.
License: BSD
License-File: LICENSE
Author: Simone Gentili
Author-email: gensimone.git@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: innertube
Description-Content-Type: text/markdown

# yt-fzf (YouTube Fuzzy Finder)

![Demo](.github/assets/usage-example.gif)

# Installation
yt-fzf dependes on [fzf](https://github.com/junegunn/fzf) and [yt-dlp](https://github.com/yt-dlp/yt-dlp).
On Arch Linux you can install them using pacman:
```sh
sudo pacman -S yt-dlp fzf
```
yt-dlp is also available on PyPi so you can install it using pip or pipx.
After fzf and yt-dlp are installed you can proceed and install yt-fzf:
```sh
pipx install yt-fzf
```
This will download yt-fzf and [innertube](https://github.com/tombulled/innertube), a library
that allows you to access the Google's private InnerTube API.

