[PR #66] [CLOSED] Feat/channel video #132

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

📋 Pull Request Information

Original PR: https://github.com/YouG-o/YouTube-No-Translation/pull/66
Author: @YouG-o
Created: 7/16/2025
Status: Closed

Base: mainHead: feat/channelVideo


📝 Commits (7)

  • 1e291f1 refact: channel
  • f856ce5 feat: Title & Description of channel player is now in original
  • fdbcf6f fix: added "lo" (Lao) as hl for InnerTube /browse fetch. (Uses your setting hl if not specified, leading to a possible translated response) with this, chances for it to be translated are near to 0.
  • 53e3e67 feat: add support for restoring original video descriptions in channel video lists visible on a few channels
  • ea24241 CHANGELOG update
  • 3b63658 docs & README update
  • 33f92ce feat: improve channelId detection by matching exact handle

📊 Changes

17 files changed (+219 additions, -49 deletions)

View changed files

📝 CHANGELOG.md (+3 -1)
📝 README.md (+1 -1)
📝 docs/YT_DATA_API.md (+11 -6)
📝 scripts/bundle-scripts.js (+7 -7)
📝 src/content/channel/ChannelDescriptionInnerTube.js (+8 -1)
📝 src/content/channel/ChannelNameInnerTubeScript.js (+8 -2)
📝 src/content/channel/ChannelRendererPatch.ts (+1 -1)
src/content/channel/ChannelVideoDescriptions.ts (+49 -0)
📝 src/content/channel/channelDescription.ts (+0 -0)
📝 src/content/channel/channelName.ts (+0 -0)
📝 src/content/channel/channelNameScript.js (+0 -0)
src/content/channel/channelPlayer.ts (+58 -0)
📝 src/content/channel/mainChannelName.ts (+0 -0)
📝 src/content/description/descriptionScript.js (+40 -22)
📝 src/content/description/searchDescriptions.ts (+1 -1)
📝 src/content/observers.ts (+16 -4)
📝 src/content/scripts/getChannelIdScript.js (+16 -3)

📄 Description

Added channel player video's title & description support.
...


🔄 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/66 **Author:** [@YouG-o](https://github.com/YouG-o) **Created:** 7/16/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/channelVideo` --- ### 📝 Commits (7) - [`1e291f1`](https://github.com/YouG-o/YouTube-No-Translation/commit/1e291f1db8105326be1bd57e2b7214172b104988) refact: channel - [`f856ce5`](https://github.com/YouG-o/YouTube-No-Translation/commit/f856ce58ee3f7a58bf522a69ef72450358ca3a20) feat: Title & Description of channel player is now in original - [`fdbcf6f`](https://github.com/YouG-o/YouTube-No-Translation/commit/fdbcf6f59d69ee735d1355479736caf8e03f3c19) fix: added "lo" (Lao) as hl for InnerTube /browse fetch. (Uses your setting hl if not specified, leading to a possible translated response) with this, chances for it to be translated are near to 0. - [`53e3e67`](https://github.com/YouG-o/YouTube-No-Translation/commit/53e3e67729ecd03e32139280d63942b6cbeb039a) feat: add support for restoring original video descriptions in channel video lists visible on a few channels - [`ea24241`](https://github.com/YouG-o/YouTube-No-Translation/commit/ea2424184ee78848757c99337d337f8c9af4f084) CHANGELOG update - [`3b63658`](https://github.com/YouG-o/YouTube-No-Translation/commit/3b636585dc8f364addda58567c79c2feb045fbd3) docs & README update - [`33f92ce`](https://github.com/YouG-o/YouTube-No-Translation/commit/33f92ceb910665019f4aa7c5a0862739f147cc03) feat: improve channelId detection by matching exact handle ### 📊 Changes **17 files changed** (+219 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+3 -1) 📝 `README.md` (+1 -1) 📝 `docs/YT_DATA_API.md` (+11 -6) 📝 `scripts/bundle-scripts.js` (+7 -7) 📝 `src/content/channel/ChannelDescriptionInnerTube.js` (+8 -1) 📝 `src/content/channel/ChannelNameInnerTubeScript.js` (+8 -2) 📝 `src/content/channel/ChannelRendererPatch.ts` (+1 -1) ➕ `src/content/channel/ChannelVideoDescriptions.ts` (+49 -0) 📝 `src/content/channel/channelDescription.ts` (+0 -0) 📝 `src/content/channel/channelName.ts` (+0 -0) 📝 `src/content/channel/channelNameScript.js` (+0 -0) ➕ `src/content/channel/channelPlayer.ts` (+58 -0) 📝 `src/content/channel/mainChannelName.ts` (+0 -0) 📝 `src/content/description/descriptionScript.js` (+40 -22) 📝 `src/content/description/searchDescriptions.ts` (+1 -1) 📝 `src/content/observers.ts` (+16 -4) 📝 `src/content/scripts/getChannelIdScript.js` (+16 -3) </details> ### 📄 Description Added channel player video's title & description support. ... --- <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:02 +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#132
No description provided.