Metadata-Version: 2.1
Name: yt-fts
Version: 0.1.2
Summary: yt-fts is a simple python script that uses yt-dlp to scrape all of a youtube channels subtitles and load them into an sqlite database that is searchable from the command line. It allows you to query a channel for specific key word or phrase and will generate time stamped youtube urls to the video containing the keyword.
Home-page: https://github.com/NotJoeMartinez/yt-fts
Author: NotJoeMartinez
Requires-Python: >=3.11
License-File: LICENSE
Requires-Dist: beautifulsoup4 (==4.12.2)
Requires-Dist: bs4 (==0.0.1)
Requires-Dist: certifi (==2023.5.7)
Requires-Dist: charset-normalizer (==3.1.0)
Requires-Dist: click (==8.1.3)
Requires-Dist: idna (==3.4)
Requires-Dist: progress (==1.6)
Requires-Dist: requests (==2.30.0)
Requires-Dist: soupsieve (==2.4.1)
Requires-Dist: tabulate (==0.9.0)
Requires-Dist: urllib3 (==2.0.2)

