[PR #71] [MERGED] Feat/cache #134

Closed
opened 2026-03-04 00:04:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/YouG-o/YouTube-No-Translation/pull/71
Author: @YouG-o
Created: 7/23/2025
Status: Merged
Merged: 7/23/2025
Merged by: @YouG-o

Base: mainHead: feat/cache


📝 Commits (2)

  • 7d41e19 refactor: refactor title cache system to use persistent storage
  • 5b1a1f1 feat: add persistent cache system for search descriptions

📊 Changes

7 files changed (+285 additions, -104 deletions)

View changed files

src/content/description/index.ts (+90 -0)
📝 src/content/description/searchDescriptions.ts (+13 -1)
📝 src/content/titles/browsingTitles.ts (+13 -5)
📝 src/content/titles/index.ts (+100 -50)
📝 src/content/titles/mainTitle.ts (+40 -33)
📝 src/content/titles/notificationTitles.ts (+6 -0)
📝 src/content/titles/shortsTitles.ts (+23 -15)

📄 Description

titles cache refact.
added cache for search descriptions


🔄 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/YouG-o/YouTube-No-Translation/pull/71 **Author:** [@YouG-o](https://github.com/YouG-o) **Created:** 7/23/2025 **Status:** ✅ Merged **Merged:** 7/23/2025 **Merged by:** [@YouG-o](https://github.com/YouG-o) **Base:** `main` ← **Head:** `feat/cache` --- ### 📝 Commits (2) - [`7d41e19`](https://github.com/YouG-o/YouTube-No-Translation/commit/7d41e199085e7fa989092be85018f6f29d5b6512) refactor: refactor title cache system to use persistent storage - [`5b1a1f1`](https://github.com/YouG-o/YouTube-No-Translation/commit/5b1a1f144811fcf525342b9feb64346a3e00b423) feat: add persistent cache system for search descriptions ### 📊 Changes **7 files changed** (+285 additions, -104 deletions) <details> <summary>View changed files</summary> ➕ `src/content/description/index.ts` (+90 -0) 📝 `src/content/description/searchDescriptions.ts` (+13 -1) 📝 `src/content/titles/browsingTitles.ts` (+13 -5) 📝 `src/content/titles/index.ts` (+100 -50) 📝 `src/content/titles/mainTitle.ts` (+40 -33) 📝 `src/content/titles/notificationTitles.ts` (+6 -0) 📝 `src/content/titles/shortsTitles.ts` (+23 -15) </details> ### 📄 Description titles cache refact. added cache for search descriptions --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 00:04:03 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/YouTube-No-Translation#134
No description provided.