Skip to content

Releases: NotJoeMartinez/yt-fts

v0.1.57

06 Sep 09:56
Compare
Choose a tag to compare

Added

  • Added summarize command for video summaries
  • Added --cookies-from-browser flag to bypass rate limiting

Changed

  • --number-of-jobs flag is now --jobs
  • update command now updates all channels by default
  • export vsearch and search commands OOP refactor

Fixed

  • Quieted warnings on download

Full Changelog: v0.1.56...v0.1.57

v0.1.56

05 Sep 02:17
Compare
Choose a tag to compare

What's Changed

[0.1.56] - 2024-09-04

Fixed

v0.1.55

22 Jul 19:42
Compare
Choose a tag to compare

[0.1.55] - 2024-07-22

Fixed

  • After running download, there's nothing in the DB

  • nsig extraction failed error

v0.1.54

10 Jul 00:01
Compare
Choose a tag to compare

[0.1.54] - 2024-07-09

Fixed

  • vtt parsing now handles normal vtt and word level time stamps

Changed

  • Embeddings now include segment metadata

v0.1.53

07 Jul 02:02
Compare
Choose a tag to compare

What's Changed

Changed

  • changed LLM model to gpt-4o

v0.1.52

06 Jul 23:12
Compare
Choose a tag to compare

What's Changed

Added

  • llm command for Retrieval-Augmented Generation on channels with embeddings
  • Way to specify time interval when generating embeddings
  • pytest unit testing for basic cli functionality

Changed

  • Changed get-embeddings command to embeddings (it's cleaner)
  • Refomatted most files to follow PEP 8 style guides
  • Most of the commands now exit with status code
  • Refactored to not use import *

Fixed

  • Removed Regex warning when first running cli
  • Delete not working if you use a capital Y

v0.1.51

05 Jul 00:49
Compare
Choose a tag to compare

Fixed

  • Fixed broken get_channel_id function cause by YouTube change to video page html

v0.1.50

29 Jun 01:31
Compare
Choose a tag to compare

Changed

  • Removed need for system installation of yt-dlp
    • instead of subprocess we use yt-dlp package from pypi
    • #147

Added date to fts, fixed chromadb dependency error

26 Jun 00:26
Compare
Choose a tag to compare

Fixed

  • Outdated chromadb dependency crashing cli

Added

  • Date in fts searches and exports

v0.1.47

05 May 06:09
Compare
Choose a tag to compare
bump version to work with homebrew