You pasted the metadata for a YouTube channel page. I pulled out the useful bits for Knowledgenome and cleaned them up:

Channel essentials

Avatar / image

App deep links

  • iOS (scheme): vnd.youtube://www.youtube.com/channel/UCvQoU8DhmbH6OH7mHw2Vcmg
  • iOS App Store ID: 544007664 (YouTube)
  • Android (scheme): vnd.youtube://www.youtube.com/channel/UCvQoU8DhmbH6OH7mHw2Vcmg
  • Android App Link: android-app://com.google.android.youtube/http/www.youtube.com/channel/UCvQoU8DhmbH6OH7mHw2Vcmg

Open Graph / Twitter cards

  • og:title / twitter:title: Knowledgenome
  • og:site_name: YouTube
  • og:type: profile
  • og:image / twitter:image: (avatar above)

Favicons


If you want this as a single object you can paste into code, here’s a compact JSON:

{
  "name": "Knowledgenome",
  "channel_id": "UCvQoU8DhmbH6OH7mHw2Vcmg",
  "url": "https://www.youtube.com/channel/UCvQoU8DhmbH6OH7mHw2Vcmg",
  "handle_mobile": "https://m.youtube.com/@Knowledgenome",
  "rss": "https://www.youtube.com/feeds/videos.xml?channel_id=UCvQoU8DhmbH6OH7mHw2Vcmg",
  "avatar_900": "https://yt3.googleusercontent.com/sUiqdiTfMjjOodsyyGpQhY6LJBwer1CEAUAAVs9PCAtoeBtFdW-SxKmcY1IZjtih8AWlbJgjSkg=s900-c-k-c0x00ffffff-no-rj",
  "app_links": {
    "ios_scheme": "vnd.youtube://www.youtube.com/channel/UCvQoU8DhmbH6OH7mHw2Vcmg",
    "ios_app_store_id": "544007664",
    "android_scheme": "vnd.youtube://www.youtube.com/channel/UCvQoU8DhmbH6OH7mHw2Vcmg",
    "android_app_link": "android-app://com.google.android.youtube/http/www.youtube.com/channel/UCvQoU8DhmbH6OH7mHw2Vcmg"
  },
  "og": {
    "title": "Knowledgenome",
    "site_name": "YouTube",
    "type": "profile",
    "image": "https://yt3.googleusercontent.com/sUiqdiTfMjjOodsyyGpQhY6LJBwer1CEAUAAVs9PCAtoeBtFdW-SxKmcY1IZjtih8AWlbJgjSkg=s900-c-k-c0x00ffffff-no-rj"
  },
  "favicons": {
    "32": "https://www.youtube.com/s/desktop/e5522eef/img/logos/favicon_32x32.png",
    "48": "https://www.youtube.com/s/desktop/e5522eef/img/logos/favicon_48x48.png",
    "96": "https://www.youtube.com/s/desktop/e5522eef/img/logos/favicon_96x96.png",
    "144": "https://www.youtube.com/s/desktop/e5522eef/img/logos/favicon_144x144.png",
    "ico": "https://www.youtube.com/s/desktop/e5522eef/img/logos/favicon.ico"
  }
}

Want me to also pull the latest video IDs from that RSS link or generate a neat CSV for this channel’s metadata?