yt-fts icon indicating copy to clipboard operation
yt-fts copied to clipboard

YouTube Full Text Search - Search all of a YouTube channel from the command line

Results 15 yt-fts issues
Sort by recently updated
recently updated
newest added

Hi, what is the license of that code? The LICENCE file is missing.

multi threaded downloading. branch from pr #4

It would be nice if it were possible to search across all downloaded channels. Maybe with an --all flag?

enhancement

Hi, first thanks for this useful package! It would be great if it can support alias. like ``` python3 yt_fts.py alias [NAME] [channel_id] python3 yt_fts.py search [ALIAS_NAME or ID] [search...

enhancement

I wanted to be able to interface with the tool without writing `python -m` and also installing it from another venv on my machine. So now I can develop with...

enhancement

Is it possible to search in a individual video?

enhancement

- Different profiles have their sqlite and chroma database

Add a flag to search commands to enable control the time window searched. This might require a reformat of way we store timestamps because the `HH:MM:SS.SSS` is not ISO8601 complaint...

enhancement

I think yt-dlp fetches all the videos in a channel, then fetches the stats of each video (checking to see if there are captions). Large channels with single-digit number number...

enhancement