mirror of
https://github.com/YouG-o/YouTube-No-Translation.git
synced 2026-04-26 02:25:53 +03:00
[PR #66] [CLOSED] Feat/channel video #132
Labels
No labels
ToDo
bug
enhancement
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/YouTube-No-Translation#132
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:feat/channelVideo📝 Commits (7)
1e291f1refact: channelf856ce5feat: Title & Description of channel player is now in originalfdbcf6ffix: 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.53e3e67feat: add support for restoring original video descriptions in channel video lists visible on a few channelsea24241CHANGELOG update3b63658docs & README update33f92cefeat: 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.