lamarios / clipious

Invidious client for android
GNU Affero General Public License v3.0
860 stars 29 forks source link

App connects to yt3.ggpht.com #165

Open Moonstone3010 opened 1 year ago

Moonstone3010 commented 1 year ago

Hello,

Let me start by saying that the app is great. It is very responsive, reliable and looks good.

Describe the bug App connects to yt3.ggpht.com (and yt3.googleusercontent as a backup)

To Reproduce Steps to reproduce the behavior:

  1. Start app
  2. Open any subpage with video

Additional info:

Additional context App connects to yt3.ggpht.com every time I open subpage from the main list, it happens even in Invidious proxy mode. Although this should not happen even without a proxy. Invidious instances (in browser or other invidious clients) do not connect to this address.

lamarios commented 1 year ago

Does this happen when using both DASH and non Dash streams?

How did you record this so I can try it myself?

The app uses invidious' API and the links provided by it for everything (thumbnails, streams, etc…). Maybe the proxy feature is broken somewhere whether in the app or invidious.

Moonstone3010 commented 1 year ago

I have corrected the description of the problem. The connection happens when you open the subpages with the videos, not when you press play.

I am using a private DNS so I can preview the queries. The easiest way to see that connection is made, is to use the PCAPdroid app.

On youtube.com, yt3.ggpht.com is used to download profile images. When the address is unreachable, then yt3.googleusercontent.com is used as a backup. When using Invidious, the profile images are downloaded from https://[instance.address]/ggpht/ and not from the Google server.

I haven't checked the Invidious documentation, but in practice the browser only connects to these domains:

  1. https://[instance.address] and when you click play:
  2. [string].googlevideo.com

For applications using the invidious api, there is a third domain at the beginning, which is api.invidious.io

If the invidious proxy is enabled, there is no connection to googlevideo.com, because the video is streamed from the invidious instance server. This is the only difference.

Outlet7493 commented 1 year ago

Thanks, I have replicated this and it seems as though this is an upstream issue. I have tested multiple instances and they all return yt3.googleusercontent.com or domain of Google ownership.

To reproduce (as the app would send the request - using v1.17.7): curl -H 'user-agent: Dart/2.19 (dart:io)' -H 'content-type: application/json; charset=utf-16' --compressed https://inv.vern.cc/api/v1/channels/UCuAXFkgsw1L7xaCfnd5JJOw

It also happens when loading a video: curl -H 'user-agent: Dart/2.19 (dart:io)' -H 'content-type: application/json; charset=utf-16' --compressed -H 'host: inv.vern.cc' 'https://inv.vern.cc/api/v1/videos/o-YBDTqX_ZU?local=true'

Example response for channel request

