Skip to content

Commit a6d3fee

Browse files
committed
fix(youtube): updated getting user url
1 parent 7249b20 commit a6d3fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

background/sources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ sources.videos.youtube = {
257257
return {
258258
user: {
259259
url: 'https://www.youtube.com' +
260-
user.navigationEndpoint.webNavigationEndpointData.url,
260+
user.navigationEndpoint.browseEndpoint.canonicalBaseUrl,
261261
thumbnail: item.channelThumbnail.thumbnails[0].url,
262262
name: user.text,
263263
verified: item.ownerBadges && item.ownerBadges.some((badge) => {

0 commit comments

Comments
 (0)