[PR #1716] [MERGED] Add watch support to YouTube transcripts #3753

Closed
opened 2026-02-22 18:34:25 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1716
Author: @timothycarambat
Created: 6/18/2024
Status: Merged
Merged: 6/18/2024
Merged by: @timothycarambat

Base: live-reload-websitesHead: live-reload-youtube


📝 Commits (3)

  • fc28793 Add watch support to YouTube transcripts
  • 6aae06a Merge branch 'live-reload-websites' of github.com:Mintplex-Labs/anything-llm into live-reload-youtube
  • b71f4ad Watch specific files in Confluence space (#1718)

📊 Changes

8 files changed (+272 additions, -18 deletions)

View changed files

📝 collector/extensions/index.js (+23 -2)
collector/extensions/resync/index.js (+72 -0)
📝 collector/utils/extensions/Confluence/index.js (+81 -2)
📝 collector/utils/extensions/YoutubeTranscript/index.js (+31 -3)
📝 server/jobs/sync-watched-documents.js (+42 -2)
📝 server/models/documentSyncQueue.js (+9 -5)
📝 server/models/documentSyncRun.js (+2 -1)
📝 server/models/documents.js (+12 -3)

📄 Description

refactor how sync is done for supported types

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Additional Information

  • Adds support to watch youtube filetypes

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/1716 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 6/18/2024 **Status:** ✅ Merged **Merged:** 6/18/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `live-reload-websites` ← **Head:** `live-reload-youtube` --- ### 📝 Commits (3) - [`fc28793`](https://github.com/Mintplex-Labs/anything-llm/commit/fc28793488d74f293f57ef7815bbbc414dcd5420) Add watch support to YouTube transcripts - [`6aae06a`](https://github.com/Mintplex-Labs/anything-llm/commit/6aae06a1152803d79a119da371913b7770a46613) Merge branch 'live-reload-websites' of github.com:Mintplex-Labs/anything-llm into live-reload-youtube - [`b71f4ad`](https://github.com/Mintplex-Labs/anything-llm/commit/b71f4ad89a39096d6b9875558c9d90feed1280d8) Watch specific files in Confluence space (#1718) ### 📊 Changes **8 files changed** (+272 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `collector/extensions/index.js` (+23 -2) ➕ `collector/extensions/resync/index.js` (+72 -0) 📝 `collector/utils/extensions/Confluence/index.js` (+81 -2) 📝 `collector/utils/extensions/YoutubeTranscript/index.js` (+31 -3) 📝 `server/jobs/sync-watched-documents.js` (+42 -2) 📝 `server/models/documentSyncQueue.js` (+9 -5) 📝 `server/models/documentSyncRun.js` (+2 -1) 📝 `server/models/documents.js` (+12 -3) </details> ### 📄 Description refactor how sync is done for supported types ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Additional Information - Adds support to watch youtube filetypes ### Developer Validations <!-- All of the applicable items should be checked. --> - [ ] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated - [ ] I have tested my code functionality - [ ] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:34:25 -05:00
yindo closed this issue 2026-02-22 18:34:26 -05:00
yindo changed title from [PR #1716] Add watch support to YouTube transcripts to [PR #1716] [MERGED] Add watch support to YouTube transcripts 2026-06-05 15:15:02 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3753