We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d9368 commit fcf5cecCopy full SHA for fcf5cec
background/sources.js
@@ -258,8 +258,8 @@ sources.videos.youtube = {
258
259
return {
260
user: {
261
- url: 'https://www.youtube.com/' +
262
- user.navigationEndpoint.browseEndpoint.canonicalBaseUrl,
+ url: 'https://www.youtube.com' +
+ user.navigationEndpoint.webNavigationEndpointData.url,
263
thumbnail: item.channelThumbnail.thumbnails[0].url,
264
name: user.text,
265
verified: item.ownerBadges && item.ownerBadges.some((badge) => {
0 commit comments