[PR #60] [MERGED] Channel title & description #126

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

📋 Pull Request Information

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

Base: mainHead: feat/channelDescription


📝 Commits (5)

  • 2ecc71d feat: add support for channel descriptions restoration using YouTube Data API
  • d9e20fa updated settings needed for channel description update call
  • a847d8a updated logs & ytb data api doc
  • 7364f9e feat: add support for channel title restoration using YouTube Data API
  • 88dd480 fix: get channel id directly from dom instead of a request to data api

📊 Changes

7 files changed (+419 additions, -5 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 docs/YT_DATA_API.md (+1 -0)
📝 package.json (+4 -4)
src/content/channelName/mainChannelName.ts (+93 -0)
src/content/description/channelDescription.ts (+231 -0)
📝 src/content/observers.ts (+21 -1)
📝 src/content/utils/utils.ts (+68 -0)

📄 Description

No description provided


🔄 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/60 **Author:** [@YouG-o](https://github.com/YouG-o) **Created:** 7/8/2025 **Status:** ✅ Merged **Merged:** 7/8/2025 **Merged by:** [@YouG-o](https://github.com/YouG-o) **Base:** `main` ← **Head:** `feat/channelDescription` --- ### 📝 Commits (5) - [`2ecc71d`](https://github.com/YouG-o/YouTube-No-Translation/commit/2ecc71d63af7b6c2200f028e29eed6f4062a5c52) feat: add support for channel descriptions restoration using YouTube Data API - [`d9e20fa`](https://github.com/YouG-o/YouTube-No-Translation/commit/d9e20fac613827b4d7fd1a0b9dd042074df57e0c) updated settings needed for channel description update call - [`a847d8a`](https://github.com/YouG-o/YouTube-No-Translation/commit/a847d8aebdf1788851ae07fd9bd93bed564f0ba2) updated logs & ytb data api doc - [`7364f9e`](https://github.com/YouG-o/YouTube-No-Translation/commit/7364f9e0cb6c0f7f6195ae9ad88f60d3952e93f4) feat: add support for channel title restoration using YouTube Data API - [`88dd480`](https://github.com/YouG-o/YouTube-No-Translation/commit/88dd480b073dc14ea72be3c249328276113ec590) fix: get channel id directly from dom instead of a request to data api ### 📊 Changes **7 files changed** (+419 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `docs/YT_DATA_API.md` (+1 -0) 📝 `package.json` (+4 -4) ➕ `src/content/channelName/mainChannelName.ts` (+93 -0) ➕ `src/content/description/channelDescription.ts` (+231 -0) 📝 `src/content/observers.ts` (+21 -1) 📝 `src/content/utils/utils.ts` (+68 -0) </details> ### 📄 Description _No description provided_ --- <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:00 +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#126
No description provided.