<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Suja Rahaman</title>
    <description>The latest articles on DEV Community by Suja Rahaman (@suja_rahaman).</description>
    <link>https://dev.to/suja_rahaman</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3980227%2Fc50b9eee-455e-428e-84f0-e52d9b6c6615.jpeg</url>
      <title>DEV Community: Suja Rahaman</title>
      <link>https://dev.to/suja_rahaman</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/suja_rahaman"/>
    <language>en</language>
    <item>
      <title>Every YouTube Downloader *LIED* To Me, So I Built My Own.</title>
      <dc:creator>Suja Rahaman</dc:creator>
      <pubDate>Thu, 11 Jun 2026 22:42:19 +0000</pubDate>
      <link>https://dev.to/suja_rahaman/every-youtube-downloader-lied-to-me-so-i-built-my-own-a1o</link>
      <guid>https://dev.to/suja_rahaman/every-youtube-downloader-lied-to-me-so-i-built-my-own-a1o</guid>
      <description>&lt;p&gt;I just wanted to download a YouTube video.&lt;/p&gt;

&lt;p&gt;That's it.&lt;/p&gt;

&lt;p&gt;Instead, I got:&lt;/p&gt;

&lt;p&gt;"1080p" downloads with no audio&lt;br&gt;
fake download buttons everywhere&lt;br&gt;
random websites full of ads&lt;br&gt;
files that Premiere Pro refused to import properly&lt;/p&gt;

&lt;p&gt;At first I thought I was doing something wrong.&lt;/p&gt;

&lt;p&gt;Then I learned that YouTube serves a lot of videos using codecs like AV1 and VP9. They're great for streaming, but not always great when you want to edit the video afterwards.&lt;/p&gt;

&lt;p&gt;So every time I downloaded something, I ended up spending extra time converting files, fixing codecs, or searching for yet another downloader that claimed to "just work."&lt;/p&gt;

&lt;p&gt;After getting annoyed enough, I decided to build my own.&lt;/p&gt;

&lt;p&gt;The result is YT-Forge.&lt;/p&gt;

&lt;p&gt;It's a desktop app built on top of yt-dlp, but focused on people who actually want to use the downloaded video afterwards.&lt;/p&gt;

&lt;p&gt;A few things it does:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Downloads up to 8K&lt;/li&gt;
&lt;li&gt;Automatically prefers H.264 + AAC when possible&lt;/li&gt;
&lt;li&gt;Can convert higher-resolution videos (&amp;gt;=2k) to H.264 with a single checkbox&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Automatically keeps yt-dlp updated so it doesn't randomly stop working one day&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Works on macOS, Windows, and Linux&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;No ads, no popups, no sketchy download pages&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Honestly, I built it for myself.&lt;/p&gt;

&lt;p&gt;I was tired of fighting downloaders and wanted something that I could open, paste a link into, and trust.&lt;/p&gt;

&lt;p&gt;Eventually I cleaned it up, added a proper UI, and open-sourced it.&lt;/p&gt;

&lt;p&gt;If you've ever had a downloader give you a silent "1080p" video or a file your editor hated, you'll probably understand why this exists.&lt;/p&gt;

&lt;p&gt;GitHub:&lt;br&gt;
&lt;a href="https://github.com/Shaikh-Suja-Rahaman/YT-Forge" rel="noopener noreferrer"&gt;https://github.com/Shaikh-Suja-Rahaman/YT-Forge&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love to hear what you think.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>youtube</category>
      <category>showdev</category>
      <category>software</category>
    </item>
  </channel>
</rss>
