Skip to content

Releases: NotJoeMartinez/yt-fts

v0.1.62

04 Jul 05:55
Compare
Choose a tag to compare

v0.1.61

04 Jul 05:23
Compare
Choose a tag to compare
docs and version updates

v0.1.60

04 Jul 02:46
Compare
Choose a tag to compare
  • Fix download format errors, bump yt-dlp version, set default jobs to 8 by @NotJoeMartinez in #186

Full Changelog: v0.1.59...v0.1.60

v0.1.59

04 Jul 01:48
Compare
Choose a tag to compare

[0.1.59] - 2025-07-03

Added

  • Channel name extraction from RSS feed

Changed

  • Advanced search method refactor
  • Updated GitHub Actions from v3 to v4 for upload-artifact and download-artifact
  • Simplified version management

Fixed

  • Improved channel name extraction reliability by using RSS feed data

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