<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Get Info: #youtube</title>
    <description>Posts tagged “youtube” — Blog of independent game and app developer Matt Sephton. Featuring vintage Macintosh, game development, digital artwork, Japanese esoterica, video game reviews, hacks and tips, and much more.</description>
    <link>https://blog.gingerbeardman.com/tag/youtube/</link>
    <atom:link href="https://blog.gingerbeardman.com/tag/youtube/index.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Mon, 06 Jul 2026 14:37:40 +0000</pubDate>
    <lastBuildDate>Mon, 06 Jul 2026 14:37:40 +0000</lastBuildDate>
    <generator>Jekyll v4.4.1</generator>

    
      
        <item>
          <title>Working around the YouTube Channel RSS limit</title>
          <description>&lt;p&gt;I’ve been falling behind watching Masahiro Sakurai’s game development videos, so decided to subscribe to his YouTube channel using RSS. This is as simple as plugging the channel URL https://youtube.com/@sora_sakurai_en into your RSS feed reader.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;BUT only the most recent 15 videos will be listed!&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Google’s YouTube API allows listing of the most recent 50 videos, but that’s easier said than done as you’d have to get an API key, write some code to do this query, and host it somewhere online. Wouldn’t it be great if somebody else has already done the hard work and is sharing their solution?&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Well, we’re in luck!&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Thanks to this &lt;a href=&quot;https://stackoverflow.com/questions/56430703/how-to-use-youtube-data-api-v3-to-get-more-than-15-videos-in-an-rss-reader-ne#comment99478631_56430703&quot;&gt;helpful StackOverflow comment&lt;/a&gt;, you can use the following URL to list the most recent 50 videos from Sakurai’s channel:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;https://scriptbarrel.com/xml.cgi?channel_id=UCv1DvRY5PyHHt3KN9ghunuw&amp;amp;name=%40sora_sakurai_en&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This will work for any other YouTube channel by simply substituting the relevant &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;channel_id&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;name&lt;/code&gt; details.&lt;/p&gt;

&lt;h2 id=&quot;if-you-need-more-than-50&quot;&gt;If you need more than 50&lt;/h2&gt;

&lt;p&gt;You can &lt;a href=&quot;https://authory.com/blog/create-a-youtube-rss-feed-with-vastly-increased-limits/&quot;&gt;use Authory&lt;/a&gt; (free 30 day trial) to create a feed that will return up to 1000 most recent videos.&lt;/p&gt;

&lt;h2 id=&quot;important-getting-back-on-track&quot;&gt;Important: getting back on track&lt;/h2&gt;

&lt;p&gt;After you’ve retrieved the historic videos, you should edit the RSS feed link in your reader to change it back to the original YouTube channel link. This will let you keep the historic videos from the workaround feed and retrieve any future videos from the standard YouTube feed, so you’re not relying on a third-party service.&lt;/p&gt;
</description>
          <author>by Matt Sephton</author>
          <pubDate>Mon, 09 Jan 2023 00:00:00 +0000</pubDate>
          <link>https://blog.gingerbeardman.com/2023/01/09/working-around-the-youtube-channel-rss-limit/</link>
          <guid isPermaLink="true">https://blog.gingerbeardman.com/2023/01/09/working-around-the-youtube-channel-rss-limit/</guid>
        </item>
      
    

  </channel>
</rss>
