CINXE.COM

Unfiltered with…Tuma Basa - YouTube Blog

<!DOCTYPE html> <html class="no-js" lang="en-us" data-locale="en-us"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title> Unfiltered with…Tuma Basa - YouTube Blog </title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=1.0, minimum-scale=1.0" /> <meta name="optimize_experiments" content=""> <!--Article Specific Metadata--> <meta name="description" content="Get to know YouTube’s Director of Black Music and Culture Tuma Basa and what’s on his mind in our inaugural edition of &quot;Unfiltered.&quot;"/> <meta name="keywords" content="None"/> <!--Open Graph Metadata--> <meta property="og:type" content="website" /> <meta property="og:title" content="Unfiltered with…Tuma Basa"/> <meta property="og:description" content="Get to know YouTube’s Director of Black Music and Culture Tuma Basa and what’s on his mind in our inaugural edition of &quot;Unfiltered.&quot;" /> <meta property="og:image" content="https://storage.googleapis.com/gweb-uniblog-publish-prod/images/tuma.2e16d0ba.fill-1440x810.jpg" /> <meta property="og:site_name" content="blog.youtube" /> <meta property="og:url" content="https://blog.youtube/inside-youtube/unfiltered-with-tuma-basa/" /> <!--Twitter Card Metadata--> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:url" content="https://blog.youtube/inside-youtube/unfiltered-with-tuma-basa/" /> <meta name="twitter:title" content="Unfiltered with…Tuma Basa"/> <meta name="twitter:description" content="Get to know YouTube’s Director of Black Music and Culture Tuma Basa and what’s on his mind in our inaugural edition of &quot;Unfiltered.&quot;" /> <meta name="twitter:image:src" content="https://storage.googleapis.com/gweb-uniblog-publish-prod/images/tuma.2e16d0ba.fill-1440x810.jpg" /> <meta name="twitter:site" content="@youtube" /> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "BlogPosting", "mainEntityOfPage": { "@type": "WebPage", "@id": "https://blog.youtube/inside-youtube/unfiltered-with-tuma-basa/" }, "headline": "Unfiltered with…Tuma Basa", "description": "Get to know YouTube’s Director of Black Music and Culture Tuma Basa and what’s on his mind in our inaugural edition of &quot;Unfiltered With...&quot;", "image": { "@type": "ImageObject", "url": "https://storage.googleapis.com/gweb-uniblog-publish-prod/images/tuma.2e16d0ba.fill-1440x810.jpg", "width": "1440", "height": "810" }, "author": { "@type": "Organization", "name": "Lauren Resnick" }, "publisher": { "@type": "Organization", "name": "YouTube Official Blog", "logo": { "@type": "ImageObject", "url": "https://blog.youtube/inside-youtube/unfiltered-with-tuma-basa/static/blog_youtube/images/youtube_social_200x200.png" } }, "datePublished": "2022-11-16T16:00:00+00:00", "dateModified": "2022-11-18T14:26:48.089928+00:00" } </script> <link rel="preconnect" href="//storage.googleapis.com" crossorigin> <link rel="preconnect" href="//fonts.gstatic.com" crossorigin> <link rel="dns-prefetch" href="//fonts.googleapis.com" crossorigin> <link rel="dns-prefetch" href="//www.gstatic.com" crossorigin> <link rel="icon" type="image/x-icon" href="/static/blog_youtube/images/favicon.ico?version=pr20241113-1756"> <link rel="apple-touch-icon" href="/static/blog_youtube/images/apple-touch-icon.png?version=pr20241113-1756"> <link rel="preload" type="text/css" href="/static/youtube/css/articlepage/index.min.css?version=pr20241113-1756" as="style"/> <link rel="stylesheet" type="text/css" href="/static/youtube/css/articlepage/index.min.css?version=pr20241113-1756"/> <link rel="preload" type="text/css" href="//fonts.googleapis.com/css2?family=Google+Sans:wght@400;500&family=Product+Sans&family=Roboto:wght@100;300;400;500;700&amp;display=swap&amp;lang=en" as="style"> <link rel="stylesheet" href="//fonts.googleapis.com/css2?family=Google+Sans:wght@400;500&family=Product+Sans&family=Roboto:wght@100;300;400;500;700&amp;display=swap&amp;lang=en"> <style> :root { --primary-color: #00BAE5; --secondary-color: #A4FFA4; --hero-pattern-large-mobile: url(/static/blog_youtube/images/common/patterns-big-mobile.svg?version=pr20241113-1756#rainbow-pattern-4-v-s); --hero-pattern-small-mobile: url(/static/blog_youtube/images/common/patterns-small-mobile.svg?version=pr20241113-1756#rainbow-pattern-4-v-s); --hero-pattern-large: url(/static/blog_youtube/images/common/patterns-big.svg?version=pr20241113-1756#rainbow-pattern-4-v); --hero-pattern-small: url(/static/blog_youtube/images/common/patterns-small.svg?version=pr20241113-1756#rainbow-pattern-4-s); } </style> <link rel="canonical" href="https://blog.youtube/inside-youtube/unfiltered-with-tuma-basa/" /> <link rel="dns-prefetch" href="//www.google-analytics.com" crossorigin /> <link rel="dns-prefetch" href="//www.googletagmanager.com" crossorigin /> <meta property="gtm-tag" content="GTM-W8LC8VL"> <meta property="ga-tag" content="UA-74385728-2"> <!-- https://developer.mozilla.org/en-US/docs/Web/API/Trusted_Types_API --> <script> let trustedTypePolicy = { createHTML: (str) => str, createScript: (str) => str, createScriptURL: (url) => url }; if (window.trustedTypes && window.trustedTypes.createPolicy) { const safeScriptDomains = [ 'blob:', '/static/blogv2/', '/static/keyword/', '/static/youtube/', '/static/blog_youtube/', '//cdn.ampproject.org/', '//googleads.g.doubleclick.net', '//survey.g.doubleclick.net', '//www.google-analytics.com/', '//www.google.com', '//www.googletagmanager.com', '//www.gstatic.com', '//www.youtube.com', '//youtube.googleapis.com', ]; const safeScripts = [ 'google_tag_manager[""]', '(function anonymous(' ]; trustedTypePolicy = window.trustedTypes.createPolicy('default', { /* Enable create HTML */ createHTML: (str) => { return str }, /* Enable script creation */ createScript: (str) => { const safeScriptString = safeScripts.find( (safeScript) => str.includes(safeScript) ); if (!safeScriptString) { console.warn( `unsafe createScript: "${str}"` ); } return str; }, /* Allow for safe domains only */ createScriptURL: (url) => { const safeDomainsUrl = safeScriptDomains.find( (safeDomain) => url.includes(safeDomain) ); if (!safeDomainsUrl && !url.startsWith(window.location.origin)) { console.warn( `Unsafe createScriptURL: "${url}"` ); } return url; }, }); } window.trustedTypePolicy = trustedTypePolicy; </script> <!-- Google Read Aloud service (tts) --> <script defer src="https://www.gstatic.com/readaloud/player/web/api/js/api.js"></script> <script type="application/ld+json"> { "@context": "https://schema.org/", "@type": "WebPage", "Speakable": { "@type": "SpeakableSpecification", "cssSelector": [".yt-speakable"] } } </script> <!-- end Google Read Aloud service (tts) --> </head> <body class="template-articlepage yt-page yt-overflow-x" data-component="yt-anchor-link" > <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W8LC8VL" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div class="data-layer-init-data" data-analytics=' { "page_name": "blog_youtube | YouTube Article Page", "page_template": "blog_youtube | YouTube Article Page", "content_type": "blog_youtube | YouTube Article Page", "locale": "en-us", "author_name": "Lauren Resnick", "is_archived_article": "false", "experiments": "undefined" }' data-analytics-custom=' { "content_category": "Inside YouTube", "publication_date": "20221116", "topic_tags": "executives, music|youtube music|inside youtube", "content_length": "1259", "article_name": "Unfiltered with…Tuma Basa" }'> </div> <div class="page-analytics-data" data-component="yt-analytics" data-analytics-options=' { "isArchivedArticle": "false", "authorName": "Lauren Resnick", "locale": "en-us", "pageTemplate": "blog_youtube | YouTube Article Page", "contentYTType": "blog_youtube | YouTube Article Page" }' data-analytics-custom-options=' { "contentCategory": "Inside YouTube", "publicationDate": "11162022", "topicTags": "executives|music|youtube music|inside youtube", "contentLength": "1259" }'> </div> <div class="yt-loader"> <div class="yt-loader__loader"></div> <div class="yt-loader__backdrop"></div> </div> <header class="yt-header yt-header--subscription-newsletter" data-component="yt-header"> <a href="#jump-content" class="h-c-header__jump-to-content" data-glue-jump-link> <span class="h-c-header__jump-to-content-text">Skip to Main Content</span> </a> <button class="yt-header__hamburger small-rule" aria-label="Toggle navigation menu"> <svg role="presentation" > <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#yt_h_burger"></use> </svg> </button> <a target="_self" href="/" title="YouTube Official Blog" class="yt-header__youtube-logo js-ga-yt-logo" data-ga4-analytics-click='{ "event": "nav_click", "module_name": "home logo", "link_text": "YouTube Official Blog" }'> <svg role="img" aria-label="YouTube Official Blog logo" class="yt-header__youtube-logo--desktop" > <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#yt_logo_desktop"></use> </svg> <svg role="img" aria-label="YouTube Official Blog logo" class="yt-header__youtube-logo--high-contrast" > <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#yt_logo_desktop_high_contrast"></use> </svg> <svg role="img" aria-label="YouTube Official Blog logo" class="yt-header__youtube-logo--mobile" > <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#yt_logo_mobile"></use> </svg> </a> <div class="yt-header__navigation-dimmer" role="presentation"></div> <nav class="yt-header__navigation" aria-hidden="false" data-component="yt-navigation"> <ul class="no-bullet yt-header__navigation-items"> <li class="yt-header__navigation-item"> <a target="_self" href="/news-and-events" title="News &amp; Events" class=" yt-header__navigation-item-link js-ga-yt-menu-link"> News &amp; Events </a> </li> <li class="yt-header__navigation-item"> <a target="_self" href="/creator-and-artist-stories" title="Creator &amp; Artist Stories" class=" yt-header__navigation-item-link js-ga-yt-menu-link"> Creator &amp; Artist Stories </a> </li> <li class="yt-header__navigation-item"> <a target="_self" href="/culture-and-trends" title="Culture &amp; Trends" class=" yt-header__navigation-item-link js-ga-yt-menu-link"> Culture &amp; Trends </a> </li> <li class="yt-header__navigation-item"> <a target="_self" href="/inside-youtube" title="Inside YouTube" class="active yt-header__navigation-item-link js-ga-yt-menu-link"> Inside YouTube </a> </li> <li class="yt-header__navigation-item"> <a target="_self" href="/madeonyoutube" title="Made On YouTube" class=" yt-header__navigation-item-link js-ga-yt-menu-link"> Made On YouTube </a> </li> </ul> <div class="yt-subscription__header yt-subscription__header--mobile" data-analytics-module='{ "module_name": "mobile nav", "section_header": "Unfiltered with…Tuma Basa" }'> <button href="#" class="yt-subscription__header-btn yt-body--small" data-trigger-subscription-modal> Subscribe </button> </div> </nav> <div class="yt-header__search-wrapper yt-header__search-wrapper--header" data-component="yt-search-header" data-header-options='{ "openSearchLabel": "Open Search", "closeSearchLabel": "Close Search" }' > <form class="yt-header__search yt-header__search--subscription-newsletter" data-request-options='{ "language_path": "/", "domain": "youtube", "site_id": 4 }'> <button aria-hidden="true" class="yt-header__search-submit"> <span class="yt-header__search-submit-text">Submit Search</span> <svg role="presentation" class="yt-header__search-submit-icon" > <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#yt_mi_search"></use> </svg> </button> <label class="yt-header__search-label" for="search_bar_input_header" aria-hidden="true"> Search Input </label> <input autocomplete="off" aria-hidden="true" class="yt-header__search-input" id="search_bar_input_header" placeholder="Search" tabindex="-1" > <button aria-label="Open Search" class="yt-header__search-btn" type="button" > <svg role="presentation" class="yt-header__search-icon-open" > <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#yt_mi_search"></use> </svg> <svg role="presentation" class="yt-header__search-icon-close" > <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#yt-close_icon"></use> </svg> </button> <div class="yt-header__search-results" aria-hidden="true" aria-busy="false" data-analytics-module='{ "module_name": "NavBar Search", "section_header": "undefined" }'> <ul class="yt-header__search-results-list"></ul> </div> </form> </div> <div class="yt-subscription__header" data-analytics-module='{ "module_name": "main nav", "section_header": "Unfiltered with…Tuma Basa" }'> <div class="yt-subscription__header-divider"></div> <button class="yt-subscription__header-btn" data-trigger-subscription-modal> Subscribe </button> </div> </header> <main class="site-content" tabindex="-1"> <article> <div class="yt-article-progress-bar" data-component="yt-article-progress-bar" aria-hidden="true" aria-valuemin="0" aria-valuemax="100" aria-valuenow="0" role="progressbar" data-analytics-module='{ "module_name": "Article Page", "section_header": "Unfiltered with…Tuma Basa", "article_name": "Unfiltered with…Tuma Basa", "author_name": "Lauren Resnick", "topic_tags": "executives" }' style=" --category-color: #00dbff ; " > <button class="yt-header__hamburger small-rule" aria-label="Toggle navigation menu"> <svg role="presentation" > <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#yt_h_burger"></use> </svg> </button> <div class="yt-article-progress-bar__title "> Unfiltered with…Tuma Basa </div> <div class="yt-article-progress-bar__social" tabindex="-1" aria-hidden="true"> <section class="yt-social js-yt-gtm-social" aria-hidden="true" > <div class="yt-social__list" data-analytics-module='{ "module_name": "Article Progress", "section_header": "Unfiltered with…Tuma Basa", "topic_tags": "executives" }'> <ul> <li class="yt-social__list-item"> <a class="yt-social__list-link" aria-hidden="true" tabindex="-1" href="https://www.facebook.com/sharer/sharer.php?caption=Unfiltered%20with%E2%80%A6Tuma%20Basa&amp;u=https%3A//blog.youtube/inside-youtube/unfiltered-with-tuma-basa/" target="_blank" data-use-custom-options data-ga4-analytics-click='{ "event": "share", "method": "Facebook", "link_text": "undefined", "link_url": "https://www.facebook.com/sharer/sharer.php?caption=Unfiltered%20with%E2%80%A6Tuma%20Basa&amp;u=https%3A//blog.youtube/inside-youtube/unfiltered-with-tuma-basa/", "article_name": "Unfiltered with…Tuma Basa" }' data-analytics-click=' { "event": "trackEvent", "eventCategory": "progress", "eventAction": "progress bar - social share click", "eventLabel": "social - https://www.facebook.com/sharer/sharer.php?caption=Unfiltered%20with%E2%80%A6Tuma%20Basa&amp;u=https%3A//blog.youtube/inside-youtube/unfiltered-with-tuma-basa/", "componentType": "progress bar" }'> <svg aria-hidden="false" class="yt-social__list-svg" viewBox="0 0 18 18" > <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#social_facebook"></use> </svg> </a> </li> <li class="yt-social__list-twitter"> <a class="yt-social__list-link" aria-hidden="true" tabindex="-1" href="https://twitter.com/intent/tweet?text=Unfiltered%20with%E2%80%A6Tuma%20Basa%20@YouTube&amp;url=https%3A//blog.youtube/inside-youtube/unfiltered-with-tuma-basa/" target="_blank" data-use-custom-options data-ga4-analytics-click='{ "event": "share", "method": "Twitter", "link_text": "undefined", "link_url": "https://twitter.com/intent/tweet?text=Unfiltered%20with%E2%80%A6Tuma%20Basa%20@YouTube&amp;url=https%3A//blog.youtube/inside-youtube/unfiltered-with-tuma-basa/", "article_name": "Unfiltered with…Tuma Basa" }' data-analytics-click=' { "event": "trackEvent", "eventCategory": "progress", "eventAction": "progress bar - social share click", "eventLabel": "social - https://twitter.com/intent/tweet?text=Unfiltered%20with%E2%80%A6Tuma%20Basa%20@YouTube&amp;url=https%3A//blog.youtube/inside-youtube/unfiltered-with-tuma-basa/", "componentType": "progress bar" }'> <svg aria-hidden="false" class="yt-social__list-svg" viewBox="0 0 18 18" > <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#social_twitter"></use> </svg> </a> </li> <li> <div class="yt-social__list-copy-clipboard yt-social__list-copy-clipboard--from-progress-bar" data-component="yt-copy-to-clipboard"> <a class="yt-social__list-copy-clipboard-trigger" data-analytics-click=' { "event": "trackEvent", "eventCategory": "progress", "eventAction": "progress bar - copy click", "eventLabel": "copy clipboard", "componentType": "progress bar" }' aria-hidden="true" > <svg class="yt-social__list-svg" id="copy-popover-icon"> <title>Copy link</title> <use data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#social_link"></use> </svg> </a> <div class="yt-social__list-copy-clipboard-container"> <div class="yt-social__list-copy-clipboard-dialog"> <div class="yt-social__list-copy-clipboard-input-wrapper"> <input class="yt-social__list-copy-clipboard-input-wrapper-input" value="https://blog.youtube/inside-youtube/unfiltered-with-tuma-basa/" readonly="readonly" type="text" /> </div> <div class="yt-social__list-copy-clipboard-copy-link-wrapper"> <svg aria-hidden="true" class="yt-social__list-copy-clipboard-copy-link-wrapper-thick" > <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#tick_icon"></use> </svg> <button data-ga4-analytics-click='{ "event": "copy_link_click", "link_url": "https://blog.youtube/inside-youtube/unfiltered-with-tuma-basa/", "article_name": "Unfiltered with…Tuma Basa" }' data-analytics-click=' { "event": "trackEvent", "eventCategory": "progress", "eventAction": "progress bar - copy click", "eventLabel": "copy link", "componentType": "progress bar" }' class="yt-social__list-copy-clipboard-copy-link-wrapper-button" copy-success="Copied to clipboard" copy-fail="Press Ctrl+C or ⌘+C to copy">Copy link</button> </div> </div> </div> </div> </li> </ul> </div> </section> </div> <div class="yt-header__search-wrapper yt-hide-search" data-component="yt-search-header" data-header-options='{ "openSearchLabel": "Open Search", "closeSearchLabel": "Close Search" }' tabindex="-1" aria-hidden="true"> <form class="yt-header__search yt-header__search--subscription-newsletter" data-request-options='{ "language_path": "/", "domain": "youtube", "site_id": 4 }'> <button aria-hidden="true" class="yt-header__search-submit"> <span class="yt-header__search-submit-text">Submit Search</span> <svg role="presentation" class="yt-header__search-submit-icon" > <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#yt_mi_search"></use> </svg> </button> <label class="yt-header__search-label" for="search_bar_input_progress_bar" aria-hidden="true"> Search Input </label> <input autocomplete="off" aria-hidden="true" class="yt-header__search-input" id="search_bar_input_progress_bar" placeholder="Search" tabindex="-1" > <button aria-label="Open Search" class="yt-header__search-btn" type="button" tabindex="-1" aria-hidden="true"> <svg role="presentation" class="yt-header__search-icon-open" > <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#yt_mi_search"></use> </svg> <svg role="presentation" class="yt-header__search-icon-close" > <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#yt-close_icon"></use> </svg> </button> <div class="yt-header__search-results" aria-hidden="true" aria-busy="false" data-analytics-module='{ "module_name": "NavBar Search", "section_header": "undefined" }'> <ul class="yt-header__search-results-list"></ul> </div> </form> </div> <div class="yt-article-progress-bar__indicator"></div> </div> <div class="yt-article-main-content" data-reading-time="true"> <section class=" yt-article-hero yt-article-hero-bg-gradient-left" data-component="yt-article-hero" style=" --cta-article-color: #00bae5; --cta-article-hover: #007da3; --hero-article-color: #caf8ff; " data-analytics-module='{ "module_name": "Article Hero", "section_header": "Unfiltered with…Tuma Basa", "has_impression": true }' > <div class="yt-article-hero-section"> <div class=" yt-article-hero-section__content yt-article-hero-section__content-row" > <div class=" yt-image-placeholder yt-article-hero-section__content-image-wrapper yt-article-hero-section__content-image-left yt-article-hero__column"> <img class="yt-article-hero-section__content-image" src="https://storage.googleapis.com/gweb-uniblog-publish-prod/images/tuma.max-100x3000.format-webp.webp" alt="" loading="lazy" data-loading='{ "mobile": "https://storage.googleapis.com/gweb-uniblog-publish-prod/images/tuma.max-500x3000.format-webp.webp", "desktop": "https://storage.googleapis.com/gweb-uniblog-publish-prod/images/tuma.max-700x3000.format-webp.webp" }'/> </div> <div class=" yt-article-hero-section__page-content yt-article-hero__column yt-article-hero-section__page-content-right " > <div class="yt-speakable"> <p class="yt-article-hero-section__page-content-category"> <a href="https://blog.youtube/inside-youtube/" title="Inside YouTube" class=" yt-article-hero-section__page-content-category-cta inside-youtube" data-ga4-analytics-click='{"event": "eyebrow_topic_click"}'> Inside YouTube </a> </p> <h1 id="jump-content" tabindex="-1" class=" yt-article-hero-section__page-content-title " >Unfiltered with…Tuma Basa</h1> <p class="yt-article-hero-section__page-content-author"> By <b>Lauren Resnick</b><b>, </b><i>Communications Manager, YouTube Music</i> </p> <p class="yt-article-hero-section__page-content-date"> <span class="span-date">Nov 16, 2022</span> – <span class="span-time" data-reading-time-render>[[read-time]] minute read</span> </p> </div> <section class="yt-social js-yt-gtm-social" > <div class="yt-social__list" data-analytics-module='{ "module_name": "undefined", "section_header": "Unfiltered with…Tuma Basa", "topic_tags": "executives" }'> <ul> <li class="yt-social__list-item"> <a class="yt-social__list-link" aria-label="Facebook" href="https://www.facebook.com/sharer/sharer.php?caption=Unfiltered%20with%E2%80%A6Tuma%20Basa&amp;u=https%3A//blog.youtube/inside-youtube/unfiltered-with-tuma-basa/" target="_blank" data-use-custom-options data-ga4-analytics-click='{ "event": "share", "method": "Facebook", "link_text": "undefined", "link_url": "https://www.facebook.com/sharer/sharer.php?caption=Unfiltered%20with%E2%80%A6Tuma%20Basa&amp;u=https%3A//blog.youtube/inside-youtube/unfiltered-with-tuma-basa/", "article_name": "Unfiltered with…Tuma Basa" }' data-analytics-click=' { "event": "trackEvent", "eventCategory": "module interaction", "eventAction": "hero social icon click", "eventLabel": "social - Unfiltered with…Tuma Basa - https://www.facebook.com/sharer/sharer.php?caption=Unfiltered%20with%E2%80%A6Tuma%20Basa&amp;u=https%3A//blog.youtube/inside-youtube/unfiltered-with-tuma-basa/", "componentType": "hero" }'> <svg aria-hidden="false" class="yt-social__list-svg" viewBox="0 0 18 18" > <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#social_facebook"></use> </svg> </a> </li> <li class="yt-social__list-twitter"> <a class="yt-social__list-link" aria-label="Twitter" href="https://twitter.com/intent/tweet?text=Unfiltered%20with%E2%80%A6Tuma%20Basa%20@YouTube&amp;url=https%3A//blog.youtube/inside-youtube/unfiltered-with-tuma-basa/" target="_blank" data-use-custom-options data-ga4-analytics-click='{ "event": "share", "method": "Twitter", "link_text": "undefined", "link_url": "https://twitter.com/intent/tweet?text=Unfiltered%20with%E2%80%A6Tuma%20Basa%20@YouTube&amp;url=https%3A//blog.youtube/inside-youtube/unfiltered-with-tuma-basa/", "article_name": "Unfiltered with…Tuma Basa" }' data-analytics-click=' { "event": "trackEvent", "eventCategory": "module interaction", "eventAction": "hero social icon click", "eventLabel": "social - Unfiltered with…Tuma Basa - https://twitter.com/intent/tweet?text=Unfiltered%20with%E2%80%A6Tuma%20Basa%20@YouTube&amp;url=https%3A//blog.youtube/inside-youtube/unfiltered-with-tuma-basa/", "componentType": "hero" }'> <svg aria-hidden="false" class="yt-social__list-svg" viewBox="0 0 18 18" > <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#social_twitter"></use> </svg> </a> </li> <li> <div class="yt-social__list-copy-clipboard " data-component="yt-copy-to-clipboard"> <a class="yt-social__list-copy-clipboard-trigger" data-analytics-click=' { "event": "trackEvent", "eventCategory": "module interaction", "eventAction": "hero copy icon click", "eventLabel": "copy clipboard", "componentType": "hero" }' tabindex="0" > <svg class="yt-social__list-svg" id="copy-popover-icon"> <title>Copy link</title> <use data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#social_link"></use> </svg> </a> <div class="yt-social__list-copy-clipboard-container"> <div class="yt-social__list-copy-clipboard-dialog"> <div class="yt-social__list-copy-clipboard-input-wrapper"> <input class="yt-social__list-copy-clipboard-input-wrapper-input" value="https://blog.youtube/inside-youtube/unfiltered-with-tuma-basa/" readonly="readonly" type="text" /> </div> <div class="yt-social__list-copy-clipboard-copy-link-wrapper"> <svg aria-hidden="true" class="yt-social__list-copy-clipboard-copy-link-wrapper-thick" > <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#tick_icon"></use> </svg> <button data-ga4-analytics-click='{ "event": "copy_link_click", "link_url": "https://blog.youtube/inside-youtube/unfiltered-with-tuma-basa/", "article_name": "Unfiltered with…Tuma Basa" }' data-analytics-click=' { "event": "trackEvent", "eventCategory": "module interaction", "eventAction": "hero copy icon click", "eventLabel": "copy link", "componentType": "hero" }' class="yt-social__list-copy-clipboard-copy-link-wrapper-button" copy-success="Copied to clipboard" copy-fail="Press Ctrl+C or ⌘+C to copy">Copy link</button> </div> </div> </div> </div> </li> </ul> </div> </section> <h2 class=" yt-article-hero-section__page-content-intro with-intro-image yt-speakable " > Get to know YouTube’s Director of Black Music and Culture Tuma Basa and what’s on his mind in our inaugural edition of &quot;Unfiltered.&quot; </h2> </div> </div> </div> </section> <section class="js-yt-gtm-media-paragraph yt-article-paragraph-media tts-container"> <div class="yt-article-paragraph-media__row"> <div class="yt-article-paragraph-media__media-container"></div> <div class="yt-article-paragraph-media__p-container"> <div class="yt-article-paragraph-media__p-inner-container"> <google-read-aloud-player data-analytics-module='{ "event": "module_impression", "module_name": "ai_audio", "section_header": "Unfiltered with…Tuma Basa", "has_impression": true }' data-api-key="AIzaSyAsUIethZHNKIX0b3DWr94TD_u9z8XzK8A" data-tracking-ids="G-RL1NDMZ0PJ,G-LFSMC8QYZK" data-voice-list="en-us-m-3:Cyan,en-us-f-1:Lime", data-voice="en-us-m-3:Cyan", data-layout-style="style1" data-highlight-mode="word-over-paragraph" data-highlight-text-color="#000000" data-highlight-word-background="#8AB4F8" data-highlight-paragraph-background="#D2E3FC" data-background="linear-gradient(180deg, #F1F3F4 0%, #F8F9FA 100%)" data-foreground-color="#202124" data-font="600 14px Google Sans, sans-serif" data-box-shadow="0px 1px 3px 1px rgba(60, 64, 67, 0.15)" data-speakable style="min-height:55px;display:block;margin-left:auto;margin-right:auto;margin-bottom:36px;" > </google-read-aloud-player> </div> </div> </div> </section> <section class="js-yt-gtm-media-paragraph yt-article-paragraph-media yt-article-paragraph-media--paragraph yt-article-paragraph-media--sticky-left " data-media-type="paragraph" > <div class="yt-article-paragraph-media__row"> <div class="yt-article-paragraph-media__col yt-article-paragraph-media__media-container "> <div class="yt-article-paragraph-media__row--desktop-rel-articles"> </div> <div data-sticky-dest class="yt-article-paragraph-media__media-destination"></div> </div> <div class="yt-article-paragraph-media__col yt-article-paragraph-media__p-container"> <div class="yt-article-paragraph-media__p js-yt-ga-paragraph-media yt-speakable" data-analytics-module='{ "module_name": "Paragraph with Media", "event": "inline_link_click", "section_header": "Unfiltered with…Tuma Basa", "topic_tags": "executives" }'> <div class="rich-text"><p data-block-key="128ix">Born in Congo (Zaire), raised between Iowa and Zimbabwe, and now based out of DC, get to know YouTube’s Director of Black Music and Culture Tuma Basa and what’s on his mind in our inaugural edition of <i>Unfiltered.</i></p><p data-block-key="69gj4"><i><sub>The following interview has been edited for length and clarity.</sub></i></p><p data-block-key="1fkng"></p><h2 data-block-key="c3buv"><b>When did you first fall in love with music and how did you end up making a career of it: what&#x27;s the story?</b></h2></div> </div> <div data-sticky-dest class="yt-article-paragraph-media__p-destination"></div> </div> </div> <div class="yt-article-paragraph-media__row--mobile-rel-articles"> </div> </section> <section class="js-yt-gtm-media-paragraph yt-article-paragraph-media yt-article-paragraph-media--quote_paragraph yt-article-paragraph-media--sticky-left " data-media-type="quote_paragraph" > <div class="yt-article-paragraph-media__row"> <div class="yt-article-paragraph-media__col yt-article-paragraph-media__media-container yt-article-paragraph-media__media-container--quote"> <div class="yt-article-paragraph-media__row--desktop-rel-articles"> </div> <div class="yt-article-paragraph-media__media-wrapper yt-article-paragraph-media__media-wrapper--video-no-img "> <div class="yt-article-paragraph-media__quote-wrapper yt-article-paragraph-media__quote-wrapper--color-default yt-speakable " style="--quote-color: #caf8ff;"> <p class="yt-article-paragraph-media__quote "> <span class="yt-article-paragraph-media__quote--show_marks-sign" aria-hidden="true" tabindex="-1">&ldquo;</span> In my mind, I am doing the things my dad would have done if he had the same opportunities.” </p> <span class="yt-article-paragraph-media__quote-name">Tuma Basa</span> <span class="yt-article-paragraph-media__quote-title">Director of Black Music and Culture, YouTube Music</span> </div> </div> <div data-sticky-dest class="yt-article-paragraph-media__media-destination"></div> </div> <div class="yt-article-paragraph-media__col yt-article-paragraph-media__p-container"> <div class="yt-article-paragraph-media__p js-yt-ga-paragraph-media yt-speakable" data-analytics-module='{ "module_name": "Paragraph with Media", "event": "inline_link_click", "section_header": "Unfiltered with…Tuma Basa", "topic_tags": "executives" }'> <div class="rich-text"><p data-block-key="ciko5">Falling in love with music was my dad&#x27;s influence. Since I was a little kid he always had a lot of records plus he would dub music. I would go through the records he was listening to and memorize the words of the songs he would play.</p><p data-block-key="dcnmr">In my mind, I am doing the things my dad would have done if he had the same opportunities. He was aggressive in keeping up with good, popular music. He is a fan of lingala, rock, R&amp;B, soul, pop; a way more eclectic taste in music than I have. He listened to artists like <a href="https://www.youtube.com/channel/UCDgvU1qlpi7sOc6YY3dD_xQ">Sister Sledge</a> and <a href="https://www.youtube.com/channel/UCvj9Q8jeaaXlj2OprcRraaw">Simon &amp; Garfunkel</a>. But for me and music, it&#x27;s unrelated, but I played the baritone in school. I never had any solos, maybe once in my six, seven years of playing. When I was in Zimbabwe, I tried to be a rapper. Even got a few spins on Radio 3 (ZBC). My name was B2maB and I flowed like H2O.</p><p data-block-key="efrt9">The actual career part came later on. It was a chance conversation with <a href="https://www.imdb.com/name/nm0001115/">Ossie Davis</a> when I lived in Utah for a year. There wasn’t a lot of diversity in Utah at the time and I was a stand-in for a “Touched by an Angel” spinoff pilot called “Promised Land,” which Ossie was in. The two of us ended up having a chance conversation where he told me to look at the behind the scenes in entertainment. So I told my parents I wanted to be an entertainment lawyer and I ended up doing three internships – one at EMI, one at Cutler &amp; Sedlmayr (now called Sedlmayr &amp; Associates) and then at BET in DC, where I moved in 2000. That&#x27;s really where it all began.</p></div> </div> <div data-sticky-dest class="yt-article-paragraph-media__p-destination"></div> </div> </div> <div class="yt-article-paragraph-media__row--mobile-rel-articles"> </div> </section> <section class="js-yt-gtm-media-paragraph yt-article-paragraph-media yt-article-paragraph-media--video_paragraph yt-article-paragraph-media--sticky-left " data-media-type="video_paragraph" > <div class="yt-article-paragraph-media__row"> <div class="yt-article-paragraph-media__col yt-article-paragraph-media__media-container "> <div class="yt-article-paragraph-media__row--desktop-rel-articles"> </div> <div class="yt-article-paragraph-media__media-wrapper yt-article-paragraph-media__media-wrapper--video-no-img "> <div class=" yt-article-paragraph-media__video-left-sticky yt-article-paragraph-media__video-no-sticky"> <article class=" yt-article-video yt-article-video--loading js-yt-gtm-article-video " data-component="yt-article-yt-player" data-section-title="" data-page-url="https://blog.youtube/inside-youtube/unfiltered-with-tuma-basa/" data-video-name="Lil B - Wonton Soup" data-video-test="https://www.youtube.com/watch?v=nYfceJhgvRM" data-video-id="nYfceJhgvRM" data-video-type="VIDEO_PARAGRAPH" data-video-source="article" data-index-id="6e095f82-7b95-403a-bc2a-f6a4d932bc77" data-component-position="left" data-component-type="article media paragraph" data-publication-date="20221116" data-topic-tags="executives" data-analytics-click='{ "event": "trackEvent", "eventAction": "article video click", "eventCategory": "module interaction", "eventLabel": "https://youtube.com/watch?v=nYfceJhgvRM", "componentType": "article video", "componentPosition": "left" }' > <div class="yt-article-video__embed yt-article-video__embed-container hide-from-all "> <div id="yt-article-yt-player-nYfceJhgvRM-6e095f82-7b95-403a-bc2a-f6a4d932bc77"></div> </div> <figure class="yt-article-video__container"> <div class="yt-image-placeholder"> <a class="yt-article-video__custom-wrapper " aria-label=" Lil B - Wonton Soup " href="#" target="_blank"> <img class="yt-article-video__default-image" src="//i.ytimg.com/vi_webp/nYfceJhgvRM/default.webp" alt="" loading="lazy" aria-hidden="true" data-hq-image="//i.ytimg.com/vi_webp/nYfceJhgvRM/maxresdefault.webp" > <div class="yt-article-video__play-button "> <svg role="img" aria-label="Play button" class="h-c-video__play h-c-icon h-c-icon--color-white" > <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#yt_video_play_button"></use> </svg> </div> </a> </div> <figcaption class="yt-article-video__caption"> <p class="yt-article-video__video-title"> <span aria-hidden="true">Lil B - Wonton Soup</span> </p> </figcaption> </figure> </article> </div> </div> <div data-sticky-dest class="yt-article-paragraph-media__media-destination"></div> </div> <div class="yt-article-paragraph-media__col yt-article-paragraph-media__p-container"> <div class="yt-article-paragraph-media__p js-yt-ga-paragraph-media yt-speakable" data-analytics-module='{ "module_name": "Paragraph with Media", "event": "inline_link_click", "section_header": "Unfiltered with…Tuma Basa", "topic_tags": "executives" }'> <div class="rich-text"><h2 data-block-key="128ix"><b>YouTube is the archive and home to the world’s music videos. Do you have a favorite music video of all time and do you think music videos are still important today?</b></h2><p data-block-key="c4r37">They are 100 percent important. I don’t have a favorite per se, but I think Busta Rhymes’ “<a href="https://www.youtube.com/watch?v=GSoQDaXh144">Put Your Hands Where My Eyes Can See</a>” is up there. Oh, and Michael Jackson’s “<a href="https://www.youtube.com/watch?v=LeiFF0gvqcc">Remember The Time</a>”. Both had similar vibes with the African royalty energy. Shout out to Iman. And both are great songs that never got old. Timeless!</p><p data-block-key="5jsg3">The first part of my career was 100 percent dedicated to curating music videos on TV. I remember clearly when things started to move to the internet, I was programming MTV Jams, the channel. A lot of people wanted their videos played on there and I had an epiphany. I just reminded <a href="https://www.youtube.com/channel/UCtG-LNxN-bVAyeyxGiZzoqQ">Lil B</a> of this story last night; I had reached out to Lil B because he had a video called “<a href="https://www.youtube.com/watch?v=nYfceJhgvRM">Wonton Soup</a>” that I wanted to play but he couldn’t find the hard drive with the final file. He was getting so much love on YouTube and the blogosphere that he was totally cool about it. That was the video that really made me realize that times had changed. I was already 11, 12 years into programming music videos on cable television at that point. That realization had a lasting impact on me.</p></div> </div> <div data-sticky-dest class="yt-article-paragraph-media__p-destination"></div> </div> </div> <div class="yt-article-paragraph-media__row--mobile-rel-articles"> </div> </section> <section class="js-yt-gtm-media-paragraph yt-article-paragraph-media yt-article-paragraph-media--quote_paragraph yt-article-paragraph-media--sticky-left " data-media-type="quote_paragraph" > <div class="yt-article-paragraph-media__row"> <div class="yt-article-paragraph-media__col yt-article-paragraph-media__media-container yt-article-paragraph-media__media-container--quote"> <div class="yt-article-paragraph-media__row--desktop-rel-articles"> </div> <div class="yt-article-paragraph-media__media-wrapper yt-article-paragraph-media__media-wrapper--video-no-img "> <div class="yt-article-paragraph-media__quote-wrapper yt-article-paragraph-media__quote-wrapper--color-default yt-speakable " style="--quote-color: #caf8ff;"> <p class="yt-article-paragraph-media__quote "> <span class="yt-article-paragraph-media__quote--show_marks-sign" aria-hidden="true" tabindex="-1">&ldquo;</span> I look at my role in two ways, internal and external. Internally, I represent &#x27;The Culture&#x27; at YouTube and then externally I represent YouTube to &#x27;The Culture.&#x27;” </p> <span class="yt-article-paragraph-media__quote-name">Tuma Basa</span> <span class="yt-article-paragraph-media__quote-title">Director of Black Music and Culture, YouTube Music</span> </div> </div> <div data-sticky-dest class="yt-article-paragraph-media__media-destination"></div> </div> <div class="yt-article-paragraph-media__col yt-article-paragraph-media__p-container"> <div class="yt-article-paragraph-media__p js-yt-ga-paragraph-media yt-speakable" data-analytics-module='{ "module_name": "Paragraph with Media", "event": "inline_link_click", "section_header": "Unfiltered with…Tuma Basa", "topic_tags": "executives" }'> <div class="rich-text"><h2 data-block-key="128ix"><b>Can you describe what you do at YouTube?</b></h2><p data-block-key="398b6">I support and lead the efforts of anything that touches Black music, which in itself is a broad range of genres (Hip Hop, R&amp;B, Afrobeats, Amapiano, Dancehall, UK Rap… etc). I work with all of the different departments from marketing, to artist and label relations, ad sales, government and public policy, trust and safety, communications - not just figuring out a way to add value, whether to an idea or concept or activation, but also making sure we are doing it with cultural accuracy, involving the right people and going about it the right way. It sometimes feels like consultancy, talking through the best route to make the most impact. I look at my role in two ways, internal and external. Internally, I represent &quot;The Culture&quot; at YouTube and then externally I represent YouTube to “The Culture.”</p><p data-block-key="bs746"></p><h2 data-block-key="12f1g"><b>How do you define “The Culture”?</b></h2><p data-block-key="4989s">“The Culture” to me is the whole music ecosystem — not just the labels, managers, and the artists. It includes the fans, the media, the clubs, the festivals, even the people in the streets who hear a song playing from a car and don’t know who sings it but they just like what they hear. The music industry is just the commerce part. The holistic music community is “The Culture.”</p></div> </div> <div data-sticky-dest class="yt-article-paragraph-media__p-destination"></div> </div> </div> <div class="yt-article-paragraph-media__row--mobile-rel-articles"> </div> </section> <section class="js-yt-gtm-media-paragraph yt-article-paragraph-media yt-article-paragraph-media--paragraph yt-article-paragraph-media--sticky-left yt-article-paragraph-media__media-with-articles " data-media-type="paragraph" > <div class="yt-article-paragraph-media__row"> <div class="yt-article-paragraph-media__col yt-article-paragraph-media__media-container yt-article-paragraph-media__media-container--related_articles "> <div class="yt-article-paragraph-media__media-with-articles-wrapper"> <div class="yt-article-paragraph-media__row--desktop-rel-articles"> <div style="--primary-color: #00dbff;" class="yt-article-rel-article-paragraph__wrapper" data-analytics-module='{ "module_name": "Related article", "section_header": "More like this", "has_impression": true, "topic_tags": "executives" }' > <div class="yt-article-rel-article-paragraph__container"> <h2 class="yt-article-rel-article-paragraph__section-title">More like this</h2> <div class="yt-article-rel-article-paragraph__list"> <div class="yt-article-rel-article-paragraph__figure" data-analytics-module='{ "module_name": "Related article", "section_header": "More Like this", "topic_tags": "executives" }' > <a tabIndex="-1" aria-hidden="true" href="https://blog.youtube/creator-and-artist-stories/youtube-black-voices-fund-music-class-of-2023/" title="Meet the YouTube Black Voices Fund music class of 2023" data-use-custom-options data-analytics-click=' { "event": "trackEvent", "eventCategory": "module interaction", "eventAction": "related articles click", "eventLabel": "Meet the YouTube Black Voices Fund music class of 2023 - https://blog.youtube/creator-and-artist-stories/youtube-black-voices-fund-music-class-of-2023/ - 1", "componentPosition": "left", "componentType": "related articles" }' data-ga4-analytics-click=' { "event": "related_articles_click", "article_name": "Meet the YouTube Black Voices Fund music class of 2023", "author_name": "The YouTube Music Team" }' > <div class="yt-article-rel-article-paragraph__image-wrapper"> <img src=" https://storage.googleapis.com/gweb-uniblog-publish-prod/images/YTBVF_Creator_2023_FBCover_820x.max-100x100.format-webp.webp " class="yt-article-rel-article-paragraph__media" loading="lazy" data-loading='{ "mobile": " https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/YTBVF_Creator_2023_FBCover_820x360.jpg ", "desktop": " https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/YTBVF_Creator_2023_FBCover_820x360.jpg " }' alt="" /> </div> </a> <a class="yt-article-rel-article-paragraph__link" href="https://blog.youtube/creator-and-artist-stories/youtube-black-voices-fund-music-class-of-2023/" title="Creator and Artist Stories, Meet the YouTube Black Voices Fund music class of 2023" data-use-custom-options data-analytics-click=' { "event": "trackEvent", "eventCategory": "module interaction", "eventAction": "related articles click", "eventLabel": "Meet the YouTube Black Voices Fund music class of 2023 - https://blog.youtube/creator-and-artist-stories/youtube-black-voices-fund-music-class-of-2023/ - 1", "componentPosition": "left", "componentType": "related articles" }' data-ga4-analytics-click=' { "event": "related_articles_click", "article_name": "Meet the YouTube Black Voices Fund music class of 2023", "author_name": "The YouTube Music Team" }' > <span class="yt-article-rel-article-paragraph__title-eyebrow" aria-hidden="true">Creator and Artist Stories</span> <h3 class="yt-article-rel-article-paragraph__title" aria-hidden="true">Meet the YouTube Black Voices Fund music class of 2023</h3> </a> </div> </div> </div> </div> </div> </div> <div data-sticky-dest class="yt-article-paragraph-media__media-destination"></div> </div> <div class="yt-article-paragraph-media__col yt-article-paragraph-media__p-container"> <div class="yt-article-paragraph-media__p js-yt-ga-paragraph-media yt-speakable" data-analytics-module='{ "module_name": "Paragraph with Media", "event": "inline_link_click", "section_header": "Unfiltered with…Tuma Basa", "topic_tags": "executives" }'> <div class="rich-text"><h2 data-block-key="128ix"><b>Music culture and trends shift over time, what do you see as YouTube’s role in moving music culture forward?</b></h2><p data-block-key="49rbs">I see YouTube’s best role as not here to interfere but to support the things that are happening. And that&#x27;s what we’re doing with <i>Avenues,</i> an education program we launched in July 2022, where we seek to inspire and equip artists with the knowledge and tools to make a living on YouTube. Shout out to <a href="https://www.instagram.com/wallo267/?hl=en">Wallo267</a>, who is our Cultural Advisor and has spearheaded this effort.</p><p data-block-key="10ogp">The work we are doing at <i>Avenues</i> to drive equity and increase YouTube’s cultural relevance in Black communities across the US is really important. With <i>Avenues,</i> we are going directly to the streets and touching and educating the people on how to benefit most from YouTube! When they leave one of our sessions, they are better informed, better connected, and better equipped to share their music. Working with Wallo is a pleasure, he is one of the smartest and hardest working people I know and he makes the whole team better. He makes YouTube better. Something I have learned from him is that when you are in this position it&#x27;s not about making smart decisions it&#x27;s about making wise decisions.</p></div> </div> <div data-sticky-dest class="yt-article-paragraph-media__p-destination"></div> </div> </div> <div class="yt-article-paragraph-media__row--mobile-rel-articles"> <div style="--primary-color: #00dbff;" class="yt-article-rel-article-paragraph__wrapper" data-analytics-module='{ "module_name": "Related article", "section_header": "More like this", "has_impression": true, "topic_tags": "executives" }' > <div class="yt-article-rel-article-paragraph__container"> <h2 class="yt-article-rel-article-paragraph__section-title">More like this</h2> <div class="yt-article-rel-article-paragraph__list"> <div class="yt-article-rel-article-paragraph__figure" data-analytics-module='{ "module_name": "Related article", "section_header": "More Like this", "topic_tags": "executives" }' > <a tabIndex="-1" aria-hidden="true" href="https://blog.youtube/creator-and-artist-stories/youtube-black-voices-fund-music-class-of-2023/" title="Meet the YouTube Black Voices Fund music class of 2023" data-use-custom-options data-analytics-click=' { "event": "trackEvent", "eventCategory": "module interaction", "eventAction": "related articles click", "eventLabel": "Meet the YouTube Black Voices Fund music class of 2023 - https://blog.youtube/creator-and-artist-stories/youtube-black-voices-fund-music-class-of-2023/ - 1", "componentPosition": "left", "componentType": "related articles" }' data-ga4-analytics-click=' { "event": "related_articles_click", "article_name": "Meet the YouTube Black Voices Fund music class of 2023", "author_name": "The YouTube Music Team" }' > <div class="yt-article-rel-article-paragraph__image-wrapper"> <img src=" https://storage.googleapis.com/gweb-uniblog-publish-prod/images/YTBVF_Creator_2023_FBCover_820x.max-100x100.format-webp.webp " class="yt-article-rel-article-paragraph__media" loading="lazy" data-loading='{ "mobile": " https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/YTBVF_Creator_2023_FBCover_820x360.jpg ", "desktop": " https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/YTBVF_Creator_2023_FBCover_820x360.jpg " }' alt="" /> </div> </a> <a class="yt-article-rel-article-paragraph__link" href="https://blog.youtube/creator-and-artist-stories/youtube-black-voices-fund-music-class-of-2023/" title="Creator and Artist Stories, Meet the YouTube Black Voices Fund music class of 2023" data-use-custom-options data-analytics-click=' { "event": "trackEvent", "eventCategory": "module interaction", "eventAction": "related articles click", "eventLabel": "Meet the YouTube Black Voices Fund music class of 2023 - https://blog.youtube/creator-and-artist-stories/youtube-black-voices-fund-music-class-of-2023/ - 1", "componentPosition": "left", "componentType": "related articles" }' data-ga4-analytics-click=' { "event": "related_articles_click", "article_name": "Meet the YouTube Black Voices Fund music class of 2023", "author_name": "The YouTube Music Team" }' > <span class="yt-article-rel-article-paragraph__title-eyebrow" aria-hidden="true">Creator and Artist Stories</span> <h3 class="yt-article-rel-article-paragraph__title" aria-hidden="true">Meet the YouTube Black Voices Fund music class of 2023</h3> </a> </div> </div> </div> </div> </div> </section> <section class="js-yt-gtm-media-paragraph yt-article-paragraph-media yt-article-paragraph-media--paragraph yt-article-paragraph-media--sticky-left " data-media-type="paragraph" > <div class="yt-article-paragraph-media__row"> <div class="yt-article-paragraph-media__col yt-article-paragraph-media__media-container "> <div class="yt-article-paragraph-media__row--desktop-rel-articles"> </div> <div data-sticky-dest class="yt-article-paragraph-media__media-destination"></div> </div> <div class="yt-article-paragraph-media__col yt-article-paragraph-media__p-container"> <div class="yt-article-paragraph-media__p js-yt-ga-paragraph-media yt-speakable" data-analytics-module='{ "module_name": "Paragraph with Media", "event": "inline_link_click", "section_header": "Unfiltered with…Tuma Basa", "topic_tags": "executives" }'> <div class="rich-text"><h2 data-block-key="ciko5"><b>Do you have a prediction for what&#x27;s coming next in the music industry?</b></h2><p data-block-key="dsm1u">Micro-entertainment. More short-form, more quick laughs, more quick cries. Pretty much what we’re doing with YouTube Shorts. It&#x27;s its own genre now.</p><h2 data-block-key="c0a9o"></h2><h2 data-block-key="6pm2f"><b>What advice would you give to younger artists coming up in the modern music industry?</b></h2><p data-block-key="b1rj0">Have strong relationships where you can get information you can’t search for online. There is a lot of wisdom and real-life insight that hasn’t been shared online. Also, artists have to engage their audience regularly. Don’t get caught up in the matrix and lose that connection.</p></div> </div> <div data-sticky-dest class="yt-article-paragraph-media__p-destination"></div> </div> </div> <div class="yt-article-paragraph-media__row--mobile-rel-articles"> </div> </section> <section class="js-yt-gtm-media-paragraph yt-article-paragraph-media yt-article-paragraph-media--video_paragraph yt-article-paragraph-media--sticky-left " data-media-type="video_paragraph" > <div class="yt-article-paragraph-media__row"> <div class="yt-article-paragraph-media__col yt-article-paragraph-media__media-container "> <div class="yt-article-paragraph-media__row--desktop-rel-articles"> </div> <div class="yt-article-paragraph-media__media-wrapper yt-article-paragraph-media__media-wrapper--video-no-img "> <div class=" yt-article-paragraph-media__video-left-sticky yt-article-paragraph-media__video-no-sticky"> <article class=" yt-article-video yt-article-video--loading js-yt-gtm-article-video " data-component="yt-article-yt-player" data-section-title="" data-page-url="https://blog.youtube/inside-youtube/unfiltered-with-tuma-basa/" data-video-name="Madness - Our House" data-video-test="https://www.youtube.com/watch?v=KwIe_sjKeAY" data-video-id="KwIe_sjKeAY" data-video-type="VIDEO_PARAGRAPH" data-video-source="article" data-index-id="23bd5607-4ec8-417b-bbd4-9e5ba5477763" data-component-position="left" data-component-type="article media paragraph" data-publication-date="20221116" data-topic-tags="executives" data-analytics-click='{ "event": "trackEvent", "eventAction": "article video click", "eventCategory": "module interaction", "eventLabel": "https://youtube.com/watch?v=KwIe_sjKeAY", "componentType": "article video", "componentPosition": "left" }' > <div class="yt-article-video__embed yt-article-video__embed-container hide-from-all "> <div id="yt-article-yt-player-KwIe_sjKeAY-23bd5607-4ec8-417b-bbd4-9e5ba5477763"></div> </div> <figure class="yt-article-video__container"> <div class="yt-image-placeholder"> <a class="yt-article-video__custom-wrapper " aria-label=" Madness - Our House " href="#" target="_blank"> <img class="yt-article-video__default-image" src="//i.ytimg.com/vi_webp/KwIe_sjKeAY/default.webp" alt="" loading="lazy" aria-hidden="true" data-hq-image="//i.ytimg.com/vi_webp/KwIe_sjKeAY/maxresdefault.webp" > <div class="yt-article-video__play-button "> <svg role="img" aria-label="Play button" class="h-c-video__play h-c-icon h-c-icon--color-white" > <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#yt_video_play_button"></use> </svg> </div> </a> </div> <figcaption class="yt-article-video__caption"> <p class="yt-article-video__video-title"> <span aria-hidden="true">Madness - Our House</span> </p> </figcaption> </figure> </article> </div> </div> <div data-sticky-dest class="yt-article-paragraph-media__media-destination"></div> </div> <div class="yt-article-paragraph-media__col yt-article-paragraph-media__p-container"> <div class="yt-article-paragraph-media__p js-yt-ga-paragraph-media yt-speakable" data-analytics-module='{ "module_name": "Paragraph with Media", "event": "inline_link_click", "section_header": "Unfiltered with…Tuma Basa", "topic_tags": "executives" }'> <div class="rich-text"><h2 data-block-key="ciko5"><b>What would someone reading this be surprised to hear that you’re listening to today and what are some of your all time albums?</b></h2><p data-block-key="85j7u">Yesterday in the car with my parents, I was listening to <a href="https://www.youtube.com/channel/UC5hmAzA43Il46USsJPKNXXQ">The Pointer Sisters</a>, <a href="https://www.youtube.com/channel/UCX8pxyrMe7tJDhpM2DRgHvw">Kool and the Gang</a>, and you know that Madness song, “<a href="https://www.youtube.com/watch?v=KwIe_sjKeAY">Our House in the Middle of the Street</a>,” We listened to that, as well as <a href="https://www.youtube.com/channel/UCMRJ1CdKBBR_x5b0cdHIrWA">Thompson Twins</a>, and <a href="https://www.youtube.com/channel/UCNcm9d5VOJ3WFRuDAYVPtGQ">Fine Young Cannibals</a>. A lot of 80s stuff. I lived in Iowa City at that time and that&#x27;s all that got played on FM radio in Eastern Iowa back then. It&#x27;s hard for me to pick all time favorites but what’s coming to mind right now is <a href="https://www.youtube.com/channel/UCAlTDckOOQ2jREOvuCShGbw">Bob Marley</a>’s <i>Uprising</i> album or <i>The Harder They Come Soundtrack…</i> or maybe <a href="https://www.youtube.com/channel/UC5OrDvL9DscpcAstz7JnQGA">Michael Jackson</a>,<i> Thriller</i> or <i>Off The Wall,</i> or one of <a href="https://www.youtube.com/channel/UCN-sc1xJr-QQNj_uNIM9wTA">JAY-Z</a>’s albums, <i>Black Album</i> or <i>The Blueprint.</i> HOV’s the G.O.A.T.</p><h2 data-block-key="9298b"></h2><h2 data-block-key="1hedb"><b>If you didn’t work in music, what would you be doing?</b></h2><p data-block-key="3kje3">Listening to music!</p></div> </div> <div data-sticky-dest class="yt-article-paragraph-media__p-destination"></div> </div> </div> <div class="yt-article-paragraph-media__row--mobile-rel-articles"> </div> </section> <section class="yt-article-rel-tags js-yt-gtm-related-tags" data-analytics-module='{ "module_name": "Related Topics", "section_header": "Related Topics", "topic_tags": "executives", "has_impression": true }'> <article class="yt-article-rel-tags__row"> <div class="yt-article-rel-tags__container yt-speakable "> <h2 class="yt-article-rel-tags__title"> Related Topics </h2> <ul class="yt-article-rel-tags__list"> <li class="yt-article-rel-tags__item"> <a class="yt-button yt-text-button js-yt-article-rel-tags-link" href="/search/?domain=youtube&tags=executives" title="Executives" data-analytics-click=' { "event": "trackEvent", "eventCategory": "module interaction", "eventAction": "related topics click", "eventLabel": "Executives - /search/?domain=youtube&tags=executives", "componentType": "related topics" }' data-ga4-analytics-click='{ "event": "related_topics_click", "article_name": "Unfiltered with…Tuma Basa", "author_name": "Lauren Resnick" }' > Executives </a> </li> <li class="yt-article-rel-tags__item"> <a class="yt-button yt-text-button js-yt-article-rel-tags-link" href="/search/?domain=youtube&tags=music" title="Music" data-analytics-click=' { "event": "trackEvent", "eventCategory": "module interaction", "eventAction": "related topics click", "eventLabel": "Music - /search/?domain=youtube&tags=music", "componentType": "related topics" }' data-ga4-analytics-click='{ "event": "related_topics_click", "article_name": "Unfiltered with…Tuma Basa", "author_name": "Lauren Resnick" }' > Music </a> </li> <li class="yt-article-rel-tags__item"> <a class="yt-button yt-text-button js-yt-article-rel-tags-link" href="/search/?domain=youtube&tags=youtube-music" title="YouTube Music" data-analytics-click=' { "event": "trackEvent", "eventCategory": "module interaction", "eventAction": "related topics click", "eventLabel": "YouTube Music - /search/?domain=youtube&tags=youtube-music", "componentType": "related topics" }' data-ga4-analytics-click='{ "event": "related_topics_click", "article_name": "Unfiltered with…Tuma Basa", "author_name": "Lauren Resnick" }' > YouTube Music </a> </li> <li class="yt-article-rel-tags__item"> <a class="yt-button yt-text-button js-yt-article-rel-tags-link" href="/search/?domain=youtube&tags=inside-youtube" title="Inside YouTube" data-analytics-click=' { "event": "trackEvent", "eventCategory": "module interaction", "eventAction": "related topics click", "eventLabel": "Inside YouTube - /search/?domain=youtube&tags=inside-youtube", "componentType": "related topics" }' data-ga4-analytics-click='{ "event": "related_topics_click", "article_name": "Unfiltered with…Tuma Basa", "author_name": "Lauren Resnick" }' > Inside YouTube </a> </li> </ul> </div> </article> </section> </div> </article> <div class="yt-newsletter-toast" data-component="yt-newsletter-toast"> <div class="yt-newsletter-toast__container"> <div class="yt-newsletter-toast__content" data-analytics-module='{ "module_name": "newsletter toast", "section_header": "Unfiltered with…Tuma Basa" }'> <div class="yt-newsletter-toast__content--info"> <span class="yt-newsletter-toast__content--img"> <svg role="presentation" class="icon" > <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#yt_mail_toast"></use> </svg> </span> <p class="yt-newsletter-toast__content--text"> Want more from The YouTube Blog? Join our newsletter! </p> </div> <a class="yt-newsletter-toast--cta-sub yt-button--light" aria-label="Newsletter subscribe" data-content-type="blog_youtube | YouTube Article Page" data-trigger-subscription-modal> Subscribe </a> <button aria-label=close class="yt-newsletter-toast--close-button" data-content-type="blog_youtube | YouTube Article Page"> <svg role="presentation" class="icon" > <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#yt_close_toast"></use> </svg> </button> </div> </div> </div> </main> <footer class="yt-footer js-yt-gtm-footer" data-component="yt-footer" data-analytics-module=' { "module_name": "footer" }'> <div class="yt-footer__wrapper"> <div class="yt-footer__row"> <div class="yt-footer__intro-section"> <div class="yt-footer__logo-container"> <svg role="img" aria-label="YouTube Official Blog logo" class="yt-footer__logo" > <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#yt_logo_footer"></use> </svg> </div> <p class="yt-footer__description"> Explore the latest company news, creator and artist profiles, culture and trends analyses, and behind-the-scenes insights on the YouTube Official Blog. </p> </div> <div class="yt-footer__info-section yt-footer__top-nav" data-component="yt-accordion"> <div class="yt-footer__info-section-accordion yt-accordion__section" id="item-top-1"> <button aria-expanded="false" class="yt-footer__info-section-accordion-title-wrapper yt-accordion__title-wrapper js-accordion-button"> <h2 class="yt-footer__info-section-accordion-title yt-accordion__title"> <span>Our Channels</span> </h2> <div class="yt-search-filters__accordion-icon yt-accordion__icon"> <svg aria-hidden="true"> <title>Toggle</title> <desc>Toggle Accordion</desc> <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#yt_footer_chevron_down"></use> </svg> </div> </button> <div class="yt-footer__info-section-accordion-body yt-accordion__body"> <ul class="yt-footer__info-section-list" data-analytics-module='{ "module_name": "footer" }'> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://www.youtube.com/user/YouTube" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "YouTube", "link_url": "https://www.youtube.com/user/YouTube" }'> YouTube </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://www.youtube.com/user/creatoracademy" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "YouTube Creators", "link_url": "https://www.youtube.com/user/creatoracademy" }'> YouTube Creators </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://www.youtube.com/channel/UCGg-UqjRgzhYDPJMr-9HXCg" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "Creator Insider", "link_url": "https://www.youtube.com/channel/UCGg-UqjRgzhYDPJMr-9HXCg" }'> Creator Insider </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://www.youtube.com/user/YouTubeHelp" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "TeamYouTube [Help]", "link_url": "https://www.youtube.com/user/YouTubeHelp" }'> TeamYouTube [Help] </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://www.youtube.com/@YouTubeLiaison" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "YouTube Liaison", "link_url": "https://www.youtube.com/@YouTubeLiaison" }'> YouTube Liaison </a> </li> </ul> </div> </div> <div class="yt-footer__info-section-accordion yt-accordion__section" id="item-top-2"> <button aria-expanded="false" class="yt-footer__info-section-accordion-title-wrapper yt-accordion__title-wrapper js-accordion-button"> <h2 class="yt-footer__info-section-accordion-title yt-accordion__title"> <span>X (Twitter)</span> </h2> <div class="yt-search-filters__accordion-icon yt-accordion__icon"> <svg aria-hidden="true"> <title>Toggle</title> <desc>Toggle Accordion</desc> <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#yt_footer_chevron_down"></use> </svg> </div> </button> <div class="yt-footer__info-section-accordion-body yt-accordion__body"> <ul class="yt-footer__info-section-list" data-analytics-module='{ "module_name": "footer" }'> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://twitter.com/YouTube" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "YouTube", "link_url": "https://twitter.com/YouTube" }'> YouTube </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://twitter.com/YouTubeLiaison" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "YouTube Liaison", "link_url": "https://twitter.com/YouTubeLiaison" }'> YouTube Liaison </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://twitter.com/ytcreators" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "YouTube Creators", "link_url": "https://twitter.com/ytcreators" }'> YouTube Creators </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://twitter.com/teamyoutube" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "TeamYouTube", "link_url": "https://twitter.com/teamyoutube" }'> TeamYouTube </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://twitter.com/youtubegaming" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "YouTube Gaming", "link_url": "https://twitter.com/youtubegaming" }'> YouTube Gaming </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://twitter.com/youtubetv" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "YouTube TV", "link_url": "https://twitter.com/youtubetv" }'> YouTube TV </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://twitter.com/youtubemusic?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "YouTube Music", "link_url": "https://twitter.com/youtubemusic?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor" }'> YouTube Music </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://twitter.com/YouTubeInsider" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "YouTubeInsider", "link_url": "https://twitter.com/YouTubeInsider" }'> YouTubeInsider </a> </li> </ul> </div> </div> </div> </div> <div class="yt-footer__row"> <div class="yt-footer__info-section-social"> <div class="yt-footer__info-section-social-title">Connect</div> <div class="yt-footer__info-section-social-network-wrapper"> <section class="yt-social js-yt-gtm-social" > <div class="yt-social__list" data-analytics-module='{ "module_name": "Footer Connect", "section_header": "undefined", "topic_tags": "executives" }'> <ul> <li class="yt-social__list-item"> <a class="yt-social__list-link" aria-label="Instagram" href="https://www.instagram.com/youtube/" target="_blank" data-use-custom-options data-ga4-analytics-click='{ "event": "social_follow", "method": "Instagram", "link_text": "undefined", "link_url": "https://www.instagram.com/youtube/", "article_name": "Unfiltered with…Tuma Basa" }' data-analytics-click=' { "event": "trackEvent", "eventCategory": "progress", "eventAction": "footer - social share click", "eventLabel": "social - https://www.instagram.com/youtube/", "componentType": "footer" }'> <svg aria-hidden="false" class="yt-social__list-svg" viewBox="0 0 18 18" > <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#social_instagram"></use> </svg> </a> </li> <li class="yt-social__list-item"> <a class="yt-social__list-link" aria-label="Facebook" href="https://www.facebook.com/youtube" target="_blank" data-use-custom-options data-ga4-analytics-click='{ "event": "social_follow", "method": "Facebook", "link_text": "undefined", "link_url": "https://www.facebook.com/youtube", "article_name": "Unfiltered with…Tuma Basa" }' data-analytics-click=' { "event": "trackEvent", "eventCategory": "progress", "eventAction": "footer - social share click", "eventLabel": "social - https://www.facebook.com/youtube", "componentType": "footer" }'> <svg aria-hidden="false" class="yt-social__list-svg" viewBox="0 0 18 18" > <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#yt_social_facebook"></use> </svg> </a> </li> </ul> </div> </section> </div> </div> </div> <div class="yt-footer__row"> <div class="yt-footer__info-section yt-footer__mid-nav" data-component="yt-accordion"> <div class="yt-footer__info-section-accordion yt-accordion__section" id="item-nav-1"> <button aria-expanded="false" class="yt-footer__info-section-accordion-title-wrapper yt-accordion__title-wrapper js-accordion-button"> <h2 class="yt-footer__info-section-accordion-title yt-accordion__title"> <span>About YouTube</span> </h2> <div class="yt-search-filters__accordion-icon yt-accordion__icon"> <svg aria-hidden="true"> <title>Toggle</title> <desc>Toggle Accordion</desc> <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#yt_footer_chevron_down"></use> </svg> </div> </button> <div class="yt-footer__info-section-accordion-body yt-accordion__body"> <ul class="yt-footer__info-section-list" data-analytics-module='{ "module_name": "footer" }'> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://youtube.com/about/" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "About", "link_url": "https://youtube.com/about/" }'> About </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="/press" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "Press", "link_url": "/press" }'> Press </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://www.youtube.com/jobs/" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "Jobs", "link_url": "https://www.youtube.com/jobs/" }'> Jobs </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://www.youtube.com/howyoutubeworks/" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "How YouTube Works", "link_url": "https://www.youtube.com/howyoutubeworks/" }'> How YouTube Works </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="http://youtube.com/trends" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "YouTube Culture &amp; Trends", "link_url": "http://youtube.com/trends" }'> YouTube Culture &amp; Trends </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://support.google.com/youtube/community" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "Community Forum", "link_url": "https://support.google.com/youtube/community" }'> Community Forum </a> </li> </ul> </div> </div> <div class="yt-footer__info-section-accordion yt-accordion__section" id="item-nav-2"> <button aria-expanded="false" class="yt-footer__info-section-accordion-title-wrapper yt-accordion__title-wrapper js-accordion-button"> <h2 class="yt-footer__info-section-accordion-title yt-accordion__title"> <span>YouTube Products</span> </h2> <div class="yt-search-filters__accordion-icon yt-accordion__icon"> <svg aria-hidden="true"> <title>Toggle</title> <desc>Toggle Accordion</desc> <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#yt_footer_chevron_down"></use> </svg> </div> </button> <div class="yt-footer__info-section-accordion-body yt-accordion__body"> <ul class="yt-footer__info-section-list" data-analytics-module='{ "module_name": "footer" }'> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://www.youtubego.com/" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "YouTube Go", "link_url": "https://www.youtubego.com/" }'> YouTube Go </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://www.youtube.com/kids/" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "YouTube Kids", "link_url": "https://www.youtube.com/kids/" }'> YouTube Kids </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://www.youtube.com/musicpremium" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "YouTube Music", "link_url": "https://www.youtube.com/musicpremium" }'> YouTube Music </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://www.youtube.com/channel/UCqVDpXKLmKeBU_yyt_QkItQ" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "YouTube Originals", "link_url": "https://www.youtube.com/channel/UCqVDpXKLmKeBU_yyt_QkItQ" }'> YouTube Originals </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://www.youtube.com/premium/" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "YouTube Premium", "link_url": "https://www.youtube.com/premium/" }'> YouTube Premium </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://studio.youtube.com/" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "YouTube Studio", "link_url": "https://studio.youtube.com/" }'> YouTube Studio </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://tv.youtube.com/welcome/?zipcode=78702" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "YouTube TV", "link_url": "https://tv.youtube.com/welcome/?zipcode=78702" }'> YouTube TV </a> </li> </ul> </div> </div> <div class="yt-footer__info-section-accordion yt-accordion__section" id="item-nav-3"> <button aria-expanded="false" class="yt-footer__info-section-accordion-title-wrapper yt-accordion__title-wrapper js-accordion-button"> <h2 class="yt-footer__info-section-accordion-title yt-accordion__title"> <span>For Business</span> </h2> <div class="yt-search-filters__accordion-icon yt-accordion__icon"> <svg aria-hidden="true"> <title>Toggle</title> <desc>Toggle Accordion</desc> <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#yt_footer_chevron_down"></use> </svg> </div> </button> <div class="yt-footer__info-section-accordion-body yt-accordion__body"> <ul class="yt-footer__info-section-list" data-analytics-module='{ "module_name": "footer" }'> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://www.youtube.com/ads/" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "Advertising", "link_url": "https://www.youtube.com/ads/" }'> Advertising </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://developers.google.com/youtube" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "Developers", "link_url": "https://developers.google.com/youtube" }'> Developers </a> </li> </ul> </div> </div> <div class="yt-footer__info-section-accordion yt-accordion__section" id="item-nav-4"> <button aria-expanded="false" class="yt-footer__info-section-accordion-title-wrapper yt-accordion__title-wrapper js-accordion-button"> <h2 class="yt-footer__info-section-accordion-title yt-accordion__title"> <span>For Creators</span> </h2> <div class="yt-search-filters__accordion-icon yt-accordion__icon"> <svg aria-hidden="true"> <title>Toggle</title> <desc>Toggle Accordion</desc> <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#yt_footer_chevron_down"></use> </svg> </div> </button> <div class="yt-footer__info-section-accordion-body yt-accordion__body"> <ul class="yt-footer__info-section-list" data-analytics-module='{ "module_name": "footer" }'> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://artists.youtube.com/" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "Artists", "link_url": "https://artists.youtube.com/" }'> Artists </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://www.youtube.com/creators/" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "Creators", "link_url": "https://www.youtube.com/creators/" }'> Creators </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://creatoracademy.youtube.com/page/home" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "Creator Academy", "link_url": "https://creatoracademy.youtube.com/page/home" }'> Creator Academy </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://www.youtube.com/yt/family/" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "Creating for Kids", "link_url": "https://www.youtube.com/yt/family/" }'> Creating for Kids </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://youtube.com/creatorresearch/" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "Creators Research", "link_url": "https://youtube.com/creatorresearch/" }'> Creators Research </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://servicesdirectory.withyoutube.com/" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "Creators Services Directory", "link_url": "https://servicesdirectory.withyoutube.com/" }'> Creators Services Directory </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://www.youtube.com/nextup/" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "YouTube NextUp", "link_url": "https://www.youtube.com/nextup/" }'> YouTube NextUp </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://www.youtube.com/space/" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "YouTube Space", "link_url": "https://www.youtube.com/space/" }'> YouTube Space </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://vr.youtube.com/" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "YouTube VR", "link_url": "https://vr.youtube.com/" }'> YouTube VR </a> </li> </ul> </div> </div> <div class="yt-footer__info-section-accordion yt-accordion__section" id="item-nav-5"> <button aria-expanded="false" class="yt-footer__info-section-accordion-title-wrapper yt-accordion__title-wrapper js-accordion-button"> <h2 class="yt-footer__info-section-accordion-title yt-accordion__title"> <span>Our Commitments</span> </h2> <div class="yt-search-filters__accordion-icon yt-accordion__icon"> <svg aria-hidden="true"> <title>Toggle</title> <desc>Toggle Accordion</desc> <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#yt_footer_chevron_down"></use> </svg> </div> </button> <div class="yt-footer__info-section-accordion-body yt-accordion__body"> <ul class="yt-footer__info-section-list" data-analytics-module='{ "module_name": "footer" }'> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://www.youtube.com/creators-for-change/" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "Creators for Change", "link_url": "https://www.youtube.com/creators-for-change/" }'> Creators for Change </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://youtube.com/csai-match/" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "CSAI Match", "link_url": "https://youtube.com/csai-match/" }'> CSAI Match </a> </li> <li class="yt-footer__info-section-list-item"> <a class="yt-footer__info-section-list-item-link js-ga-yt-footer-link" href="https://socialimpact.youtube.com/" target="_blank" data-ga4-analytics-click='{ "event": "nav_click", "link_text": "Social Impact", "link_url": "https://socialimpact.youtube.com/" }'> Social Impact </a> </li> </ul> </div> </div> </div> </div> <div class="yt-footer__nav-section"> <div class="yt-footer__nav-section-nav-wrapper"> <a href="https://www.youtube.com/" class="yt-footer__nav-section-icon-link" data-analytics-click=' { "event": "trackEvent", "eventCategory": "footer", "eventAction": "footer logo click", "eventLabel": "logo - https://www.youtube.com/", "componentType": "footer" }' data-ga4-analytics-click=' { "event": "nav_click", "link_text": "YouTube logo" }' > <svg role="img" aria-label="YouTube Logo" class="yt-footer__nav-section-yt-icon" > <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#yt_logo"></use> </svg> </a> <nav> <ul class="yt-footer__nav-section-nav"> <li class="yt-footer__nav-section-nav-item"> <a class="yt-footer__nav-section-nav-item-link" href="https://www.youtube.com/about/policies/#community-guidelines" data-analytics-click=' { "event": "trackEvent", "eventCategory": "footer", "eventAction": "footer policy link click", "eventLabel": "Policy \u0026 Safety - https://www.youtube.com/about/policies/#community-guidelines", "componentType": "footer" }' data-ga4-analytics-click='{ "event": "nav_click", "link_text": "Policy &amp; Safety", "link_url": "https://www.youtube.com/about/policies/#community-guidelines" }' > Policy &amp; Safety </a> </li> <li class="yt-footer__nav-section-nav-item"> <a class="yt-footer__nav-section-nav-item-link" href="https://www.youtube.com/about/copyright/#support-and-troubleshooting" data-analytics-click=' { "event": "trackEvent", "eventCategory": "footer", "eventAction": "footer policy link click", "eventLabel": "Copyright - https://www.youtube.com/about/copyright/#support-and-troubleshooting", "componentType": "footer" }' data-ga4-analytics-click='{ "event": "nav_click", "link_text": "Copyright", "link_url": "https://www.youtube.com/about/copyright/#support-and-troubleshooting" }' > Copyright </a> </li> <li class="yt-footer__nav-section-nav-item"> <a class="yt-footer__nav-section-nav-item-link" href="https://www.youtube.com/about/brand-resources/#logos-icons-colors" data-analytics-click=' { "event": "trackEvent", "eventCategory": "footer", "eventAction": "footer policy link click", "eventLabel": "Brand Guidelines - https://www.youtube.com/about/brand-resources/#logos-icons-colors", "componentType": "footer" }' data-ga4-analytics-click='{ "event": "nav_click", "link_text": "Brand Guidelines", "link_url": "https://www.youtube.com/about/brand-resources/#logos-icons-colors" }' > Brand Guidelines </a> </li> <li class="yt-footer__nav-section-nav-item"> <a class="yt-footer__nav-section-nav-item-link" href="https://policies.google.com/privacy" data-analytics-click=' { "event": "trackEvent", "eventCategory": "footer", "eventAction": "footer policy link click", "eventLabel": "Privacy - https://policies.google.com/privacy", "componentType": "footer" }' data-ga4-analytics-click='{ "event": "nav_click", "link_text": "Privacy", "link_url": "https://policies.google.com/privacy" }' > Privacy </a> </li> <li class="yt-footer__nav-section-nav-item"> <a class="yt-footer__nav-section-nav-item-link" href="https://www.youtube.com/t/terms" data-analytics-click=' { "event": "trackEvent", "eventCategory": "footer", "eventAction": "footer policy link click", "eventLabel": "Terms - https://www.youtube.com/t/terms", "componentType": "footer" }' data-ga4-analytics-click='{ "event": "nav_click", "link_text": "Terms", "link_url": "https://www.youtube.com/t/terms" }' > Terms </a> </li> </ul> </nav> </div> <div class="yt-footer__help-section"> <div class="yt-footer__help-section-help-section-wrapper"> <a href="https://support.google.com/youtube/community" class="yt-footer__help-section-help-section-wrapper-link" data-analytics-click=' { "event": "trackEvent", "eventCategory": "footer", "eventAction": "footer support link click", "eventLabel": "Help - https://support.google.com/youtube/community", "componentType": "footer" }' data-ga4-analytics-click=' { "event": "nav_click" }' > <svg id="question-mark-icon" role="presentation" aria-hidden="true" aria-label="YouTube Logo" class="yt-footer__help-section-question-mark-icon" > <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#question_mark"></use> </svg> <span class="yt-footer__help-section-question-mark-icon-label"> Help </span> </a> <div class="yt-footer__help-section-lang js-yt-ga-translate"> <div class="yt-picker yt-picker--dark" data-component="yt-lang-picker" data-analytics-module='{ "module_name": "Language Selector", "section_header": "Unfiltered with…Tuma Basa" }'> <select name="language" id="yt-picker-language" class="yt-picker-order-menu js-yt-select-lang-element" aria-label="Select a language"> <option label="Deutsch" value="/intl/de-de" class="yt-picker-item" > Deutsch </option> <option label="English" value="/" class="yt-picker-item" selected="selected" > English </option> <option label="Español (Latinoamérica)" value="/intl/es-419" class="yt-picker-item" > Español (Latinoamérica) </option> <option label="Français (France)" value="/intl/fr-fr" class="yt-picker-item" > Français (France) </option> <option label="日本語 (日本)" value="/intl/ja-jp" class="yt-picker-item" > 日本語 (日本) </option> <option label="한국어" value="/intl/ko-kr" class="yt-picker-item" > 한국어 </option> <option label="Português (Brasil)" value="/intl/pt-br" class="yt-picker-item" > Português (Brasil) </option> </select> <svg role="presentation" aria-hidden="true" class="yt-picker-icon" > <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#yt_footer_chevron_down"></use> </svg> </div> </div> </div> </div> </div> </div> </footer> <div class="yt-subscription-modal__overlay hide-from-all" tabindex="0" aria-hidden="true" data-component="yt-subscription-modal"> <div class="yt-subscription-modal__container"> <div class="yt-subscription-modal__dialog"> <div class="yt-subscription-modal__content" data-errors='{ "emailErrors": "Email address contains error(s).", "enterEmail": "Email address is required.", "apiFail": "Please check your network connection and try again." }' data-analytics-module='{ "module_name": "Newsletter Subscription Modal", "section_header": "Unfiltered with…Tuma Basa" }'> <div class="yt-subscription-modal__network-error"> Please check your network connection and <span class="yt-subscription-modal__network-error--red-text">try again.</span> </div> <figure class="yt-subscription-modal__image-container"> <svg role="presentation" aria-hidden="true" class="yt-subscription-modal__image" > <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#subscription_envelope"></use> </svg> </figure> <div class="yt-subscription-modal__text-container"> <p class="yt-subscription-modal__text">Join our newsletter to receive the latest news, trends, and features straight to your inbox!</p> </div> <form class="yt-subscription-modal__form" data-method="POST" data-action="https://services.google.com/fb/submissions/youtubenewslettersubscriptionsdev/" aria-live="polite"> <div class="yt-subscription-modal__input-container"> <input class="yt-subscription-modal__input" type="text" placeholder="Email address" aria-required="true" aria-label="Email address" /> <figure class="yt-subscription-modal__input-invalid-icon"> <svg aria-hidden="true" > <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#yt_input_error"></use> </svg> </figure> <div class="yt-subscription-modal__error-message"></div> </div> <div class="yt-subscription-modal__disclaimer-container"> <p class="yt-subscription-modal__disclaimer">Your information will be used in accordance with Google's privacy policy. You may opt out at any time.</p> </div> <div class="yt-subscription-modal__button-container"> <input class="yt-subscription-modal__button yt-button--light" type="submit" value="Subscribe"> </div> </form> <div class="yt-subscription-modal__loading"> <div class="yt-subscription-modal__animation"> <div></div> <div></div> <div></div> <div></div> </div> </div> </div> <div class="yt-subscription-modal__success"> <figure class="yt-subscription-modal__success-logo"> <svg aria-hidden="true" > <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#yt_logo_symbol"></use> </svg> </figure> <p class="yt-subscription-modal__success-text"> Let's get contenting! You'll receive a confirmation soon. </p> <button class="yt-subscription-modal__success-cta">OK, got it</button> </div> <button class="yt-subscription-modal__close-button" aria-label="close dialog"> <svg aria-hidden="true" class="yt-subscription-modal__close" > <use xmlns:xlink="http://www.w3.org/1999/xlink" data-xlink="/static/blog_youtube/images/icons.svg?version=pr20241113-1756#yt_close_icon_white"></use> </svg> </button> </div> </div> </div> <div id="base-scripts" data-scripts='[ { "url": "/static/blog_youtube/js/csp/gtm.js?version=pr20241113-1756", "options": { "async": false, "defer": true } }, { "url": "/static/youtube/js/all/index.js?version=pr20241113-1756", "options": { "async": false, "defer": true } } ]'></div> <div id="extra-scripts" data-scripts=""> </div> <script> var base_scripts = document.querySelector("#base-scripts").getAttribute('data-scripts'); base_scripts = JSON.parse(base_scripts); var extra_scripts = document.querySelector("#extra-scripts").getAttribute('data-scripts'); if (extra_scripts) { extra_scripts = JSON.parse(extra_scripts); } else { extra_scripts = []; } var scripts = base_scripts.concat(extra_scripts); scripts.forEach(function(scriptObj) { var s = document.createElement('script'); s.async = scriptObj.options.async; s.defer = scriptObj.options.defer; s.src = scriptObj.url; document.head.appendChild(s); }); </script> <script defer src="https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.js" data-glue-cookie-notification-bar-category="2B" data-glue-cookie-notification-bar-site-id="blog.youtube"> </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10