<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>RSScribe Blog</title>
        <link>https://rsscribe.com/blog</link>
        <description>Practical guides about YouTube RSS feeds, readable video articles, and calmer reading workflows.</description>
        <lastBuildDate>Sat, 11 Jul 2026 00:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>RSScribe</generator>
        <language>en</language>
        <copyright>Copyright 2026 RSScribe</copyright>
        <atom:link href="https://rsscribe.com/blog/feed.xml" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[How to Find a YouTube Channel RSS Feed]]></title>
            <link>https://rsscribe.com/blog/youtube-channel-rss-feed</link>
            <guid isPermaLink="false">https://rsscribe.com/blog/youtube-channel-rss-feed</guid>
            <pubDate>Sat, 11 Jul 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Find the RSS feed URL for a public YouTube channel with recent uploads and add it to the reader you already use.]]></description>
            <content:encoded><![CDATA[<p>YouTube exposes recent-upload feeds for public channels with eligible uploads. The dependable form uses the channel’s stable ID:</p>
<p><code>https://www.youtube.com/feeds/videos.xml?channel_id=CHANNEL_ID</code></p>
<p>The difficult part is usually finding <code>CHANNEL_ID</code>. A modern YouTube URL often shows a handle such as <code>@youtubecreators</code>, while the feed expects an ID beginning with <code>UC</code>.</p>
<h2>The quickest method: let your reader find it</h2>
<p>Before inspecting source code, try the channel URL in your RSS reader. Feedly’s official instructions say you can search for a channel or paste its direct channel URL. Inoreader likewise supports finding public YouTube channels by search or URL.</p>
<p>This is the shortest route when it works:</p>
<ol>
<li>Open the YouTube channel—not an individual video.</li>
<li>Copy the channel-page URL.</li>
<li>Paste it into your reader’s Add source or Add feed field.</li>
<li>Confirm that the preview shows uploads from the correct creator.</li>
</ol>
<p>See the reader-specific walkthroughs for <a href="https://rsscribe.com/blog/follow-youtube-channels-in-feedly">Feedly</a> and <a href="https://rsscribe.com/blog/follow-youtube-channels-in-inoreader">Inoreader</a>.</p>
<h2>Find the feed in the channel-page source</h2>
<p>If the reader cannot resolve a handle URL, use the feed reference embedded in the page:</p>
<ol>
<li>Open the channel page in a desktop browser.</li>
<li>Choose <strong>View page source</strong>.</li>
<li>Search the source for <code>feeds/videos.xml?channel_id=</code>.</li>
<li>Copy the complete URL, stopping at the closing quote.</li>
<li>Decode <code>&amp;amp;</code> as <code>&amp;</code> if the URL contains additional parameters.</li>
</ol>
<p>Feedly documents this page-source fallback in its <a href="https://docs.feedly.com/article/290-how-to-follow-youtube-channels">YouTube channel guide</a>. YouTube also explains that a channel can have several URLs—handle, custom, legacy, and ID-based—while the ID-based URL contains the unique channel ID (<a href="https://support.google.com/youtube/answer/6180214">YouTube Help</a>).</p>
<p>You can then construct the feed directly:</p>
<p><code>https://www.youtube.com/feeds/videos.xml?channel_id=UCxxxxxxxxxxxxxxxxxxxxxx</code></p>
<p>Open that address in a browser. Seeing XML with recent video entries is normal; it is meant for feed readers rather than human browsing.</p>
<h2>Confirm the source before saving it</h2>
<p>Check the feed preview for the expected creator name and recent titles. If the browser displays raw XML, that is normal: subscribe to the URL rather than trying to read the document directly.</p>
<p>The most common setup mistakes are copying an individual video URL, placing an <code>@handle</code> where the <code>UC…</code> channel ID belongs, or selecting a similarly named creator in the reader’s search results.</p>
<p>This guide deliberately stops once the correct source is connected. For entry fields, recent-window behavior, caching symptoms, and missing-upload troubleshooting, continue with <a href="https://rsscribe.com/blog/youtube-rss-feeds-explained">YouTube RSS Feeds Explained</a>.</p>
<p>If you only want new-video alerts, the native feed is enough. If you want each upload delivered as a full reading experience, compare <a href="https://rsscribe.com/blog/native-youtube-rss-vs-full-article-feeds">native YouTube feeds with full-article feeds</a>.</p>
]]></content:encoded>
            <author>RSScribe</author>
            <enclosure url="https://rsscribe.com/brand/rsscribe-social-card.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[How to Follow YouTube Channels Without the Algorithm]]></title>
            <link>https://rsscribe.com/blog/follow-youtube-without-the-algorithm</link>
            <guid isPermaLink="false">https://rsscribe.com/blog/follow-youtube-without-the-algorithm</guid>
            <pubDate>Fri, 10 Jul 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Build a chronological, intentional YouTube workflow with RSS instead of relying on recommendations and personalized notifications.]]></description>
            <content:encoded><![CDATA[<p>You can follow YouTube channels without using the personalized homepage as your inbox. Subscribe to each channel through RSS, put those feeds in a reader, and check them on your schedule.</p>
<p>This does not mean recommendations are inherently bad. They are designed for discovery and continued viewing. The problem appears when discovery, obligation, entertainment, and research all arrive in the same infinite surface.</p>
<h2>Why the homepage feels different from an inbox</h2>
<p>YouTube describes its homepage as primarily personalized. Its recommendation system uses signals including watch history, search history, subscriptions, likes, dislikes, and “Not interested” feedback (<a href="https://support.google.com/youtube/answer/16089387">YouTube Help</a>). That makes sense for predicting what you might watch next.</p>
<p>An inbox answers a different question: <strong>What did the sources I deliberately chose publish since I last checked?</strong></p>
<p>RSS is well suited to that question. A feed reader checks sources for new entries and presents them in a stable list. You decide which feeds belong there, when to open it, and when you are finished.</p>
<h2>Build a deliberate channel list</h2>
<p>Start smaller than your YouTube subscription list. Choose channels whose new work you genuinely want to notice:</p>
<ul>
<li>people whose technical decisions affect your work;</li>
<li>educators whose lessons you regularly finish;</li>
<li>interviewers whose guests matter to your field;</li>
<li>analysts whose arguments you want to compare over time.</li>
</ul>
<p>Do not import every historical subscription by default. Old subscriptions often reflect passing interests, and recreating that noise in a new reader defeats the purpose.</p>
<h2>Add each channel to RSS</h2>
<p>Most readers can resolve a YouTube channel URL directly. If yours cannot, use the channel’s public feed URL. Our guide to <a href="https://rsscribe.com/blog/youtube-channel-rss-feed">finding a YouTube channel RSS feed</a> covers both approaches.</p>
<p>Organize feeds by the action they deserve, not only by subject. Useful folders include:</p>
<ul>
<li><strong>Read this week</strong> for high-value sources;</li>
<li><strong>Scan</strong> for titles worth triaging;</li>
<li><strong>Reference</strong> for channels you search when a problem appears;</li>
<li><strong>Watch</strong> for visual material that does not translate well to text.</li>
</ul>
<h2>Separate notification from consumption</h2>
<p>YouTube notifications can be personalized, and the platform notes that personalized alerts may arrive later based on signals such as watch history and channel-viewing frequency (<a href="https://support.google.com/youtube/answer/3382248">YouTube Help</a>). RSS separates the arrival of an upload from the decision to watch it.</p>
<p>For each entry, choose one of four outcomes:</p>
<ol>
<li>Ignore it.</li>
<li>Save it for later.</li>
<li>Read a transcript, summary, or article.</li>
<li>Watch because the visuals or delivery matter.</li>
</ol>
<p>That small decision point prevents every interesting title from becoming a 40-minute commitment.</p>
<h2>What RSS does not replace</h2>
<p>RSS is weak at serendipitous discovery. It follows sources you already know. Keep a separate, bounded discovery habit—perhaps 20 minutes once a week on recommendations, newsletters, or links from colleagues—then add only durable sources to your reader.</p>
<p>The goal is not to eliminate algorithms from your life. It is to stop one algorithmic surface from being your subscriptions list, research queue, entertainment menu, and default response to boredom at the same time.</p>
<p>If your real constraint is watching time, continue with a <a href="https://rsscribe.com/blog/keep-up-with-long-youtube-videos-by-reading">reading-first workflow for long YouTube videos</a>.</p>
]]></content:encoded>
            <author>RSScribe</author>
            <enclosure url="https://rsscribe.com/brand/rsscribe-social-card.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[YouTube RSS Feeds Explained: URLs, Limits, and Common Problems]]></title>
            <link>https://rsscribe.com/blog/youtube-rss-feeds-explained</link>
            <guid isPermaLink="false">https://rsscribe.com/blog/youtube-rss-feeds-explained</guid>
            <pubDate>Thu, 09 Jul 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Understand how YouTube channel feeds work, what their Atom entries contain, and why a feed may appear incomplete or invalid.]]></description>
            <content:encoded><![CDATA[<p>A YouTube channel feed is a machine-readable list of recent uploads. People commonly call it an RSS feed, although YouTube serves it as Atom XML. Feed readers generally support both formats, so the distinction rarely matters when subscribing.</p>
<p>The standard channel-feed pattern is:</p>
<p><code>https://www.youtube.com/feeds/videos.xml?channel_id=CHANNEL_ID</code></p>
<p>Replace <code>CHANNEL_ID</code> with the stable ID beginning with <code>UC</code>. A handle such as <code>@creator</code> is a public-facing identifier, not the value expected by this endpoint.</p>
<h2>What appears in an entry</h2>
<p>A typical entry describes one upload. It contains enough information for a reader or automation system to identify and link to the video:</p>
<ul>
<li>entry and video identifiers;</li>
<li>video title and URL;</li>
<li>channel name and channel URL;</li>
<li>publication and update timestamps;</li>
<li>thumbnail and media description information.</li>
</ul>
<p>The feed is therefore excellent for answering “What was published?” It does not contain the full spoken substance of the video.</p>
<h2>A feed is a window, not an archive</h2>
<p>Do not treat a channel feed as a complete export. It exposes a recent set of entries and may omit older uploads. RSScribe caps initial backfill at 15 videos because the public feed is a monitoring source, not a historical database.</p>
<p>This distinction matters when you first subscribe. The correct expectation is:</p>
<ol>
<li>collect the recent entries available now;</li>
<li>remember their stable video IDs;</li>
<li>poll the feed periodically;</li>
<li>process only entries that have not been seen before.</li>
</ol>
<p>Trying to reconstruct years of channel history from the feed will produce incomplete results.</p>
<h2>RSS, Atom, and full content</h2>
<p>RSS and Atom are syndication formats: they describe a source and a sequence of updates. The <a href="https://www.rssboard.org/rss-specification">RSS 2.0 specification</a> allows an item to contain either a synopsis or complete content. Publishers choose how much material to include.</p>
<p>YouTube’s channel feed acts primarily as metadata and notification. A full-article feed can use the same syndication idea while placing readable article content inside each item. That is the central difference covered in <a href="https://rsscribe.com/blog/native-youtube-rss-vs-full-article-feeds">native YouTube RSS versus full-article feeds</a>.</p>
<h2>Why a feed may not work</h2>
<p><strong>The URL contains a handle.</strong> Resolve the underlying <code>UC…</code> channel ID or let the reader resolve the channel page.</p>
<p><strong>The XML opens but looks unstyled.</strong> That is not an error. Feed XML is designed for software. Subscribe to the URL rather than reading it in the browser.</p>
<p><strong>The reader shows the wrong channel.</strong> Verify the feed-level title and author before saving it.</p>
<p><strong>Recent uploads are absent.</strong> Confirm that the upload is public and belongs to the channel’s main upload stream. Then refresh the feed directly to distinguish a source problem from reader caching.</p>
<p><strong>Older uploads disappeared.</strong> The feed is a rolling recent window. Store processed IDs if your application needs durable history.</p>
<p><strong>A handle URL works in one app but not another.</strong> Readers differ in URL discovery. Feedly documents channel search, direct channel URLs, and page-source discovery as alternatives (<a href="https://docs.feedly.com/article/290-how-to-follow-youtube-channels">Feedly documentation</a>).</p>
<p>For a practical extraction walkthrough, use <a href="https://rsscribe.com/blog/youtube-channel-rss-feed">How to Find a YouTube Channel RSS Feed</a>.</p>
]]></content:encoded>
            <author>RSScribe</author>
            <enclosure url="https://rsscribe.com/brand/rsscribe-social-card.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[YouTube Transcript vs Summary vs Article: What Is the Difference?]]></title>
            <link>https://rsscribe.com/blog/youtube-transcript-vs-summary-vs-article</link>
            <guid isPermaLink="false">https://rsscribe.com/blog/youtube-transcript-vs-summary-vs-article</guid>
            <pubDate>Wed, 08 Jul 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Compare transcripts, summaries, and structured articles so you can choose the right way to read a YouTube video.]]></description>
            <content:encoded><![CDATA[<p>A transcript, a summary, and an article are not three lengths of the same output. They solve different reading problems.</p>
<ul>
<li>A <strong>transcript</strong> preserves what was said and roughly when it was said.</li>
<li>A <strong>summary</strong> compresses the main points.</li>
<li>An <strong>article</strong> restructures the material into a coherent reading experience.</li>
</ul>
<p>Choosing the wrong format creates predictable frustration: transcripts feel repetitive, summaries omit the detail you needed, and over-produced articles can hide uncertainty that was obvious in the original conversation.</p>
<h2>Transcript: best for search and verification</h2>
<p>YouTube defines transcripts as the text of what is said in a video. For videos with captions, its interface lets you open the full transcript and jump to the corresponding moment by selecting a line (<a href="https://support.google.com/youtube/answer/15930243">YouTube Help</a>).</p>
<p>Use a transcript when you need to:</p>
<ul>
<li>find an exact term, name, or quotation;</li>
<li>verify whether a speaker made a particular claim;</li>
<li>jump to the surrounding section of the video;</li>
<li>preserve the sequence and wording of a discussion.</li>
</ul>
<p>The cost is spoken-language residue: repetition, false starts, filler, interruptions, and references to visuals that are not on the page.</p>
<h2>Summary: best for fast triage</h2>
<p>A summary answers “Is this worth more attention?” It should identify the central claim, a few supporting points, and the conclusion without recreating every section.</p>
<p>Use a summary when:</p>
<ul>
<li>you are screening many uploads;</li>
<li>the decision is simply read, watch, save, or ignore;</li>
<li>detail can wait until later;</li>
<li>you already understand the surrounding topic.</li>
</ul>
<p>Compression is also the weakness. A short summary may flatten tradeoffs, remove examples, or make a tentative claim sound definitive.</p>
<h2>Article: best for learning by reading</h2>
<p>A good article is not a cleaned transcript. It reorganizes spoken material around ideas rather than timestamps. It introduces the topic, groups related arguments, removes repetition, and keeps the context required to understand the conclusion.</p>
<p>Use an article when:</p>
<ul>
<li>the video contains an argument or lesson worth understanding;</li>
<li>you read faster than you watch;</li>
<li>you want paragraphs and headings rather than timestamped fragments;</li>
<li>examples and tradeoffs matter, not only the conclusion;</li>
<li>you want the content delivered in an RSS reading workflow.</li>
</ul>
<p>An article should still link to the original. Demonstrations, tone, slides, code execution, and interpersonal dynamics may be essential evidence rather than decoration.</p>
<h2>A practical selection rule</h2>
<p>Ask what you are trying to do:</p>
<ol>
<li><strong>Locate or verify exact wording?</strong> Use the transcript.</li>
<li><strong>Decide whether the video deserves time?</strong> Use a summary.</li>
<li><strong>Understand the material without watching end to end?</strong> Use an article.</li>
<li><strong>Evaluate a visual demonstration or performance?</strong> Watch the original.</li>
</ol>
<p>Many workflows use more than one format. Start with a summary, read the article when the topic matters, then open the transcript or video to verify a sensitive passage.</p>
<p>RSScribe focuses on the third job. Channel-specific <a href="https://rsscribe.com/blog/reading-rules-for-youtube-channels">reading rules</a> determine which details and perspective a full article should preserve.</p>
]]></content:encoded>
            <author>RSScribe</author>
            <enclosure url="https://rsscribe.com/brand/rsscribe-social-card.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[How to Keep Up With Long YouTube Videos When You Prefer Reading]]></title>
            <link>https://rsscribe.com/blog/keep-up-with-long-youtube-videos-by-reading</link>
            <guid isPermaLink="false">https://rsscribe.com/blog/keep-up-with-long-youtube-videos-by-reading</guid>
            <pubDate>Tue, 07 Jul 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Use a reading-first triage system to follow valuable long-form YouTube channels without watching every upload end to end.]]></description>
            <content:encoded><![CDATA[<p>Long-form YouTube creates a mismatch: publishing is cheap for the creator, but attentive watching is expensive for the audience. Five trusted channels can easily publish more hours than you have available in a week.</p>
<p>The solution is not faster playback alone. Build a system that reserves watching for videos where the medium matters and converts the rest into decisions you can make by reading.</p>
<h2>Stop treating every upload as a commitment</h2>
<p>An upload is an invitation, not an assignment. When a new item arrives, classify it before consuming it:</p>
<ul>
<li><strong>Ignore</strong> because the topic is outside your current priorities.</li>
<li><strong>Scan</strong> to capture the main claim.</li>
<li><strong>Read</strong> because the ideas matter but visuals do not.</li>
<li><strong>Watch</strong> because demonstration, performance, or delivery carries essential information.</li>
</ul>
<p>This removes the guilt-producing “Watch later” queue where every saved video implies an unpaid debt.</p>
<h2>Use RSS as the arrival layer</h2>
<p>Put selected channels in an RSS reader rather than visiting the personalized homepage. The reader becomes a finite list of uploads from sources you chose. Our guide to <a href="https://rsscribe.com/blog/follow-youtube-without-the-algorithm">following YouTube without the algorithm</a> explains the setup.</p>
<p>Check that inbox at a fixed cadence—daily for fast-moving work or twice a week for general learning. Process titles in a batch instead of switching into YouTube whenever a notification appears.</p>
<h2>Match the reading format to the decision</h2>
<p>For low-stakes triage, a short summary may be enough. For learning, use a structured article. For exact wording, search the transcript. <a href="https://rsscribe.com/blog/youtube-transcript-vs-summary-vs-article">Transcript vs summary vs article</a> covers the differences in detail.</p>
<p>A useful article should preserve:</p>
<ul>
<li>the central argument;</li>
<li>evidence and concrete examples;</li>
<li>meaningful objections or tradeoffs;</li>
<li>decisions, recommendations, or next steps;</li>
<li>links back to the original video.</li>
</ul>
<p>It should remove repetition and spoken filler without pretending the source said something more certain than it did.</p>
<h2>Keep an explicit watch trigger</h2>
<p>Reading should lead back to video when the source depends on:</p>
<ul>
<li>a live coding or tool demonstration;</li>
<li>charts, diagrams, physical technique, or visual comparison;</li>
<li>music, comedy, performance, or cinematic craft;</li>
<li>emotional tone or conversational dynamics;</li>
<li>a claim you need to verify in context.</li>
</ul>
<p>Add the original video only then. Your watch queue becomes smaller and more meaningful because each entry has a reason to be visual.</p>
<h2>Review the system, not only the queue</h2>
<p>Once a month, look at which channel feeds you consistently ignore. Unfollow sources that no longer earn attention. Promote channels whose articles repeatedly change your work. Adjust their reading rules when useful context keeps disappearing.</p>
<p>The aim is not to consume every idea faster. It is to notice more of the ideas that matter while spending less time inside an interface optimized for the next click.</p>
]]></content:encoded>
            <author>RSScribe</author>
            <enclosure url="https://rsscribe.com/brand/rsscribe-social-card.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Reading Rules for YouTube Channels: Practical Examples]]></title>
            <link>https://rsscribe.com/blog/reading-rules-for-youtube-channels</link>
            <guid isPermaLink="false">https://rsscribe.com/blog/reading-rules-for-youtube-channels</guid>
            <pubDate>Mon, 06 Jul 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Write channel-specific instructions that preserve the details you care about when YouTube videos become readable articles.]]></description>
            <content:encoded><![CDATA[<p>The same article instructions should not be applied to every YouTube channel. A programming tutorial, an earnings analysis, a history lecture, and a research interview contain different kinds of value.</p>
<p>A reading rule tells RSScribe what a particular channel’s articles should retain and emphasize. It is closer to an editorial brief than a request to “summarize this video.”</p>
<h2>What makes a useful reading rule</h2>
<p>Strong rules describe the reader’s purpose and the evidence that must survive transformation. They usually answer three questions:</p>
<ol>
<li>Which details are important?</li>
<li>How should the argument be organized?</li>
<li>What must not be flattened or invented?</li>
</ol>
<p>Avoid instructions based only on length, such as “make it short.” Length does not identify which information can safely disappear.</p>
<h2>Code &amp; APIs</h2>
<p>Use this for engineering channels, release discussions, and architecture reviews:</p>
<blockquote>
<p>Explain the technical problem first. Preserve API names, version requirements, code-level constraints, tradeoffs, failure modes, and migration advice. Separate demonstrated behavior from the speaker’s opinion. Mention when the original video contains code or visual debugging that should be watched.</p>
</blockquote>
<p>This produces a reference-oriented article rather than a generic list of takeaways.</p>
<h2>Business &amp; Growth</h2>
<p>Use this for founder interviews, market analysis, and operating advice:</p>
<blockquote>
<p>Lead with the business decision or thesis. Keep numbers, assumptions, acquisition channels, constraints, and counterarguments. Distinguish the speaker’s direct experience from general advice. End with concrete decisions or experiments a reader could evaluate.</p>
</blockquote>
<p>The distinction between experience and universal recommendation matters more than polished certainty.</p>
<h2>Briefing</h2>
<p>Use this for news analysis and fast-moving industry channels:</p>
<blockquote>
<p>State what changed, when it changed, who is affected, and what remains uncertain. Preserve source references and dates. Separate confirmed facts, the presenter’s interpretation, and predictions. Avoid dramatic framing that is not supported by the video.</p>
</blockquote>
<p>Briefings benefit from explicit uncertainty because stale confidence is worse than missing detail.</p>
<h2>Learning</h2>
<p>Use this for lectures, courses, and conceptual explainers:</p>
<blockquote>
<p>Teach the concept in dependency order. Define specialist terms before using them. Preserve worked examples, causal steps, common misconceptions, and prerequisites. Add section headings that let the article work as study notes without inventing exercises the instructor did not provide.</p>
</blockquote>
<p>This rule favors comprehension over aggressive compression.</p>
<h2>Evidence Review</h2>
<p>Use this for science, health, and research commentary:</p>
<blockquote>
<p>Identify the claim, evidence type, sample or dataset when stated, limitations, competing explanations, and the presenter’s confidence. Preserve citations mentioned in the video. Do not turn correlation into causation or remove uncertainty.</p>
</blockquote>
<p>High-stakes topics still require checking the original sources. An article can organize an argument; it cannot upgrade the evidence behind it.</p>
<h2>Improve rules with feedback</h2>
<p>Start with one rule, read three resulting articles, and note what is repeatedly missing or overemphasized. Revise the rule with concrete corrections: “keep benchmark conditions” is more useful than “add more detail.”</p>
<p>Rules should stay stable enough to make a channel predictable, but they are not permanent. Your reason for following a creator can change. For a full workflow, see <a href="https://rsscribe.com/blog/youtube-reading-workflow-for-developers">how developers can build a YouTube reading system</a>.</p>
]]></content:encoded>
            <author>RSScribe</author>
            <enclosure url="https://rsscribe.com/brand/rsscribe-social-card.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[How to Follow YouTube Channels in Feedly]]></title>
            <link>https://rsscribe.com/blog/follow-youtube-channels-in-feedly</link>
            <guid isPermaLink="false">https://rsscribe.com/blog/follow-youtube-channels-in-feedly</guid>
            <pubDate>Sun, 05 Jul 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Add YouTube channels or RSScribe’s full-article feed to Feedly and organize new uploads alongside your reading.]]></description>
            <content:encoded><![CDATA[<p>Feedly can follow a YouTube channel directly. You can search for the creator, paste a channel-page URL, or add the channel’s feed URL when automatic discovery fails.</p>
<h2>Add a channel directly</h2>
<p>Feedly’s <a href="https://docs.feedly.com/article/290-how-to-follow-youtube-channels">official YouTube instructions</a> describe two primary methods:</p>
<ol>
<li>Open <strong>Discover</strong> or add a new source.</li>
<li>Search for the YouTube channel by name, or paste its channel-page URL.</li>
<li>Select the correct source from the preview.</li>
<li>Choose the Feedly folder where it should live.</li>
</ol>
<p>Use the channel page rather than an individual video URL. Verify the creator name and recent uploads before following, especially when several channels have similar names.</p>
<h2>Use the direct feed URL as a fallback</h2>
<p>If Feedly cannot resolve a handle URL, find the channel’s stable ID and use:</p>
<p><code>https://www.youtube.com/feeds/videos.xml?channel_id=CHANNEL_ID</code></p>
<p>Feedly also documents a page-source fallback: open the channel page source, search for the RSS reference, and paste that URL into Feedly. Our guide to <a href="https://rsscribe.com/blog/youtube-channel-rss-feed">finding a YouTube channel RSS feed</a> walks through the process.</p>
<p>The result is a feed of recent uploads. Each entry points to YouTube and contains upload metadata, not a full article.</p>
<h2>Add an RSScribe article feed</h2>
<p>RSScribe gives your account one private feed URL. Add that URL to Feedly like any other RSS source:</p>
<ol>
<li>Copy the private feed URL from RSScribe.</li>
<li>Paste it into Feedly’s source search.</li>
<li>Confirm that the source title is RSScribe.</li>
<li>Place it in a folder such as <strong>YouTube reading</strong>.</li>
</ol>
<p>New entries contain the article itself, plus a link to the original video. You do not need to add each transformed channel separately to Feedly; channel selection and reading rules remain in RSScribe.</p>
<p>Treat the private URL like a password. Anyone who has it may be able to read the feed. If it is exposed, rotate the feed token in RSScribe and replace the old source in Feedly.</p>
<h2>Organize the result</h2>
<p>Keep native upload feeds and full-article feeds in separate folders if you use both:</p>
<ul>
<li><strong>YouTube watch</strong> for native entries that require video;</li>
<li><strong>YouTube reading</strong> for full articles;</li>
<li><strong>Research reference</strong> for items you intend to keep or annotate.</li>
</ul>
<p>This prevents a new-video notification from looking identical to a ready-to-read article.</p>
<h2>Troubleshooting</h2>
<p>If Feedly shows no source, open the feed URL directly and confirm it returns XML. If it resolves the wrong creator, use the ID-based feed. If an RSScribe feed stops updating after token rotation, remove the old URL and subscribe to the new one.</p>
<p>For another cloud reader, see <a href="https://rsscribe.com/blog/follow-youtube-channels-in-inoreader">following YouTube channels in Inoreader</a>.</p>
]]></content:encoded>
            <author>RSScribe</author>
            <enclosure url="https://rsscribe.com/brand/rsscribe-social-card.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[How to Follow YouTube Channels in Inoreader]]></title>
            <link>https://rsscribe.com/blog/follow-youtube-channels-in-inoreader</link>
            <guid isPermaLink="false">https://rsscribe.com/blog/follow-youtube-channels-in-inoreader</guid>
            <pubDate>Sat, 04 Jul 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Follow public YouTube channels or add RSScribe’s full-article feed to Inoreader in a few deliberate steps.]]></description>
            <content:encoded><![CDATA[<p>Inoreader can follow public YouTube channels and playlists alongside ordinary RSS sources. For a reading-first setup, you can also add RSScribe’s private full-article feed.</p>
<h2>Follow a public channel</h2>
<p>Inoreader’s 2026 guide says public YouTube channels and playlists can be added by pasting their URL or searching for them in the Website section of <strong>Add feed</strong> (<a href="https://www.inoreader.com/blog/2026/01/follow-different-sources.html">Inoreader</a>).</p>
<p>The basic workflow is:</p>
<ol>
<li>Open <strong>Add feed</strong>.</li>
<li>Choose the website/source search.</li>
<li>Paste the channel URL or search for the channel name.</li>
<li>Check the source preview and recent entries.</li>
<li>Follow it and assign it to a folder.</li>
</ol>
<p>If the handle URL does not resolve, paste the direct channel-feed URL instead:</p>
<p><code>https://www.youtube.com/feeds/videos.xml?channel_id=CHANNEL_ID</code></p>
<p>Use our <a href="https://rsscribe.com/blog/youtube-channel-rss-feed">YouTube channel RSS feed guide</a> to locate the stable <code>UC…</code> ID.</p>
<h2>Add the RSScribe feed</h2>
<p>Copy your private RSScribe feed URL and paste it into <strong>Add feed</strong>. Inoreader’s fetcher accepts public feed URLs supplied by users and checks them periodically for new content (<a href="https://www.inoreader.com/feed-fetcher">Inoreader Fetcher documentation</a>).</p>
<p>RSScribe’s private feed is a secret URL rather than a username-and-password login. Keep it private. If the URL leaks, rotate the token and update the subscription in Inoreader; the old RSScribe URL becomes invalid immediately.</p>
<p>The feed contains full articles generated from the channels you chose. Each article includes a route back to the original YouTube video when you need visuals, tone, or exact context.</p>
<h2>A useful folder structure</h2>
<p>Avoid mixing all video-related sources into one stream. Try:</p>
<ul>
<li><strong>Read from YouTube</strong> for RSScribe articles;</li>
<li><strong>Watch from YouTube</strong> for native channel or playlist feeds;</li>
<li><strong>Industry scan</strong> for channels you only review by title;</li>
<li><strong>Deep learning</strong> for articles you plan to study and save.</li>
</ul>
<p>Folders describe the action you intend to take, which is often more useful than broad subjects such as “Technology.”</p>
<h2>Troubleshooting</h2>
<p>If Inoreader cannot find a handle URL, use the direct feed URL. If the direct URL returns no entries, confirm the channel ID and that the channel has public uploads. If an RSScribe feed returns an error after token rotation, replace it with the new URL.</p>
<p>Inoreader also offers YouTube subscription synchronization on some plans, but direct feeds are easier to audit one by one and help you avoid importing years of low-value subscriptions. Check current plan details before designing a workflow around synchronization.</p>
<p>For the equivalent setup in another reader, see <a href="https://rsscribe.com/blog/follow-youtube-channels-in-feedly">How to Follow YouTube Channels in Feedly</a>.</p>
]]></content:encoded>
            <author>RSScribe</author>
            <enclosure url="https://rsscribe.com/brand/rsscribe-social-card.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Native YouTube RSS Feeds vs Full-Article Feeds]]></title>
            <link>https://rsscribe.com/blog/native-youtube-rss-vs-full-article-feeds</link>
            <guid isPermaLink="false">https://rsscribe.com/blog/native-youtube-rss-vs-full-article-feeds</guid>
            <pubDate>Fri, 03 Jul 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Compare YouTube’s native upload feeds with RSS feeds that deliver complete readable articles from new videos.]]></description>
            <content:encoded><![CDATA[<p>YouTube’s native channel feed and RSScribe’s full-article feed both notify an RSS reader about new uploads. They differ in what arrives and where the transformation happens.</p>
<p>Choose the native feed when you want a chronological video inbox. Choose a full-article feed when you want the substance of selected videos to be readable inside the RSS reader.</p>
<h2>Native YouTube channel feeds</h2>
<p>A native feed represents one channel. Its entries provide upload metadata: title, link, publication time, identifiers, thumbnail information, and description.</p>
<p>Strengths:</p>
<ul>
<li>free and direct from the channel source;</li>
<li>simple chronological notification;</li>
<li>works with common RSS and Atom readers;</li>
<li>good input for monitoring and automation;</li>
<li>preserves a one-feed-per-channel model.</li>
</ul>
<p>Limitations:</p>
<ul>
<li>the entry is about the video rather than a readable version of it;</li>
<li>the feed exposes a recent window, not a complete archive;</li>
<li>descriptions vary widely in usefulness;</li>
<li>reading still ends with opening YouTube or a transcript.</li>
</ul>
<p>Use <a href="https://rsscribe.com/blog/youtube-channel-rss-feed">How to Find a YouTube Channel RSS Feed</a> if this is all you need.</p>
<h2>Full-article feeds</h2>
<p>A full-article feed adds an editorial transformation between the upload and the reader. RSScribe monitors chosen channel feeds, applies the reading rule configured for each channel, creates a structured article, and places the full text in one private RSS feed.</p>
<p>Strengths:</p>
<ul>
<li>readable paragraphs and headings arrive in the reader;</li>
<li>one private feed can contain articles from multiple chosen channels;</li>
<li>channel-specific rules preserve different kinds of detail;</li>
<li>the original video remains linked for verification or visual material;</li>
<li>the reader becomes the main consumption interface.</li>
</ul>
<p>Tradeoffs:</p>
<ul>
<li>article generation takes processing time;</li>
<li>transformation can make mistakes and should not replace primary-source verification;</li>
<li>demonstrations and performance may still require watching;</li>
<li>the private feed URL must be protected.</li>
</ul>
<p>The RSS specification permits an item description to contain either a synopsis or complete content, at the publisher’s discretion (<a href="https://www.rssboard.org/rss-specification">RSS 2.0 specification</a>). A full-article feed uses that flexibility to deliver the reading experience rather than only a link.</p>
<h2>Which should you use?</h2>
<p>Use a native feed if your goal is <strong>awareness</strong>: know that a creator published and decide whether to watch.</p>
<p>Use a full-article feed if your goal is <strong>understanding by reading</strong>: receive enough structured content to learn, evaluate, or archive without starting every video.</p>
<p>Use both when a channel mixes formats. Put native entries in a Watch folder and generated articles in a Read folder. The two feeds are not mutually exclusive; they support different decisions.</p>
<p>The most important distinction is not “RSS versus AI.” It is whether the feed item is a notification about content or the content experience itself.</p>
]]></content:encoded>
            <author>RSScribe</author>
            <enclosure url="https://rsscribe.com/brand/rsscribe-social-card.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[A YouTube Reading Workflow for Software Developers]]></title>
            <link>https://rsscribe.com/blog/youtube-reading-workflow-for-developers</link>
            <guid isPermaLink="false">https://rsscribe.com/blog/youtube-reading-workflow-for-developers</guid>
            <pubDate>Thu, 02 Jul 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Turn technical YouTube channels into a searchable reading workflow while preserving code constraints, tradeoffs, and original demos.]]></description>
            <content:encoded><![CDATA[<p>Technical YouTube is valuable because creators demonstrate tools, explain tradeoffs, and react quickly to changes. It is difficult to manage because the useful ten minutes may be buried inside an hour-long stream.</p>
<p>A developer-focused reading workflow separates discovery, understanding, verification, and hands-on practice.</p>
<h2>Choose channels by durable value</h2>
<p>Begin with channels that repeatedly affect decisions you make:</p>
<ul>
<li>maintainers explaining releases and migrations;</li>
<li>engineers discussing architecture and failure modes;</li>
<li>educators teaching concepts you actively use;</li>
<li>practitioners comparing tools under real constraints.</li>
</ul>
<p>Keep entertainment and background viewing outside this feed. The aim is a workbench, not a recreation of the YouTube homepage.</p>
<h2>Give technical channels a precise reading rule</h2>
<p>Use a rule such as:</p>
<blockquote>
<p>Explain the problem and operating context first. Preserve library and API names, versions, commands, constraints, tradeoffs, failure cases, migration steps, and benchmark conditions. Separate demonstrated results from opinion. Flag sections where code execution or visuals are necessary.</p>
</blockquote>
<p>This prevents the most damaging kind of technical summary: keeping the conclusion while dropping the conditions that made it true.</p>
<p>See <a href="https://rsscribe.com/blog/reading-rules-for-youtube-channels">practical reading-rule examples</a> for other channel types.</p>
<h2>Triage in the RSS reader</h2>
<p>When an article arrives, decide what it is for:</p>
<ul>
<li><strong>Awareness:</strong> a release or ecosystem change you only need to recognize.</li>
<li><strong>Decision:</strong> a comparison or tradeoff that affects current work.</li>
<li><strong>Learning:</strong> a concept worth reading carefully and taking notes on.</li>
<li><strong>Practice:</strong> a tutorial that requires opening the video, repository, or documentation.</li>
</ul>
<p>Do not save every article. A small, processed inbox is more useful than a large “someday” library.</p>
<h2>Verify technical claims at the right layer</h2>
<p>An article can organize what a creator said, but it cannot prove the claim. Before acting on sensitive technical advice:</p>
<ol>
<li>check the package version and publication date;</li>
<li>open the linked official documentation or changelog;</li>
<li>inspect the original code or benchmark setup;</li>
<li>watch the demonstration when UI state or execution order matters;</li>
<li>reproduce the result in a disposable branch or project.</li>
</ol>
<p>Use the transcript when you need exact wording or a timestamp. Use the article when you need the argument and constraints. Use the video when the evidence is visual. The formats are compared in <a href="https://rsscribe.com/blog/youtube-transcript-vs-summary-vs-article">Transcript vs Summary vs Article</a>.</p>
<h2>Run a weekly synthesis pass</h2>
<p>Once a week, review saved technical articles and extract only durable outputs:</p>
<ul>
<li>a decision with its assumptions;</li>
<li>a command or migration step verified against documentation;</li>
<li>a concept to practice;</li>
<li>a tool to test;</li>
<li>a question that remains unresolved.</li>
</ul>
<p>Then archive or delete the article from the active queue. The point of the reading feed is not to build a museum of consumed content. It is to turn selected creator knowledge into better engineering decisions while keeping the original evidence one link away.</p>
]]></content:encoded>
            <author>RSScribe</author>
            <enclosure url="https://rsscribe.com/brand/rsscribe-social-card.png" length="0" type="image/png"/>
        </item>
    </channel>
</rss>