mirror of
https://github.com/YouG-o/YouTube-No-Translation.git
synced 2026-04-25 18:16:00 +03:00
[GH-ISSUE #78] ISSUE: YouTube handle URLs with multibyte characters show wrong channel overview and channel name #57
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#57
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?
Originally created by @ANZUARIAKE0127 on GitHub (Aug 6, 2025).
Original GitHub issue: https://github.com/YouG-o/YouTube-No-Translation/issues/78
Originally assigned to: @YouG-o on GitHub.
Description
When visiting a YouTube channel via its handle URL (http s://www.youtube.com/@{handle}) and that handle contains multibyte characters (e.g. Japanese, Chinese), the overview data returned belongs to an unrelated channel. Visiting the same channel using the /channel/{userId} URL works correctly.
Environment
Example Video (Required if the issue happened on a video page)
Correct1: https://www.youtube.com/channel/UCA5pLZcAfKDgUN7SjZnp4yw
Wrong1: https://www.youtube.com/@%E7%8C%AB%E9%87%8E%E3%83%A6%E3%82%AD
Correct2: https://youtube.com/channel/UC5Cj144xFJvXLe_St0TJSrg
Wrong2: https://www.youtube.com/@%E3%81%AA%E3%81%A4%E4%B9%99%E3%83%81%E3%83%A3%E3%83%B3%E3%83%8D%E3%83%AB
Extension Settings
Screenshots
Correct1:




Wrong1:
Correct2:
Wrong2:
Other YouTube-related extensions you are using
@YouG-o commented on GitHub (Aug 6, 2025):
Hi,
This bug occurs because YouTube percent-encodes multibyte handlesin the URL, but the extension was not decoding them before searching for channel data.
Fixed :
c439b56d28It will be available in next update.
My bad, I did not anticipated this, sorry about that.