```json { "author": "Rick Astley", "authorId": "UCuAXFkgsw1L7xaCfnd5JJOw", "authorUrl": "https://www.youtube.com/channel/UCuAXFkgsw1L7xaCfnd5JJOw", "authorBanners": [ { "url": "https://yt3.googleusercontent.com/bwf6FFMO4jUiJBfM-8SPQid-GaocQ2yktkSZt-J8T-pFnzyVP0OJWQ78qW3jyDOIFyQO9RVWVQ=w2560-fcrop64=1,00005a57ffffa5a8-k-c0xffffffff-no-nd-rj", "width": 2560, "height": 424 }, { "url": "https://yt3.googleusercontent.com/bwf6FFMO4jUiJBfM-8SPQid-GaocQ2yktkSZt-J8T-pFnzyVP0OJWQ78qW3jyDOIFyQO9RVWVQ=w2560-fcrop64=1,00005a57ffffa5a8-k-c0xffffffff-no-nd-rj", "width": 2120, "height": 351 }, { "url": "https://yt3.googleusercontent.com/bwf6FFMO4jUiJBfM-8SPQid-GaocQ2yktkSZt-J8T-pFnzyVP0OJWQ78qW3jyDOIFyQO9RVWVQ=w2560-fcrop64=1,00005a57ffffa5a8-k-c0xffffffff-no-nd-rj", "width": 1060, "height": 175 }, { "url": "https://yt3.googleusercontent.com/bwf6FFMO4jUiJBfM-8SPQid-GaocQ2yktkSZt-J8T-pFnzyVP0OJWQ78qW3jyDOIFyQO9RVWVQ=w2560-fcrop64=1,00005a57ffffa5a8-k-c0xffffffff-no-nd-rj", "width": 512, "height": 288 } ], "authorThumbnails": [ { "url": "https://yt3.googleusercontent.com/BbWaWU-qyR5nfxxXclxsI8zepppYL5x1agIPGfRdXFm5fPEewDsRRWg4x6P6fdKNhj84GoUpUI4=s32-c-k-c0x00ffffff-no-rj", "width": 32, "height": 32 }, { "url": "https://yt3.googleusercontent.com/BbWaWU-qyR5nfxxXclxsI8zepppYL5x1agIPGfRdXFm5fPEewDsRRWg4x6P6fdKNhj84GoUpUI4=s48-c-k-c0x00ffffff-no-rj", "width": 48, "height": 48 }, { "url": "https://yt3.googleusercontent.com/BbWaWU-qyR5nfxxXclxsI8zepppYL5x1agIPGfRdXFm5fPEewDsRRWg4x6P6fdKNhj84GoUpUI4=s76-c-k-c0x00ffffff-no-rj", "width": 76, "height": 76 }, { "url": "https://yt3.googleusercontent.com/BbWaWU-qyR5nfxxXclxsI8zepppYL5x1agIPGfRdXFm5fPEewDsRRWg4x6P6fdKNhj84GoUpUI4=s100-c-k-c0x00ffffff-no-rj", "width": 100, "height": 100 }, { "url": "https://yt3.googleusercontent.com/BbWaWU-qyR5nfxxXclxsI8zepppYL5x1agIPGfRdXFm5fPEewDsRRWg4x6P6fdKNhj84GoUpUI4=s176-c-k-c0x00ffffff-no-rj", "width": 176, "height": 176 }, { "url": "https://yt3.googleusercontent.com/BbWaWU-qyR5nfxxXclxsI8zepppYL5x1agIPGfRdXFm5fPEewDsRRWg4x6P6fdKNhj84GoUpUI4=s512-c-k-c0x00ffffff-no-rj", "width": 512, "height": 512 } ], "subCount": 3680000, "totalViews": 1806183311, "joined": 1422748800, "autoGenerated": false, "isFamilyFriendly": true, "description": "Official YouTube channel for Rick Astley.", "descriptionHtml": "Official YouTube channel for Rick Astley.
", "allowedRegions": [ "CR", "VN", "AI", "GA", "KR", "NF", "MG", "BS", "ME", "TF", "BB", "LA", "KM", "GM", "HR", "TL", "CC", "AL", "GI", "AG", "ST", "CI", "HN", "MC", "CA", "YT", "GS", "CL", "KI", "TH", "AR", "IN", "SL", "GL", "PS", "TO", "MZ", "CH", "BV", "CV", "CK", "SA", "HU", "KW", "WS", "LR", "MS", "PM", "PA", "IO", "UG", "AW", "NP", "WF", "GH", "SZ", "MX", "BH", "ID", "GF", "NI", "GY", "MY", "DM", "AD", "PF", "HM", "PE", "IL", "LI", "FJ", "TK", "TR", "HT", "US", "VA", "PN", "BG", "TG", "BT", "NE", "FK", "SR", "AM", "CG", "MW", "LT", "VU", "NR", "GR", "MP", "NG", "SS", "GQ", "TT", "MM", "PL", "MH", "IQ", "CU", "LC", "PG", "BD", "NZ", "RU", "TJ", "YE", "CX", "JE", "JO", "KN", "SC", "UA", "ML", "MD", "AF", "ES", "SD", "SE", "SH", "SI", "FM", "SM", "MF", "EH", "FI", "SX", "BE", "HK", "LU", "LY", "BO", "MV", "SO", "RO", "BZ", "TW", "GE", "DK", "LS", "OM", "AE", "PH", "UM", "BM", "CW", "ZW", "UZ", "UY", "MA", "TN", "TC", "DO", "SN", "IR", "JM", "MK", "BJ", "EE", "PY", "ET", "LB", "VC", "SY", "GP", "SJ", "NU", "VE", "GU", "MR", "FR", "TV", "VI", "AO", "NL", "GG", "VG", "CY", "NA", "PK", "AQ", "AT", "SV", "TM", "NO", "IE", "GB", "AS", "BN", "KZ", "QA", "CM", "SK", "KP", "SG", "MQ", "BQ", "DE", "CO", "KG", "BF", "DJ", "IM", "GT", "BI", "AX", "KE", "KY", "ZA", "GW", "BW", "EC", "CN", "NC", "RE", "ER", "RS", "TD", "ZM", "PT", "KH", "MN", "CD", "TZ", "BL", "BY", "MT", "BR", "GN", "RW", "SB", "AU", "IS", "CZ", "GD", "MO", "MU", "LV", "PR", "CF", "PW", "AZ", "LK", "IT", "EG", "FO", "DZ", "BA", "JP" ], "tabs": [ "home", "videos", "streams", "releases", "playlists", "community", "store", "channels", "about" ], "authorVerified": true, "latestVideos": [ { "type": "video", "title": "Rick Astley - When I Fall In Love (Official Video, HD Remaster)", "videoId": "Zoedy_5fLmE", "author": "Rick Astley", "authorId": "UCuAXFkgsw1L7xaCfnd5JJOw", "authorUrl": "/channel/UCuAXFkgsw1L7xaCfnd5JJOw", "authorVerified": true, "videoThumbnails": [ { "quality": "maxres", "url": "https://inv.vern.cc/vi/Zoedy_5fLmE/maxres.jpg", "width": 1280, "height": 720 }, { "quality": "maxresdefault", "url": "https://inv.vern.cc/vi/Zoedy_5fLmE/maxresdefault.jpg", "width": 1280, "height": 720 }, { "quality": "sddefault", "url": "https://inv.vern.cc/vi/Zoedy_5fLmE/sddefault.jpg", "width": 640, "height": 480 }, { "quality": "high", "url": "https://inv.vern.cc/vi/Zoedy_5fLmE/hqdefault.jpg", "width": 480, "height": 360 }, { "quality": "medium", "url": "https://inv.vern.cc/vi/Zoedy_5fLmE/mqdefault.jpg", "width": 320, "height": 180 }, { "quality": "default", "url": "https://inv.vern.cc/vi/Zoedy_5fLmE/default.jpg", "width": 120, "height": 90 }, { "quality": "start", "url": "https://inv.vern.cc/vi/Zoedy_5fLmE/1.jpg", "width": 120, "height": 90 }, { "quality": "middle", "url": "https://inv.vern.cc/vi/Zoedy_5fLmE/2.jpg", "width": 120, "height": 90 }, { "quality": "end", "url": "https://inv.vern.cc/vi/Zoedy_5fLmE/3.jpg", "width": 120, "height": 90 } ], "description": "'When I Fall In Love' Official Video, HD Remaster (2022). Taken from the album 'Whenever You Need Somebody'. Buy/listen here - https://rickastley.lnk.to/WYNS2022ID\nBuy the limited edition red...", "descriptionHtml": "'When I Fall In Love' Official Video, HD Remaster (2022). Taken from the album 'Whenever You Need Somebody'. Buy/listen here - https://rickastley.lnk.to/WYNS2022ID
Buy the limited edition red...", "viewCount": 316659, "published": 1670533892, "publishedText": "5 months ago", "lengthSeconds": 183, "liveNow": false, "premium": false, "isUpcoming": false }, { "type": "video", "title": "Rick Astley - Either Way (Chris Stapleton Cover)", "videoId": "zN_GNb_QXKk", "author": "Rick Astley", "authorId": "UCuAXFkgsw1L7xaCfnd5JJOw", "authorUrl": "/channel/UCuAXFkgsw1L7xaCfnd5JJOw", "authorVerified": true, "videoThumbnails": [ { "quality": "maxres", "url": "https://inv.vern.cc/vi/zN_GNb_QXKk/maxres.jpg", "width": 1280, "height": 720 }, { "quality": "maxresdefault", "url": "https://inv.vern.cc/vi/zN_GNb_QXKk/maxresdefault.jpg", "width": 1280, "height": 720 }, { "quality": "sddefault", "url": "https://inv.vern.cc/vi/zN_GNb_QXKk/sddefault.jpg", "width": 640, "height": 480 }, { "quality": "high", "url": "https://inv.vern.cc/vi/zN_GNb_QXKk/hqdefault.jpg", "width": 480, "height": 360 }, { "quality": "medium", "url": "https://inv.vern.cc/vi/zN_GNb_QXKk/mqdefault.jpg", "width": 320, "height": 180 }, { "quality": "default", "url": "https://inv.vern.cc/vi/zN_GNb_QXKk/default.jpg", "width": 120, "height": 90 }, { "quality": "start", "url": "https://inv.vern.cc/vi/zN_GNb_QXKk/1.jpg", "width": 120, "height": 90 }, { "quality": "middle", "url": "https://inv.vern.cc/vi/zN_GNb_QXKk/2.jpg", "width": 120, "height": 90 }, { "quality": "end", "url": "https://inv.vern.cc/vi/zN_GNb_QXKk/3.jpg", "width": 120, "height": 90 } ], "description": "Rick performing 'Either Way' by Chris Stapleton from his studio.\n\nSubscribe to the official Rick Astley YouTube channel: https://RickAstley.lnk.to/YTSubID \n\nFollow Rick Astley:\nFacebook: https://Ri...", "descriptionHtml": "Rick performing 'Either Way' by Chris Stapleton from his studio.

Subscribe to the official Rick Astley YouTube channel: https://RickAstley.lnk.to/YTSubID

Follow Rick Astley:
Facebook: https://Ri...", "viewCount": 343027, "published": 1662671492, "publishedText": "8 months ago", "lengthSeconds": 173, "liveNow": false, "premium": false, "isUpcoming": false }, { "type": "video", "title": "Rick Astley - Never Gonna Give You Up (Official Animated Video)", "videoId": "LLFhKaqnWwk", "author": "Rick Astley", "authorId": "UCuAXFkgsw1L7xaCfnd5JJOw", "authorUrl": "/channel/UCuAXFkgsw1L7xaCfnd5JJOw", "authorVerified": true, "videoThumbnails": [ { "quality": "maxres", "url": "https://inv.vern.cc/vi/LLFhKaqnWwk/maxres.jpg", "width": 1280, "height": 720 }, { "quality": "maxresdefault", "url": "https://inv.vern.cc/vi/LLFhKaqnWwk/maxresdefault.jpg", "width": 1280, "height": 720 }, { "quality": "sddefault", "url": "https://inv.vern.cc/vi/LLFhKaqnWwk/sddefault.jpg", "width": 640, "height": 480 }, { "quality": "high", "url": "https://inv.vern.cc/vi/LLFhKaqnWwk/hqdefault.jpg", "width": 480, "height": 360 }, { "quality": "medium", "url": "https://inv.vern.cc/vi/LLFhKaqnWwk/mqdefault.jpg", "width": 320, "height": 180 }, { "quality": "default", "url": "https://inv.vern.cc/vi/LLFhKaqnWwk/default.jpg", "width": 120, "height": 90 }, { "quality": "start", "url": "https://inv.vern.cc/vi/LLFhKaqnWwk/1.jpg", "width": 120, "height": 90 }, { "quality": "middle", "url": "https://inv.vern.cc/vi/LLFhKaqnWwk/2.jpg", "width": 120, "height": 90 }, { "quality": "end", "url": "https://inv.vern.cc/vi/LLFhKaqnWwk/3.jpg", "width": 120, "height": 90 } ], "description": "The official animated video for \"Never Gonna Give You Up” by Rick Astley\nTaken from the album ‘Whenever You Need Somebody’ – deluxe 2CD and digital deluxe out now. Buy/stream here –...", "descriptionHtml": "The official animated video for "Never Gonna Give You Up” by Rick Astley
Taken from the album ‘Whenever You Need Somebody’ – deluxe 2CD and digital deluxe out now. Buy/stream here –...", "viewCount": 3003319, "published": 1654722692, "publishedText": "11 months ago", "lengthSeconds": 213, "liveNow": false, "premium": false, "isUpcoming": false }, { "type": "video", "title": "Rick Astley – My Arms Keep Missing You (Official Audio)", "videoId": "rZlQ28OeGMI", "author": "Rick Astley", "authorId": "UCuAXFkgsw1L7xaCfnd5JJOw", "authorUrl": "/channel/UCuAXFkgsw1L7xaCfnd5JJOw", "authorVerified": true, "videoThumbnails": [ { "quality": "maxres", "url": "https://inv.vern.cc/vi/rZlQ28OeGMI/maxres.jpg", "width": 1280, "height": 720 }, { "quality": "maxresdefault", "url": "https://inv.vern.cc/vi/rZlQ28OeGMI/maxresdefault.jpg", "width": 1280, "height": 720 }, { "quality": "sddefault", "url": "https://inv.vern.cc/vi/rZlQ28OeGMI/sddefault.jpg", "width": 640, "height": 480 }, { "quality": "high", "url": "https://inv.vern.cc/vi/rZlQ28OeGMI/hqdefault.jpg", "width": 480, "height": 360 }, { "quality": "medium", "url": "https://inv.vern.cc/vi/rZlQ28OeGMI/mqdefault.jpg", "width": 320, "height": 180 }, { "quality": "default", "url": "https://inv.vern.cc/vi/rZlQ28OeGMI/default.jpg", "width": 120, "height": 90 }, { "quality": "start", "url": "https://inv.vern.cc/vi/rZlQ28OeGMI/1.jpg", "width": 120, "height": 90 }, { "quality": "middle", "url": "https://inv.vern.cc/vi/rZlQ28OeGMI/2.jpg", "width": 120, "height": 90 }, { "quality": "end", "url": "https://inv.vern.cc/vi/rZlQ28OeGMI/3.jpg", "width": 120, "height": 90 } ], "description": "The official visualiser for “My Arms Keep Missing You” by Rick Astley\nTaken from the album ‘Whenever You Need Somebody’ – deluxe 2CD and digital deluxe out 20th May 2022. Pre-order...", "descriptionHtml": "The official visualiser for “My Arms Keep Missing You” by Rick Astley
Taken from the album ‘Whenever You Need Somebody’ – deluxe 2CD and digital deluxe out 20th May 2022. Pre-order...", "viewCount": 389810, "published": 1652044292, "publishedText": "1 year ago", "lengthSeconds": 195, "liveNow": false, "premium": false, "isUpcoming": false }, { "type": "video", "title": "Rick Astley - abcdefu (GAYLE Cover)", "videoId": "JIOPB36ALMM", "author": "Rick Astley", "authorId": "UCuAXFkgsw1L7xaCfnd5JJOw", "authorUrl": "/channel/UCuAXFkgsw1L7xaCfnd5JJOw", "authorVerified": true, "videoThumbnails": [ { "quality": "maxres", "url": "https://inv.vern.cc/vi/JIOPB36ALMM/maxres.jpg", "width": 1280, "height": 720 }, { "quality": "maxresdefault", "url": "https://inv.vern.cc/vi/JIOPB36ALMM/maxresdefault.jpg", "width": 1280, "height": 720 }, { "quality": "sddefault", "url": "https://inv.vern.cc/vi/JIOPB36ALMM/sddefault.jpg", "width": 640, "height": 480 }, { "quality": "high", "url": "https://inv.vern.cc/vi/JIOPB36ALMM/hqdefault.jpg", "width": 480, "height": 360 }, { "quality": "medium", "url": "https://inv.vern.cc/vi/JIOPB36ALMM/mqdefault.jpg", "width": 320, "height": 180 }, { "quality": "default", "url": "https://inv.vern.cc/vi/JIOPB36ALMM/default.jpg", "width": 120, "height": 90 }, { "quality": "start", "url": "https://inv.vern.cc/vi/JIOPB36ALMM/1.jpg", "width": 120, "height": 90 }, { "quality": "middle", "url": "https://inv.vern.cc/vi/JIOPB36ALMM/2.jpg", "width": 120, "height": 90 }, { "quality": "end", "url": "https://inv.vern.cc/vi/JIOPB36ALMM/3.jpg", "width": 120, "height": 90 } ], "description": "Rick performing 'abcdefu' by GAYLE from his sudio.\n\nSubscribe to the official Rick Astley YouTube channel: https://RickAstley.lnk.to/YTSubID \n\nFollow Rick Astley:\nFacebook: https://RickAstley.lnk.t...", "descriptionHtml": "Rick performing 'abcdefu' by GAYLE from his sudio.

Subscribe to the official Rick Astley YouTube channel: https://RickAstley.lnk.to/YTSubID

Follow Rick Astley:
Facebook: https://RickAstley.lnk.t...", "viewCount": 1321837, "published": 1652044292, "publishedText": "1 year ago", "lengthSeconds": 170, "liveNow": false, "premium": false, "isUpcoming": false }, { "type": "video", "title": "Rick Astley & KT Tunstall - Highway to Hell (Fan Footage Edit)", "videoId": "a5-m422jFkA", "author": "Rick Astley", "authorId": "UCuAXFkgsw1L7xaCfnd5JJOw", "authorUrl": "/channel/UCuAXFkgsw1L7xaCfnd5JJOw", "authorVerified": true, "videoThumbnails": [ { "quality": "maxres", "url": "https://inv.vern.cc/vi/a5-m422jFkA/maxres.jpg", "width": 1280, "height": 720 }, { "quality": "maxresdefault", "url": "https://inv.vern.cc/vi/a5-m422jFkA/maxresdefault.jpg", "width": 1280, "height": 720 }, { "quality": "sddefault", "url": "https://inv.vern.cc/vi/a5-m422jFkA/sddefault.jpg", "width": 640, "height": 480 }, { "quality": "high", "url": "https://inv.vern.cc/vi/a5-m422jFkA/hqdefault.jpg", "width": 480, "height": 360 }, { "quality": "medium", "url": "https://inv.vern.cc/vi/a5-m422jFkA/mqdefault.jpg", "width": 320, "height": 180 }, { "quality": "default", "url": "https://inv.vern.cc/vi/a5-m422jFkA/default.jpg", "width": 120, "height": 90 }, { "quality": "start", "url": "https://inv.vern.cc/vi/a5-m422jFkA/1.jpg", "width": 120, "height": 90 }, { "quality": "middle", "url": "https://inv.vern.cc/vi/a5-m422jFkA/2.jpg", "width": 120, "height": 90 }, { "quality": "end", "url": "https://inv.vern.cc/vi/a5-m422jFkA/3.jpg", "width": 120, "height": 90 } ], "description": "So grateful we got to tour this year! I want to thank our amazing crew, band, KT Tunstall and all of you! I think this fan footage video from our NHS show in Wembley last month perfectly sums...", "descriptionHtml": "So grateful we got to tour this year! I want to thank our amazing crew, band, KT Tunstall and all of you! I think this fan footage video from our NHS show in Wembley last month perfectly sums...", "viewCount": 329154, "published": 1652044292, "publishedText": "1 year ago", "lengthSeconds": 238, "liveNow": false, "premium": false, "isUpcoming": false }, { "type": "video", "title": "Rick Astley - Love This Christmas (Bloopers)", "videoId": "8l7ke2AuNls", "author": "Rick Astley", "authorId": "UCuAXFkgsw1L7xaCfnd5JJOw", "authorUrl": "/channel/UCuAXFkgsw1L7xaCfnd5JJOw", "authorVerified": true, "videoThumbnails": [ { "quality": "maxres", "url": "https://inv.vern.cc/vi/8l7ke2AuNls/maxres.jpg", "width": 1280, "height": 720 }, { "quality": "maxresdefault", "url": "https://inv.vern.cc/vi/8l7ke2AuNls/maxresdefault.jpg", "width": 1280, "height": 720 }, { "quality": "sddefault", "url": "https://inv.vern.cc/vi/8l7ke2AuNls/sddefault.jpg", "width": 640, "height": 480 }, { "quality": "high", "url": "https://inv.vern.cc/vi/8l7ke2AuNls/hqdefault.jpg", "width": 480, "height": 360 }, { "quality": "medium", "url": "https://inv.vern.cc/vi/8l7ke2AuNls/mqdefault.jpg", "width": 320, "height": 180 }, { "quality": "default", "url": "https://inv.vern.cc/vi/8l7ke2AuNls/default.jpg", "width": 120, "height": 90 }, { "quality": "start", "url": "https://inv.vern.cc/vi/8l7ke2AuNls/1.jpg", "width": 120, "height": 90 }, { "quality": "middle", "url": "https://inv.vern.cc/vi/8l7ke2AuNls/2.jpg", "width": 120, "height": 90 }, { "quality": "end", "url": "https://inv.vern.cc/vi/8l7ke2AuNls/3.jpg", "width": 120, "height": 90 } ], "description": "Stream/Download the single: https://RickAstley.lnk.to/ChristmasID #Rickmas\n\nSubscribe to the official Rick Astley YouTube channel: https://RickAstley.lnk.to/YTSubID \n\nFollow Rick Astley:\nFacebook:...", "descriptionHtml": "Stream/Download the single: https://RickAstley.lnk.to/ChristmasID #Rickmas

Subscribe to the official Rick Astley YouTube channel: https://RickAstley.lnk.to/YTSubID

Follow Rick Astley:
Facebook:...", "viewCount": 252396, "published": 1652044292, "publishedText": "1 year ago", "lengthSeconds": 88, "liveNow": false, "premium": false, "isUpcoming": false }, { "type": "video", "title": "Everlong (Cover) at the Mikkeller Brewpub, Exmouth Market, London", "videoId": "wM9febKLMac", "author": "Rick Astley", "authorId": "UCuAXFkgsw1L7xaCfnd5JJOw", "authorUrl": "/channel/UCuAXFkgsw1L7xaCfnd5JJOw", "authorVerified": true, "videoThumbnails": [ { "quality": "maxres", "url": "https://inv.vern.cc/vi/wM9febKLMac/maxres.jpg", "width": 1280, "height": 720 }, { "quality": "maxresdefault", "url": "https://inv.vern.cc/vi/wM9febKLMac/maxresdefault.jpg", "width": 1280, "height": 720 }, { "quality": "sddefault", "url": "https://inv.vern.cc/vi/wM9febKLMac/sddefault.jpg", "width": 640, "height": 480 }, { "quality": "high", "url": "https://inv.vern.cc/vi/wM9febKLMac/hqdefault.jpg", "width": 480, "height": 360 }, { "quality": "medium", "url": "https://inv.vern.cc/vi/wM9febKLMac/mqdefault.jpg", "width": 320, "height": 180 }, { "quality": "default", "url": "https://inv.vern.cc/vi/wM9febKLMac/default.jpg", "width": 120, "height": 90 }, { "quality": "start", "url": "https://inv.vern.cc/vi/wM9febKLMac/1.jpg", "width": 120, "height": 90 }, { "quality": "middle", "url": "https://inv.vern.cc/vi/wM9febKLMac/2.jpg", "width": 120, "height": 90 }, { "quality": "end", "url": "https://inv.vern.cc/vi/wM9febKLMac/3.jpg", "width": 120, "height": 90 } ], "description": "https://www.mikkellerbrewpublondon.com\n\nSubscribe to the official Rick Astley YouTube channel: https://RickAstley.lnk.to/YTSubID \n\nFollow Rick Astley:\nFacebook: https://RickAstley.lnk.to/FBFollowID...", "descriptionHtml": "https://www.mikkellerbrewpublondon.com

Subscribe to the official Rick Astley YouTube channel: https://RickAstley.lnk.to/YTSubID

Follow Rick Astley:
Facebook: https://RickAstley.lnk.to/FBFollowID...", "viewCount": 345919, "published": 1652044292, "publishedText": "1 year ago", "lengthSeconds": 262, "liveNow": false, "premium": false, "isUpcoming": false }, { "type": "video", "title": "Rick Astley - Unwanted (Official Song from the Podcast) (Lyric Video) [Remastered in 4K]", "videoId": "lU1EmTA4J60", "author": "Rick Astley", "authorId": "UCuAXFkgsw1L7xaCfnd5JJOw", "authorUrl": "/channel/UCuAXFkgsw1L7xaCfnd5JJOw", "authorVerified": true, "videoThumbnails": [ { "quality": "maxres", "url": "https://inv.vern.cc/vi/lU1EmTA4J60/maxres.jpg", "width": 1280, "height": 720 }, { "quality": "maxresdefault", "url": "https://inv.vern.cc/vi/lU1EmTA4J60/maxresdefault.jpg", "width": 1280, "height": 720 }, { "quality": "sddefault", "url": "https://inv.vern.cc/vi/lU1EmTA4J60/sddefault.jpg", "width": 640, "height": 480 }, { "quality": "high", "url": "https://inv.vern.cc/vi/lU1EmTA4J60/hqdefault.jpg", "width": 480, "height": 360 }, { "quality": "medium", "url": "https://inv.vern.cc/vi/lU1EmTA4J60/mqdefault.jpg", "width": 320, "height": 180 }, { "quality": "default", "url": "https://inv.vern.cc/vi/lU1EmTA4J60/default.jpg", "width": 120, "height": 90 }, { "quality": "start", "url": "https://inv.vern.cc/vi/lU1EmTA4J60/1.jpg", "width": 120, "height": 90 }, { "quality": "middle", "url": "https://inv.vern.cc/vi/lU1EmTA4J60/2.jpg", "width": 120, "height": 90 }, { "quality": "end", "url": "https://inv.vern.cc/vi/lU1EmTA4J60/3.jpg", "width": 120, "height": 90 } ], "description": "The official theme song for the original Podcast 'Unwanted'.\nStream/Download: https://rickastley.lnk.to/UnwantedID\n\nListen to the Podcast on: \nApple Podcasts: https://podcasts.apple.com/us/podcast/...", "descriptionHtml": "The official theme song for the original Podcast 'Unwanted'.
Stream/Download: https://rickastley.lnk.to/UnwantedID

Listen to the Podcast on:
Apple Podcasts: https://podcasts.apple.com/us/podcast/...", "viewCount": 1220114, "published": 1620508292, "publishedText": "2 years ago", "lengthSeconds": 213, "liveNow": false, "premium": false, "isUpcoming": false }, { "type": "video", "title": "Rick Astley - My Girl (The Temptations Cover)", "videoId": "Ml1Y6bBXUpI", "author": "Rick Astley", "authorId": "UCuAXFkgsw1L7xaCfnd5JJOw", "authorUrl": "/channel/UCuAXFkgsw1L7xaCfnd5JJOw", "authorVerified": true, "videoThumbnails": [ { "quality": "maxres", "url": "https://inv.vern.cc/vi/Ml1Y6bBXUpI/maxres.jpg", "width": 1280, "height": 720 }, { "quality": "maxresdefault", "url": "https://inv.vern.cc/vi/Ml1Y6bBXUpI/maxresdefault.jpg", "width": 1280, "height": 720 }, { "quality": "sddefault", "url": "https://inv.vern.cc/vi/Ml1Y6bBXUpI/sddefault.jpg", "width": 640, "height": 480 }, { "quality": "high", "url": "https://inv.vern.cc/vi/Ml1Y6bBXUpI/hqdefault.jpg", "width": 480, "height": 360 }, { "quality": "medium", "url": "https://inv.vern.cc/vi/Ml1Y6bBXUpI/mqdefault.jpg", "width": 320, "height": 180 }, { "quality": "default", "url": "https://inv.vern.cc/vi/Ml1Y6bBXUpI/default.jpg", "width": 120, "height": 90 }, { "quality": "start", "url": "https://inv.vern.cc/vi/Ml1Y6bBXUpI/1.jpg", "width": 120, "height": 90 }, { "quality": "middle", "url": "https://inv.vern.cc/vi/Ml1Y6bBXUpI/2.jpg", "width": 120, "height": 90 }, { "quality": "end", "url": "https://inv.vern.cc/vi/Ml1Y6bBXUpI/3.jpg", "width": 120, "height": 90 } ], "description": "Cover of one of my favourite songs, 'My Girl' by The Temptations.\n\nSubscribe to the official Rick Astley YouTube channel: https://RickAstley.lnk.to/YTSubID \n\nFollow Rick Astley:\nFacebook: https://R...", "descriptionHtml": "Cover of one of my favourite songs, 'My Girl' by The Temptations.

Subscribe to the official Rick Astley YouTube channel: https://RickAstley.lnk.to/YTSubID

Follow Rick Astley:
Facebook: https://R...", "viewCount": 1221752, "published": 1620508292, "publishedText": "2 years ago", "lengthSeconds": 197, "liveNow": false, "premium": false, "isUpcoming": false }, { "type": "video", "title": "Rick Astley | Looking Back At Rehearsals In September 2020", "videoId": "7-vnfNrCUI0", "author": "Rick Astley", "authorId": "UCuAXFkgsw1L7xaCfnd5JJOw", "authorUrl": "/channel/UCuAXFkgsw1L7xaCfnd5JJOw", "authorVerified": true, "videoThumbnails": [ { "quality": "maxres", "url": "https://inv.vern.cc/vi/7-vnfNrCUI0/maxres.jpg", "width": 1280, "height": 720 }, { "quality": "maxresdefault", "url": "https://inv.vern.cc/vi/7-vnfNrCUI0/maxresdefault.jpg", "width": 1280, "height": 720 }, { "quality": "sddefault", "url": "https://inv.vern.cc/vi/7-vnfNrCUI0/sddefault.jpg", "width": 640, "height": 480 }, { "quality": "high", "url": "https://inv.vern.cc/vi/7-vnfNrCUI0/hqdefault.jpg", "width": 480, "height": 360 }, { "quality": "medium", "url": "https://inv.vern.cc/vi/7-vnfNrCUI0/mqdefault.jpg", "width": 320, "height": 180 }, { "quality": "default", "url": "https://inv.vern.cc/vi/7-vnfNrCUI0/default.jpg", "width": 120, "height": 90 }, { "quality": "start", "url": "https://inv.vern.cc/vi/7-vnfNrCUI0/1.jpg", "width": 120, "height": 90 }, { "quality": "middle", "url": "https://inv.vern.cc/vi/7-vnfNrCUI0/2.jpg", "width": 120, "height": 90 }, { "quality": "end", "url": "https://inv.vern.cc/vi/7-vnfNrCUI0/3.jpg", "width": 120, "height": 90 } ], "description": "Back in September we had a chance to rehearse as a band together for one of the only times since the start of the Covid crisis. As we all know, lockdowns soon returned afterward, but I wanted...", "descriptionHtml": "Back in September we had a chance to rehearse as a band together for one of the only times since the start of the Covid crisis. As we all know, lockdowns soon returned afterward, but I wanted...", "viewCount": 168370, "published": 1620508292, "publishedText": "2 years ago", "lengthSeconds": 157, "liveNow": false, "premium": false, "isUpcoming": false }, { "type": "video", "title": "Rick Astley - Love This Christmas (Behind The Scenes)", "videoId": "7Ja8FB7Z_jY", "author": "Rick Astley", "authorId": "UCuAXFkgsw1L7xaCfnd5JJOw", "authorUrl": "/channel/UCuAXFkgsw1L7xaCfnd5JJOw", "authorVerified": true, "videoThumbnails": [ { "quality": "maxres", "url": "https://inv.vern.cc/vi/7Ja8FB7Z_jY/maxres.jpg", "width": 1280, "height": 720 }, { "quality": "maxresdefault", "url": "https://inv.vern.cc/vi/7Ja8FB7Z_jY/maxresdefault.jpg", "width": 1280, "height": 720 }, { "quality": "sddefault", "url": "https://inv.vern.cc/vi/7Ja8FB7Z_jY/sddefault.jpg", "width": 640, "height": 480 }, { "quality": "high", "url": "https://inv.vern.cc/vi/7Ja8FB7Z_jY/hqdefault.jpg", "width": 480, "height": 360 }, { "quality": "medium", "url": "https://inv.vern.cc/vi/7Ja8FB7Z_jY/mqdefault.jpg", "width": 320, "height": 180 }, { "quality": "default", "url": "https://inv.vern.cc/vi/7Ja8FB7Z_jY/default.jpg", "width": 120, "height": 90 }, { "quality": "start", "url": "https://inv.vern.cc/vi/7Ja8FB7Z_jY/1.jpg", "width": 120, "height": 90 }, { "quality": "middle", "url": "https://inv.vern.cc/vi/7Ja8FB7Z_jY/2.jpg", "width": 120, "height": 90 }, { "quality": "end", "url": "https://inv.vern.cc/vi/7Ja8FB7Z_jY/3.jpg", "width": 120, "height": 90 } ], "description": "Behind the scenes of the official video for Love This Christmas by Rick Astley.\nStream/Download the single: https://RickAstley.lnk.to/ChristmasID\n \nSubscribe to the official Rick Astley YouTube...", "descriptionHtml": "Behind the scenes of the official video for Love This Christmas by Rick Astley.
Stream/Download the single: https://RickAstley.lnk.to/ChristmasID

Subscribe to the official Rick Astley YouTube...", "viewCount": 158567, "published": 1620508292, "publishedText": "2 years ago", "lengthSeconds": 185, "liveNow": false, "premium": false, "isUpcoming": false }, { "type": "video", "title": "Rick Astley - Love This Christmas (Official Music Video)", "videoId": "uYCUNULp868", "author": "Rick Astley", "authorId": "UCuAXFkgsw1L7xaCfnd5JJOw", "authorUrl": "/channel/UCuAXFkgsw1L7xaCfnd5JJOw", "authorVerified": true, "videoThumbnails": [ { "quality": "maxres", "url": "https://inv.vern.cc/vi/uYCUNULp868/maxres.jpg", "width": 1280, "height": 720 }, { "quality": "maxresdefault", "url": "https://inv.vern.cc/vi/uYCUNULp868/maxresdefault.jpg", "width": 1280, "height": 720 }, { "quality": "sddefault", "url": "https://inv.vern.cc/vi/uYCUNULp868/sddefault.jpg", "width": 640, "height": 480 }, { "quality": "high", "url": "https://inv.vern.cc/vi/uYCUNULp868/hqdefault.jpg", "width": 480, "height": 360 }, { "quality": "medium", "url": "https://inv.vern.cc/vi/uYCUNULp868/mqdefault.jpg", "width": 320, "height": 180 }, { "quality": "default", "url": "https://inv.vern.cc/vi/uYCUNULp868/default.jpg", "width": 120, "height": 90 }, { "quality": "start", "url": "https://inv.vern.cc/vi/uYCUNULp868/1.jpg", "width": 120, "height": 90 }, { "quality": "middle", "url": "https://inv.vern.cc/vi/uYCUNULp868/2.jpg", "width": 120, "height": 90 }, { "quality": "end", "url": "https://inv.vern.cc/vi/uYCUNULp868/3.jpg", "width": 120, "height": 90 } ], "description": "The official video for Love This Christmas by Rick Astley.\nhttp://rick-astley.lnk.to/ChristmasVinyl\n \nSubscribe to the official Rick Astley YouTube channel: https://RickAstley.lnk.to/YTSubID...", "descriptionHtml": "The official video for Love This Christmas by Rick Astley.
http://rick-astley.lnk.to/ChristmasVinyl

Subscribe to the official Rick Astley YouTube channel: https://RickAstley.lnk.to/YTSubID...", "viewCount": 1785731, "published": 1620508292, "publishedText": "2 years ago", "lengthSeconds": 241, "liveNow": false, "premium": false, "isUpcoming": false }, { "type": "video", "title": "Rick Astley - Love This Christmas (Lyric Video)", "videoId": "ucg3wvgk_Ac", "author": "Rick Astley", "authorId": "UCuAXFkgsw1L7xaCfnd5JJOw", "authorUrl": "/channel/UCuAXFkgsw1L7xaCfnd5JJOw", "authorVerified": true, "videoThumbnails": [ { "quality": "maxres", "url": "https://inv.vern.cc/vi/ucg3wvgk_Ac/maxres.jpg", "width": 1280, "height": 720 }, { "quality": "maxresdefault", "url": "https://inv.vern.cc/vi/ucg3wvgk_Ac/maxresdefault.jpg", "width": 1280, "height": 720 }, { "quality": "sddefault", "url": "https://inv.vern.cc/vi/ucg3wvgk_Ac/sddefault.jpg", "width": 640, "height": 480 }, { "quality": "high", "url": "https://inv.vern.cc/vi/ucg3wvgk_Ac/hqdefault.jpg", "width": 480, "height": 360 }, { "quality": "medium", "url": "https://inv.vern.cc/vi/ucg3wvgk_Ac/mqdefault.jpg", "width": 320, "height": 180 }, { "quality": "default", "url": "https://inv.vern.cc/vi/ucg3wvgk_Ac/default.jpg", "width": 120, "height": 90 }, { "quality": "start", "url": "https://inv.vern.cc/vi/ucg3wvgk_Ac/1.jpg", "width": 120, "height": 90 }, { "quality": "middle", "url": "https://inv.vern.cc/vi/ucg3wvgk_Ac/2.jpg", "width": 120, "height": 90 }, { "quality": "end", "url": "https://inv.vern.cc/vi/ucg3wvgk_Ac/3.jpg", "width": 120, "height": 90 } ], "description": "Love This Christmas is out now! \nStream/Download here: https://RickAstley.lnk.to/ChristmasYT\n\nSubscribe to the official Rick Astley YouTube channel: https://RickAstley.lnk.to/YTSubID \n\nFollow...", "descriptionHtml": "Love This Christmas is out now!
Stream/Download here: https://RickAstley.lnk.to/ChristmasYT

Subscribe to the official Rick Astley YouTube channel: https://RickAstley.lnk.to/YTSubID

Follow...", "viewCount": 214131, "published": 1620508292, "publishedText": "2 years ago", "lengthSeconds": 199, "liveNow": false, "premium": false, "isUpcoming": false }, { "type": "video", "title": "Rick Astley ft.The Unsung Heroes - Every One of Us (Lyric Video)", "videoId": "pD3BaCNQXmE", "author": "Rick Astley", "authorId": "UCuAXFkgsw1L7xaCfnd5JJOw", "authorUrl": "/channel/UCuAXFkgsw1L7xaCfnd5JJOw", "authorVerified": true, "videoThumbnails": [ { "quality": "maxres", "url": "https://inv.vern.cc/vi/pD3BaCNQXmE/maxres.jpg", "width": 1280, "height": 720 }, { "quality": "maxresdefault", "url": "https://inv.vern.cc/vi/pD3BaCNQXmE/maxresdefault.jpg", "width": 1280, "height": 720 }, { "quality": "sddefault", "url": "https://inv.vern.cc/vi/pD3BaCNQXmE/sddefault.jpg", "width": 640, "height": 480 }, { "quality": "high", "url": "https://inv.vern.cc/vi/pD3BaCNQXmE/hqdefault.jpg", "width": 480, "height": 360 }, { "quality": "medium", "url": "https://inv.vern.cc/vi/pD3BaCNQXmE/mqdefault.jpg", "width": 320, "height": 180 }, { "quality": "default", "url": "https://inv.vern.cc/vi/pD3BaCNQXmE/default.jpg", "width": 120, "height": 90 }, { "quality": "start", "url": "https://inv.vern.cc/vi/pD3BaCNQXmE/1.jpg", "width": 120, "height": 90 }, { "quality": "middle", "url": "https://inv.vern.cc/vi/pD3BaCNQXmE/2.jpg", "width": 120, "height": 90 }, { "quality": "end", "url": "https://inv.vern.cc/vi/pD3BaCNQXmE/3.jpg", "width": 120, "height": 90 } ], "description": "Taken from the album 'The Best of Me', out now. Buy/Listen: https://RickAstley.lnk.to/BestID\n\nLimited edition formats available on Rick's store: https://RickAstley.lnk.to/storeID\nTour dates:...", "descriptionHtml": "Taken from the album 'The Best of Me', out now. Buy/Listen: https://RickAstley.lnk.to/BestID

Limited edition formats available on Rick's store: https://RickAstley.lnk.to/storeID
Tour dates:...", "viewCount": 224353, "published": 1620508292, "publishedText": "2 years ago", "lengthSeconds": 208, "liveNow": false, "premium": false, "isUpcoming": false }, { "type": "video", "title": "Rick Astley ft.The Unsung Heroes - Every One of Us (Heroes Edit) (Official Music Video)", "videoId": "7ZjBiDVoTTE", "author": "Rick Astley", "authorId": "UCuAXFkgsw1L7xaCfnd5JJOw", "authorUrl": "/channel/UCuAXFkgsw1L7xaCfnd5JJOw", "authorVerified": true, "videoThumbnails": [ { "quality": "maxres", "url": "https://inv.vern.cc/vi/7ZjBiDVoTTE/maxres.jpg", "width": 1280, "height": 720 }, { "quality": "maxresdefault", "url": "https://inv.vern.cc/vi/7ZjBiDVoTTE/maxresdefault.jpg", "width": 1280, "height": 720 }, { "quality": "sddefault", "url": "https://inv.vern.cc/vi/7ZjBiDVoTTE/sddefault.jpg", "width": 640, "height": 480 }, { "quality": "high", "url": "https://inv.vern.cc/vi/7ZjBiDVoTTE/hqdefault.jpg", "width": 480, "height": 360 }, { "quality": "medium", "url": "https://inv.vern.cc/vi/7ZjBiDVoTTE/mqdefault.jpg", "width": 320, "height": 180 }, { "quality": "default", "url": "https://inv.vern.cc/vi/7ZjBiDVoTTE/default.jpg", "width": 120, "height": 90 }, { "quality": "start", "url": "https://inv.vern.cc/vi/7ZjBiDVoTTE/1.jpg", "width": 120, "height": 90 }, { "quality": "middle", "url": "https://inv.vern.cc/vi/7ZjBiDVoTTE/2.jpg", "width": 120, "height": 90 }, { "quality": "end", "url": "https://inv.vern.cc/vi/7ZjBiDVoTTE/3.jpg", "width": 120, "height": 90 } ], "description": "The official video for Rick Astley - Every One of Us feat. The Unsung Heroes. Taken from the album 'The Best of Me' out now. Buy/Listen: https://RickAstley.lnk.to/BestID\n\nListen to 'Every One...", "descriptionHtml": "The official video for Rick Astley - Every One of Us feat. The Unsung Heroes. Taken from the album 'The Best of Me' out now. Buy/Listen: https://RickAstley.lnk.to/BestID

Listen to 'Every One...", "viewCount": 451426, "published": 1620508292, "publishedText": "2 years ago", "lengthSeconds": 208, "liveNow": false, "premium": false, "isUpcoming": false }, { "type": "video", "title": "Rick Astley - Better Now (Post Malone Cover)", "videoId": "Sik_gQ-tHHc", "author": "Rick Astley", "authorId": "UCuAXFkgsw1L7xaCfnd5JJOw", "authorUrl": "/channel/UCuAXFkgsw1L7xaCfnd5JJOw", "authorVerified": true, "videoThumbnails": [ { "quality": "maxres", "url": "https://inv.vern.cc/vi/Sik_gQ-tHHc/maxres.jpg", "width": 1280, "height": 720 }, { "quality": "maxresdefault", "url": "https://inv.vern.cc/vi/Sik_gQ-tHHc/maxresdefault.jpg", "width": 1280, "height": 720 }, { "quality": "sddefault", "url": "https://inv.vern.cc/vi/Sik_gQ-tHHc/sddefault.jpg", "width": 640, "height": 480 }, { "quality": "high", "url": "https://inv.vern.cc/vi/Sik_gQ-tHHc/hqdefault.jpg", "width": 480, "height": 360 }, { "quality": "medium", "url": "https://inv.vern.cc/vi/Sik_gQ-tHHc/mqdefault.jpg", "width": 320, "height": 180 }, { "quality": "default", "url": "https://inv.vern.cc/vi/Sik_gQ-tHHc/default.jpg", "width": 120, "height": 90 }, { "quality": "start", "url": "https://inv.vern.cc/vi/Sik_gQ-tHHc/1.jpg", "width": 120, "height": 90 }, { "quality": "middle", "url": "https://inv.vern.cc/vi/Sik_gQ-tHHc/2.jpg", "width": 120, "height": 90 }, { "quality": "end", "url": "https://inv.vern.cc/vi/Sik_gQ-tHHc/3.jpg", "width": 120, "height": 90 } ], "description": "My cover of Better Now by Post Malone.\n\nMy album 'The Best of Me' out now. Buy/Listen: https://RickAstley.lnk.to/BestID\n\nLimited edition formats available on Rick's store: https://RickAstley.lnk.to...", "descriptionHtml": "My cover of Better Now by Post Malone.

My album 'The Best of Me' out now. Buy/Listen: https://RickAstley.lnk.to/BestID

Limited edition formats available on Rick's store: https://RickAstley.lnk.to...", "viewCount": 2524787, "published": 1620508292, "publishedText": "2 years ago", "lengthSeconds": 216, "liveNow": false, "premium": false, "isUpcoming": false }, { "type": "video", "title": "Rick Astley - Titanium (Cover)", "videoId": "L_vnEHDjfZ8", "author": "Rick Astley", "authorId": "UCuAXFkgsw1L7xaCfnd5JJOw", "authorUrl": "/channel/UCuAXFkgsw1L7xaCfnd5JJOw", "authorVerified": true, "videoThumbnails": [ { "quality": "maxres", "url": "https://inv.vern.cc/vi/L_vnEHDjfZ8/maxres.jpg", "width": 1280, "height": 720 }, { "quality": "maxresdefault", "url": "https://inv.vern.cc/vi/L_vnEHDjfZ8/maxresdefault.jpg", "width": 1280, "height": 720 }, { "quality": "sddefault", "url": "https://inv.vern.cc/vi/L_vnEHDjfZ8/sddefault.jpg", "width": 640, "height": 480 }, { "quality": "high", "url": "https://inv.vern.cc/vi/L_vnEHDjfZ8/hqdefault.jpg", "width": 480, "height": 360 }, { "quality": "medium", "url": "https://inv.vern.cc/vi/L_vnEHDjfZ8/mqdefault.jpg", "width": 320, "height": 180 }, { "quality": "default", "url": "https://inv.vern.cc/vi/L_vnEHDjfZ8/default.jpg", "width": 120, "height": 90 }, { "quality": "start", "url": "https://inv.vern.cc/vi/L_vnEHDjfZ8/1.jpg", "width": 120, "height": 90 }, { "quality": "middle", "url": "https://inv.vern.cc/vi/L_vnEHDjfZ8/2.jpg", "width": 120, "height": 90 }, { "quality": "end", "url": "https://inv.vern.cc/vi/L_vnEHDjfZ8/3.jpg", "width": 120, "height": 90 } ], "description": "Rick performing Titanium from his home studio. Cover of the amazing song by Sia, David Guetta, Giorgio Tuinfort and Afrojack.\n\nThe album 'The Best of Me' is out now. Buy/Listen: https://RickAstley....", "descriptionHtml": "Rick performing Titanium from his home studio. Cover of the amazing song by Sia, David Guetta, Giorgio Tuinfort and Afrojack.

The album 'The Best of Me' is out now. Buy/Listen: https://RickAstley....", "viewCount": 2551523, "published": 1620508292, "publishedText": "2 years ago", "lengthSeconds": 247, "liveNow": false, "premium": false, "isUpcoming": false }, { "type": "video", "title": "Welcome to the Official Rick Astley Youtube Channel", "videoId": "m1k3Cpke4yU", "author": "Rick Astley", "authorId": "UCuAXFkgsw1L7xaCfnd5JJOw", "authorUrl": "/channel/UCuAXFkgsw1L7xaCfnd5JJOw", "authorVerified": true, "videoThumbnails": [ { "quality": "maxres", "url": "https://inv.vern.cc/vi/m1k3Cpke4yU/maxres.jpg", "width": 1280, "height": 720 }, { "quality": "maxresdefault", "url": "https://inv.vern.cc/vi/m1k3Cpke4yU/maxresdefault.jpg", "width": 1280, "height": 720 }, { "quality": "sddefault", "url": "https://inv.vern.cc/vi/m1k3Cpke4yU/sddefault.jpg", "width": 640, "height": 480 }, { "quality": "high", "url": "https://inv.vern.cc/vi/m1k3Cpke4yU/hqdefault.jpg", "width": 480, "height": 360 }, { "quality": "medium", "url": "https://inv.vern.cc/vi/m1k3Cpke4yU/mqdefault.jpg", "width": 320, "height": 180 }, { "quality": "default", "url": "https://inv.vern.cc/vi/m1k3Cpke4yU/default.jpg", "width": 120, "height": 90 }, { "quality": "start", "url": "https://inv.vern.cc/vi/m1k3Cpke4yU/1.jpg", "width": 120, "height": 90 }, { "quality": "middle", "url": "https://inv.vern.cc/vi/m1k3Cpke4yU/2.jpg", "width": 120, "height": 90 }, { "quality": "end", "url": "https://inv.vern.cc/vi/m1k3Cpke4yU/3.jpg", "width": 120, "height": 90 } ], "description": "Welcome to the Official Rick Astley YouTube Channel!\n\nSubscribe to the official Rick Astley YouTube channel: https://RickAstley.lnk.to/YTSubID \n\nFollow Rick Astley:\nFacebook: https://RickAstley.lnk...", "descriptionHtml": "Welcome to the Official Rick Astley YouTube Channel!

Subscribe to the official Rick Astley YouTube channel: https://RickAstley.lnk.to/YTSubID

Follow Rick Astley:
Facebook: https://RickAstley.lnk...", "viewCount": 3738961, "published": 1620508292, "publishedText": "2 years ago", "lengthSeconds": 71, "liveNow": false, "premium": false, "isUpcoming": false }, { "type": "video", "title": "Rick Astley - Everlong (Foo Fighters Cover)", "videoId": "C5oeWHngDS4", "author": "Rick Astley", "authorId": "UCuAXFkgsw1L7xaCfnd5JJOw", "authorUrl": "/channel/UCuAXFkgsw1L7xaCfnd5JJOw", "authorVerified": true, "videoThumbnails": [ { "quality": "maxres", "url": "https://inv.vern.cc/vi/C5oeWHngDS4/maxres.jpg", "width": 1280, "height": 720 }, { "quality": "maxresdefault", "url": "https://inv.vern.cc/vi/C5oeWHngDS4/maxresdefault.jpg", "width": 1280, "height": 720 }, { "quality": "sddefault", "url": "https://inv.vern.cc/vi/C5oeWHngDS4/sddefault.jpg", "width": 640, "height": 480 }, { "quality": "high", "url": "https://inv.vern.cc/vi/C5oeWHngDS4/hqdefault.jpg", "width": 480, "height": 360 }, { "quality": "medium", "url": "https://inv.vern.cc/vi/C5oeWHngDS4/mqdefault.jpg", "width": 320, "height": 180 }, { "quality": "default", "url": "https://inv.vern.cc/vi/C5oeWHngDS4/default.jpg", "width": 120, "height": 90 }, { "quality": "start", "url": "https://inv.vern.cc/vi/C5oeWHngDS4/1.jpg", "width": 120, "height": 90 }, { "quality": "middle", "url": "https://inv.vern.cc/vi/C5oeWHngDS4/2.jpg", "width": 120, "height": 90 }, { "quality": "end", "url": "https://inv.vern.cc/vi/C5oeWHngDS4/3.jpg", "width": 120, "height": 90 } ], "description": "Rick performing Everlong by Foo Fighters live from home.\nThe album, 'The Best of Me' is out now. Buy/Listen: https://RickAstley.lnk.to/BestID\n\nSubscribe to the official Rick Astley YouTube...", "descriptionHtml": "Rick performing Everlong by Foo Fighters live from home.
The album, 'The Best of Me' is out now. Buy/Listen: https://RickAstley.lnk.to/BestID

Subscribe to the official Rick Astley YouTube...", "viewCount": 5050556, "published": 1620508292, "publishedText": "2 years ago", "lengthSeconds": 252, "liveNow": false, "premium": false, "isUpcoming": false }, { "type": "video", "title": "Love you Reddit, Merry Christmas - Rick x", "videoId": "2bpsRWbpxig", "author": "Rick Astley", "authorId": "UCuAXFkgsw1L7xaCfnd5JJOw", "authorUrl": "/channel/UCuAXFkgsw1L7xaCfnd5JJOw", "authorVerified": true, "videoThumbnails": [ { "quality": "maxres", "url": "https://inv.vern.cc/vi/2bpsRWbpxig/maxres.jpg", "width": 1280, "height": 720 }, { "quality": "maxresdefault", "url": "https://inv.vern.cc/vi/2bpsRWbpxig/maxresdefault.jpg", "width": 1280, "height": 720 }, { "quality": "sddefault", "url": "https://inv.vern.cc/vi/2bpsRWbpxig/sddefault.jpg", "width": 640, "height": 480 }, { "quality": "high", "url": "https://inv.vern.cc/vi/2bpsRWbpxig/hqdefault.jpg", "width": 480, "height": 360 }, { "quality": "medium", "url": "https://inv.vern.cc/vi/2bpsRWbpxig/mqdefault.jpg", "width": 320, "height": 180 }, { "quality": "default", "url": "https://inv.vern.cc/vi/2bpsRWbpxig/default.jpg", "width": 120, "height": 90 }, { "quality": "start", "url": "https://inv.vern.cc/vi/2bpsRWbpxig/1.jpg", "width": 120, "height": 90 }, { "quality": "middle", "url": "https://inv.vern.cc/vi/2bpsRWbpxig/2.jpg", "width": 120, "height": 90 }, { "quality": "end", "url": "https://inv.vern.cc/vi/2bpsRWbpxig/3.jpg", "width": 120, "height": 90 } ], "description": "Kunsthaus - Farbe ist meine welt\n\nSubscribe to the official Rick Astley YouTube channel: https://RickAstley.lnk.to/YTSubID \n\nFollow Rick Astley:\nFacebook: https://RickAstley.lnk.to/FBFollowID...", "descriptionHtml": "Kunsthaus - Farbe ist meine welt

Subscribe to the official Rick Astley YouTube channel: https://RickAstley.lnk.to/YTSubID

Follow Rick Astley:
Facebook: https://RickAstley.lnk.to/FBFollowID...", "viewCount": 201179, "published": 1588972292, "publishedText": "3 years ago", "lengthSeconds": 243, "liveNow": false, "premium": false, "isUpcoming": false }, { "type": "video", "title": "Rick Astley - Guitar Happiness #StaySafe #StayHome", "videoId": "oO8C2rw_huc", "author": "Rick Astley", "authorId": "UCuAXFkgsw1L7xaCfnd5JJOw", "authorUrl": "/channel/UCuAXFkgsw1L7xaCfnd5JJOw", "authorVerified": true, "videoThumbnails": [ { "quality": "maxres", "url": "https://inv.vern.cc/vi/oO8C2rw_huc/maxres.jpg", "width": 1280, "height": 720 }, { "quality": "maxresdefault", "url": "https://inv.vern.cc/vi/oO8C2rw_huc/maxresdefault.jpg", "width": 1280, "height": 720 }, { "quality": "sddefault", "url": "https://inv.vern.cc/vi/oO8C2rw_huc/sddefault.jpg", "width": 640, "height": 480 }, { "quality": "high", "url": "https://inv.vern.cc/vi/oO8C2rw_huc/hqdefault.jpg", "width": 480, "height": 360 }, { "quality": "medium", "url": "https://inv.vern.cc/vi/oO8C2rw_huc/mqdefault.jpg", "width": 320, "height": 180 }, { "quality": "default", "url": "https://inv.vern.cc/vi/oO8C2rw_huc/default.jpg", "width": 120, "height": 90 }, { "quality": "start", "url": "https://inv.vern.cc/vi/oO8C2rw_huc/1.jpg", "width": 120, "height": 90 }, { "quality": "middle", "url": "https://inv.vern.cc/vi/oO8C2rw_huc/2.jpg", "width": 120, "height": 90 }, { "quality": "end", "url": "https://inv.vern.cc/vi/oO8C2rw_huc/3.jpg", "width": 120, "height": 90 } ], "description": "Guitar Happiness - stay safe!\n\nSubscribe to the official Rick Astley YouTube channel: https://RickAstley.lnk.to/YTSubID \n\nFollow Rick Astley:\nFacebook: https://RickAstley.lnk.to/FBFollowID...", "descriptionHtml": "Guitar Happiness - stay safe!

Subscribe to the official Rick Astley YouTube channel: https://RickAstley.lnk.to/YTSubID

Follow Rick Astley:
Facebook: https://RickAstley.lnk.to/FBFollowID...", "viewCount": 35991, "published": 1588972292, "publishedText": "3 years ago", "lengthSeconds": 168, "liveNow": false, "premium": false, "isUpcoming": false }, { "type": "video", "title": "Jet Washing my Wheelie Bins", "videoId": "nn90l-LcoaM", "author": "Rick Astley", "authorId": "UCuAXFkgsw1L7xaCfnd5JJOw", "authorUrl": "/channel/UCuAXFkgsw1L7xaCfnd5JJOw", "authorVerified": true, "videoThumbnails": [ { "quality": "maxres", "url": "https://inv.vern.cc/vi/nn90l-LcoaM/maxres.jpg", "width": 1280, "height": 720 }, { "quality": "maxresdefault", "url": "https://inv.vern.cc/vi/nn90l-LcoaM/maxresdefault.jpg", "width": 1280, "height": 720 }, { "quality": "sddefault", "url": "https://inv.vern.cc/vi/nn90l-LcoaM/sddefault.jpg", "width": 640, "height": 480 }, { "quality": "high", "url": "https://inv.vern.cc/vi/nn90l-LcoaM/hqdefault.jpg", "width": 480, "height": 360 }, { "quality": "medium", "url": "https://inv.vern.cc/vi/nn90l-LcoaM/mqdefault.jpg", "width": 320, "height": 180 }, { "quality": "default", "url": "https://inv.vern.cc/vi/nn90l-LcoaM/default.jpg", "width": 120, "height": 90 }, { "quality": "start", "url": "https://inv.vern.cc/vi/nn90l-LcoaM/1.jpg", "width": 120, "height": 90 }, { "quality": "middle", "url": "https://inv.vern.cc/vi/nn90l-LcoaM/2.jpg", "width": 120, "height": 90 }, { "quality": "end", "url": "https://inv.vern.cc/vi/nn90l-LcoaM/3.jpg", "width": 120, "height": 90 } ], "description": "In celebration of the tickets selling out for my free concert in the SSE Arena, Wembley for NHS Frontline staff I’ve decided to get down and dirty! Rick x\n\nSubscribe to the official Rick...", "descriptionHtml": "In celebration of the tickets selling out for my free concert in the SSE Arena, Wembley for NHS Frontline staff I’ve decided to get down and dirty! Rick x

Subscribe to the official Rick...", "viewCount": 185824, "published": 1588972292, "publishedText": "3 years ago", "lengthSeconds": 202, "liveNow": false, "premium": false, "isUpcoming": false }, { "type": "video", "title": "Rick Astley - Ain't No Sunshine (Bill Withers Cover)", "videoId": "vXaJGBLRA_o", "author": "Rick Astley", "authorId": "UCuAXFkgsw1L7xaCfnd5JJOw", "authorUrl": "/channel/UCuAXFkgsw1L7xaCfnd5JJOw", "authorVerified": true, "videoThumbnails": [ { "quality": "maxres", "url": "https://inv.vern.cc/vi/vXaJGBLRA_o/maxres.jpg", "width": 1280, "height": 720 }, { "quality": "maxresdefault", "url": "https://inv.vern.cc/vi/vXaJGBLRA_o/maxresdefault.jpg", "width": 1280, "height": 720 }, { "quality": "sddefault", "url": "https://inv.vern.cc/vi/vXaJGBLRA_o/sddefault.jpg", "width": 640, "height": 480 }, { "quality": "high", "url": "https://inv.vern.cc/vi/vXaJGBLRA_o/hqdefault.jpg", "width": 480, "height": 360 }, { "quality": "medium", "url": "https://inv.vern.cc/vi/vXaJGBLRA_o/mqdefault.jpg", "width": 320, "height": 180 }, { "quality": "default", "url": "https://inv.vern.cc/vi/vXaJGBLRA_o/default.jpg", "width": 120, "height": 90 }, { "quality": "start", "url": "https://inv.vern.cc/vi/vXaJGBLRA_o/1.jpg", "width": 120, "height": 90 }, { "quality": "middle", "url": "https://inv.vern.cc/vi/vXaJGBLRA_o/2.jpg", "width": 120, "height": 90 }, { "quality": "end", "url": "https://inv.vern.cc/vi/vXaJGBLRA_o/3.jpg", "width": 120, "height": 90 } ], "description": "Rick covering 'Ain't No Sunshine' from his home studio. Cover of the amazing song by Bill Withers.\n\nThe album 'The Best of Me' is out now. Buy/Listen: https://RickAstley.lnk.to/BestID\n\nLimited...", "descriptionHtml": "Rick covering 'Ain't No Sunshine' from his home studio. Cover of the amazing song by Bill Withers.

The album 'The Best of Me' is out now. Buy/Listen: https://RickAstley.lnk.to/BestID

Limited...", "viewCount": 553609, "published": 1588972292, "publishedText": "3 years ago", "lengthSeconds": 123, "liveNow": false, "premium": false, "isUpcoming": false }, { "type": "video", "title": "Rick Astley - Never Gonna Give You Up (Pianoforte) (Performance)", "videoId": "rTga41r3a4s", "author": "Rick Astley", "authorId": "UCuAXFkgsw1L7xaCfnd5JJOw", "authorUrl": "/channel/UCuAXFkgsw1L7xaCfnd5JJOw", "authorVerified": true, "videoThumbnails": [ { "quality": "maxres", "url": "https://inv.vern.cc/vi/rTga41r3a4s/maxres.jpg", "width": 1280, "height": 720 }, { "quality": "maxresdefault", "url": "https://inv.vern.cc/vi/rTga41r3a4s/maxresdefault.jpg", "width": 1280, "height": 720 }, { "quality": "sddefault", "url": "https://inv.vern.cc/vi/rTga41r3a4s/sddefault.jpg", "width": 640, "height": 480 }, { "quality": "high", "url": "https://inv.vern.cc/vi/rTga41r3a4s/hqdefault.jpg", "width": 480, "height": 360 }, { "quality": "medium", "url": "https://inv.vern.cc/vi/rTga41r3a4s/mqdefault.jpg", "width": 320, "height": 180 }, { "quality": "default", "url": "https://inv.vern.cc/vi/rTga41r3a4s/default.jpg", "width": 120, "height": 90 }, { "quality": "start", "url": "https://inv.vern.cc/vi/rTga41r3a4s/1.jpg", "width": 120, "height": 90 }, { "quality": "middle", "url": "https://inv.vern.cc/vi/rTga41r3a4s/2.jpg", "width": 120, "height": 90 }, { "quality": "end", "url": "https://inv.vern.cc/vi/rTga41r3a4s/3.jpg", "width": 120, "height": 90 } ], "description": "I was in Abbey Road Studios recently performing for The Beatles Anniversary event. During what was a wonderful day I had a few minutes where the room was empty to capture this piece for Never...", "descriptionHtml": "I was in Abbey Road Studios recently performing for The Beatles Anniversary event. During what was a wonderful day I had a few minutes where the room was empty to capture this piece for Never...", "viewCount": 652447, "published": 1588972292, "publishedText": "3 years ago", "lengthSeconds": 221, "liveNow": false, "premium": false, "isUpcoming": false }, { "type": "video", "title": "Rick Astley - Together Forever (Official HD Video)", "videoId": "E9de-cmycx8", "author": "Rick Astley", "authorId": "UCuAXFkgsw1L7xaCfnd5JJOw", "authorUrl": "/channel/UCuAXFkgsw1L7xaCfnd5JJOw", "authorVerified": true, "videoThumbnails": [ { "quality": "maxres", "url": "https://inv.vern.cc/vi/E9de-cmycx8/maxres.jpg", "width": 1280, "height": 720 }, { "quality": "maxresdefault", "url": "https://inv.vern.cc/vi/E9de-cmycx8/maxresdefault.jpg", "width": 1280, "height": 720 }, { "quality": "sddefault", "url": "https://inv.vern.cc/vi/E9de-cmycx8/sddefault.jpg", "width": 640, "height": 480 }, { "quality": "high", "url": "https://inv.vern.cc/vi/E9de-cmycx8/hqdefault.jpg", "width": 480, "height": 360 }, { "quality": "medium", "url": "https://inv.vern.cc/vi/E9de-cmycx8/mqdefault.jpg", "width": 320, "height": 180 }, { "quality": "default", "url": "https://inv.vern.cc/vi/E9de-cmycx8/default.jpg", "width": 120, "height": 90 }, { "quality": "start", "url": "https://inv.vern.cc/vi/E9de-cmycx8/1.jpg", "width": 120, "height": 90 }, { "quality": "middle", "url": "https://inv.vern.cc/vi/E9de-cmycx8/2.jpg", "width": 120, "height": 90 }, { "quality": "end", "url": "https://inv.vern.cc/vi/E9de-cmycx8/3.jpg", "width": 120, "height": 90 } ], "description": "Rick Astley - Together Forever (Official HD Video)\nStream The Best of Me – https://RickAstley.lnk.to/BestID\nStore - https://RickAstley.lnk.to/StoreID\n\nFollow Rick Astley:\nFacebook: https://www.fa...", "descriptionHtml": "Rick Astley - Together Forever (Official HD Video)
Stream The Best of Me – https://RickAstley.lnk.to/BestID
Store - https://RickAstley.lnk.to/StoreID

Follow Rick Astley:
Facebook: https://www.fa...", "viewCount": 6383672, "published": 1588972292, "publishedText": "3 years ago", "lengthSeconds": 204, "liveNow": false, "premium": false, "isUpcoming": false }, { "type": "video", "title": "Rick Astley - Move Right Out (International Version) [Official HD Version]", "videoId": "xW8BWTYaZQ8", "author": "Rick Astley", "authorId": "UCuAXFkgsw1L7xaCfnd5JJOw", "authorUrl": "/channel/UCuAXFkgsw1L7xaCfnd5JJOw", "authorVerified": true, "videoThumbnails": [ { "quality": "maxres", "url": "https://inv.vern.cc/vi/xW8BWTYaZQ8/maxres.jpg", "width": 1280, "height": 720 }, { "quality": "maxresdefault", "url": "https://inv.vern.cc/vi/xW8BWTYaZQ8/maxresdefault.jpg", "width": 1280, "height": 720 }, { "quality": "sddefault", "url": "https://inv.vern.cc/vi/xW8BWTYaZQ8/sddefault.jpg", "width": 640, "height": 480 }, { "quality": "high", "url": "https://inv.vern.cc/vi/xW8BWTYaZQ8/hqdefault.jpg", "width": 480, "height": 360 }, { "quality": "medium", "url": "https://inv.vern.cc/vi/xW8BWTYaZQ8/mqdefault.jpg", "width": 320, "height": 180 }, { "quality": "default", "url": "https://inv.vern.cc/vi/xW8BWTYaZQ8/default.jpg", "width": 120, "height": 90 }, { "quality": "start", "url": "https://inv.vern.cc/vi/xW8BWTYaZQ8/1.jpg", "width": 120, "height": 90 }, { "quality": "middle", "url": "https://inv.vern.cc/vi/xW8BWTYaZQ8/2.jpg", "width": 120, "height": 90 }, { "quality": "end", "url": "https://inv.vern.cc/vi/xW8BWTYaZQ8/3.jpg", "width": 120, "height": 90 } ], "description": "Rick Astley - Move Right Out (International version) (Official HD Video)\nStream The Best of Me – https://RickAstley.lnk.to/BestID\nStore - https://RickAstley.lnk.to/StoreID\n\nFollow Rick Astley:...", "descriptionHtml": "Rick Astley - Move Right Out (International version) (Official HD Video)
Stream The Best of Me – https://RickAstley.lnk.to/BestID
Store - https://RickAstley.lnk.to/StoreID

Follow Rick Astley:...", "viewCount": 93604, "published": 1588972292, "publishedText": "3 years ago", "lengthSeconds": 237, "liveNow": false, "premium": false, "isUpcoming": false }, { "type": "video", "title": "Rick Astley - Never Knew Love (Official HD Video)", "videoId": "ZVshSddRqAc", "author": "Rick Astley", "authorId": "UCuAXFkgsw1L7xaCfnd5JJOw", "authorUrl": "/channel/UCuAXFkgsw1L7xaCfnd5JJOw", "authorVerified": true, "videoThumbnails": [ { "quality": "maxres", "url": "https://inv.vern.cc/vi/ZVshSddRqAc/maxres.jpg", "width": 1280, "height": 720 }, { "quality": "maxresdefault", "url": "https://inv.vern.cc/vi/ZVshSddRqAc/maxresdefault.jpg", "width": 1280, "height": 720 }, { "quality": "sddefault", "url": "https://inv.vern.cc/vi/ZVshSddRqAc/sddefault.jpg", "width": 640, "height": 480 }, { "quality": "high", "url": "https://inv.vern.cc/vi/ZVshSddRqAc/hqdefault.jpg", "width": 480, "height": 360 }, { "quality": "medium", "url": "https://inv.vern.cc/vi/ZVshSddRqAc/mqdefault.jpg", "width": 320, "height": 180 }, { "quality": "default", "url": "https://inv.vern.cc/vi/ZVshSddRqAc/default.jpg", "width": 120, "height": 90 }, { "quality": "start", "url": "https://inv.vern.cc/vi/ZVshSddRqAc/1.jpg", "width": 120, "height": 90 }, { "quality": "middle", "url": "https://inv.vern.cc/vi/ZVshSddRqAc/2.jpg", "width": 120, "height": 90 }, { "quality": "end", "url": "https://inv.vern.cc/vi/ZVshSddRqAc/3.jpg", "width": 120, "height": 90 } ], "description": "Rick Astley - Never Knew Love (Official HD Video)\nStream The Best of Me – https://RickAstley.lnk.to/BestID\nStore - https://RickAstley.lnk.to/StoreID\n\nFollow Rick Astley:\nFacebook: https://www.fac...", "descriptionHtml": "Rick Astley - Never Knew Love (Official HD Video)
Stream The Best of Me – https://RickAstley.lnk.to/BestID
Store - https://RickAstley.lnk.to/StoreID

Follow Rick Astley:
Facebook: https://www.fac...", "viewCount": 234910, "published": 1588972292, "publishedText": "3 years ago", "lengthSeconds": 217, "liveNow": false, "premium": false, "isUpcoming": false }, { "type": "video", "title": "Rick Astley - The Ones You Love (Official HD Video)", "videoId": "BodkSiBOw3A", "author": "Rick Astley", "authorId": "UCuAXFkgsw1L7xaCfnd5JJOw", "authorUrl": "/channel/UCuAXFkgsw1L7xaCfnd5JJOw", "authorVerified": true, "videoThumbnails": [ { "quality": "maxres", "url": "https://inv.vern.cc/vi/BodkSiBOw3A/maxres.jpg", "width": 1280, "height": 720 }, { "quality": "maxresdefault", "url": "https://inv.vern.cc/vi/BodkSiBOw3A/maxresdefault.jpg", "width": 1280, "height": 720 }, { "quality": "sddefault", "url": "https://inv.vern.cc/vi/BodkSiBOw3A/sddefault.jpg", "width": 640, "height": 480 }, { "quality": "high", "url": "https://inv.vern.cc/vi/BodkSiBOw3A/hqdefault.jpg", "width": 480, "height": 360 }, { "quality": "medium", "url": "https://inv.vern.cc/vi/BodkSiBOw3A/mqdefault.jpg", "width": 320, "height": 180 }, { "quality": "default", "url": "https://inv.vern.cc/vi/BodkSiBOw3A/default.jpg", "width": 120, "height": 90 }, { "quality": "start", "url": "https://inv.vern.cc/vi/BodkSiBOw3A/1.jpg", "width": 120, "height": 90 }, { "quality": "middle", "url": "https://inv.vern.cc/vi/BodkSiBOw3A/2.jpg", "width": 120, "height": 90 }, { "quality": "end", "url": "https://inv.vern.cc/vi/BodkSiBOw3A/3.jpg", "width": 120, "height": 90 } ], "description": "Rick Astley - The Ones You Love (Official HD Video)\nStream The Best of Me – https://RickAstley.lnk.to/BestID\nStore - https://RickAstley.lnk.to/StoreID\n\nFollow Rick Astley:\nFacebook: https://www.f...", "descriptionHtml": "Rick Astley - The Ones You Love (Official HD Video)
Stream The Best of Me – https://RickAstley.lnk.to/BestID
Store - https://RickAstley.lnk.to/StoreID

Follow Rick Astley:
Facebook: https://www.f...", "viewCount": 449801, "published": 1588972292, "publishedText": "3 years ago", "lengthSeconds": 260, "liveNow": false, "premium": false, "isUpcoming": false }, { "type": "video", "title": "Rick Astley - Hold Me in Your Arms (Official HD Video)", "videoId": "8uAxcohzI3k", "author": "Rick Astley", "authorId": "UCuAXFkgsw1L7xaCfnd5JJOw", "authorUrl": "/channel/UCuAXFkgsw1L7xaCfnd5JJOw", "authorVerified": true, "videoThumbnails": [ { "quality": "maxres", "url": "https://inv.vern.cc/vi/8uAxcohzI3k/maxres.jpg", "width": 1280, "height": 720 }, { "quality": "maxresdefault", "url": "https://inv.vern.cc/vi/8uAxcohzI3k/maxresdefault.jpg", "width": 1280, "height": 720 }, { "quality": "sddefault", "url": "https://inv.vern.cc/vi/8uAxcohzI3k/sddefault.jpg", "width": 640, "height": 480 }, { "quality": "high", "url": "https://inv.vern.cc/vi/8uAxcohzI3k/hqdefault.jpg", "width": 480, "height": 360 }, { "quality": "medium", "url": "https://inv.vern.cc/vi/8uAxcohzI3k/mqdefault.jpg", "width": 320, "height": 180 }, { "quality": "default", "url": "https://inv.vern.cc/vi/8uAxcohzI3k/default.jpg", "width": 120, "height": 90 }, { "quality": "start", "url": "https://inv.vern.cc/vi/8uAxcohzI3k/1.jpg", "width": 120, "height": 90 }, { "quality": "middle", "url": "https://inv.vern.cc/vi/8uAxcohzI3k/2.jpg", "width": 120, "height": 90 }, { "quality": "end", "url": "https://inv.vern.cc/vi/8uAxcohzI3k/3.jpg", "width": 120, "height": 90 } ], "description": "Rick Astley - Hold Me In Your Arms (Official HD Video)\nStream The Best of Me – https://RickAstley.lnk.to/BestID\nStore - https://RickAstley.lnk.to/StoreID\n\nFollow Rick Astley:\nFacebook: https://ww...", "descriptionHtml": "Rick Astley - Hold Me In Your Arms (Official HD Video)
Stream The Best of Me – https://RickAstley.lnk.to/BestID
Store - https://RickAstley.lnk.to/StoreID

Follow Rick Astley:
Facebook: https://ww...", "viewCount": 357864, "published": 1588972292, "publishedText": "3 years ago", "lengthSeconds": 266, "liveNow": false, "premium": false, "isUpcoming": false } ], "relatedChannels": [ { "type": "channel", "author": "RickAstleyVEVO", "authorId": "UC38IQsAvIsxxjztdMZQtwHA", "authorUrl": "/channel/UC38IQsAvIsxxjztdMZQtwHA", "authorVerified": true, "authorThumbnails": [ { "url": "//yt3.googleusercontent.com/BbWaWU-qyR5nfxxXclxsI8zepppYL5x1agIPGfRdXFm5fPEewDsRRWg4x6P6fdKNhj84GoUpUI4=s48-c-k-c0x00ffffff-no-rj-mo", "width": 32, "height": 32 }, { "url": "//yt3.googleusercontent.com/BbWaWU-qyR5nfxxXclxsI8zepppYL5x1agIPGfRdXFm5fPEewDsRRWg4x6P6fdKNhj84GoUpUI4=s48-c-k-c0x00ffffff-no-rj-mo", "width": 48, "height": 48 }, { "url": "//yt3.googleusercontent.com/BbWaWU-qyR5nfxxXclxsI8zepppYL5x1agIPGfRdXFm5fPEewDsRRWg4x6P6fdKNhj84GoUpUI4=s48-c-k-c0x00ffffff-no-rj-mo", "width": 76, "height": 76 }, { "url": "//yt3.googleusercontent.com/BbWaWU-qyR5nfxxXclxsI8zepppYL5x1agIPGfRdXFm5fPEewDsRRWg4x6P6fdKNhj84GoUpUI4=s48-c-k-c0x00ffffff-no-rj-mo", "width": 100, "height": 100 }, { "url": "//yt3.googleusercontent.com/BbWaWU-qyR5nfxxXclxsI8zepppYL5x1agIPGfRdXFm5fPEewDsRRWg4x6P6fdKNhj84GoUpUI4=s48-c-k-c0x00ffffff-no-rj-mo", "width": 176, "height": 176 }, { "url": "//yt3.googleusercontent.com/BbWaWU-qyR5nfxxXclxsI8zepppYL5x1agIPGfRdXFm5fPEewDsRRWg4x6P6fdKNhj84GoUpUI4=s48-c-k-c0x00ffffff-no-rj-mo", "width": 512, "height": 512 } ], "autoGenerated": false, "subCount": 0, "videoCount": 1, "description": "", "descriptionHtml": "" }, { "type": "channel", "author": "Bub Club", "authorId": "UCuSAFadJMrLjs0pHQCm2Ylw", "authorUrl": "/channel/UCuSAFadJMrLjs0pHQCm2Ylw", "authorVerified": false, "authorThumbnails": [ { "url": "//yt3.googleusercontent.com/tk7IQFWwV7uqBu1a4yJiU5Ncx7B688Nn5XEIDxuYkj4Q1-XVf0HVSjxO51zcIDNln7IkESOZLQ=s48-c-k-c0x00ffffff-no-rj-mo", "width": 32, "height": 32 }, { "url": "//yt3.googleusercontent.com/tk7IQFWwV7uqBu1a4yJiU5Ncx7B688Nn5XEIDxuYkj4Q1-XVf0HVSjxO51zcIDNln7IkESOZLQ=s48-c-k-c0x00ffffff-no-rj-mo", "width": 48, "height": 48 }, { "url": "//yt3.googleusercontent.com/tk7IQFWwV7uqBu1a4yJiU5Ncx7B688Nn5XEIDxuYkj4Q1-XVf0HVSjxO51zcIDNln7IkESOZLQ=s48-c-k-c0x00ffffff-no-rj-mo", "width": 76, "height": 76 }, { "url": "//yt3.googleusercontent.com/tk7IQFWwV7uqBu1a4yJiU5Ncx7B688Nn5XEIDxuYkj4Q1-XVf0HVSjxO51zcIDNln7IkESOZLQ=s48-c-k-c0x00ffffff-no-rj-mo", "width": 100, "height": 100 }, { "url": "//yt3.googleusercontent.com/tk7IQFWwV7uqBu1a4yJiU5Ncx7B688Nn5XEIDxuYkj4Q1-XVf0HVSjxO51zcIDNln7IkESOZLQ=s48-c-k-c0x00ffffff-no-rj-mo", "width": 176, "height": 176 }, { "url": "//yt3.googleusercontent.com/tk7IQFWwV7uqBu1a4yJiU5Ncx7B688Nn5XEIDxuYkj4Q1-XVf0HVSjxO51zcIDNln7IkESOZLQ=s48-c-k-c0x00ffffff-no-rj-mo", "width": 512, "height": 512 } ], "autoGenerated": false, "subCount": 1770, "videoCount": 58, "description": "", "descriptionHtml": "" } ] } ```

If the invidious proxy is enabled, there is no connection to googlevideo.com, because the video is streamed from the invidious instance server. This is the only difference.

Clipious adds local=true as a URL parameter when proxy is enabled - however this is only for video.

Moonstone3010 commented 1 year ago

So via the developer API, links to profile images and/or banners are not redirected. Looks like someone will have to look through the 300+ threads on Invidious' Github to see if anyone has already reported this :|

Outlet7493 commented 1 year ago

I found https://github.com/iv-org/invidious/issues/168 - it got fixed but it looks like it is just for the web interface.