<?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: ptqwerty</title>
    <description>The latest articles on DEV Community by ptqwerty (@ptqwerty_cc8588b726b20cae).</description>
    <link>https://dev.to/ptqwerty_cc8588b726b20cae</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4129356%2F26fd7261-1473-4c6c-a1dd-4d622daad3e9.png</url>
      <title>DEV Community: ptqwerty</title>
      <link>https://dev.to/ptqwerty_cc8588b726b20cae</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ptqwerty_cc8588b726b20cae"/>
    <language>en</language>
    <item>
      <title>I built URL2Vid - a free tool to download video/audio from 10+ platforms using a URL</title>
      <dc:creator>ptqwerty</dc:creator>
      <pubDate>Thu, 17 Sep 2026 10:33:23 +0000</pubDate>
      <link>https://dev.to/ptqwerty_cc8588b726b20cae/i-built-url2vid-a-free-tool-to-download-videoaudio-from-10-platforms-using-a-url-4870</link>
      <guid>https://dev.to/ptqwerty_cc8588b726b20cae/i-built-url2vid-a-free-tool-to-download-videoaudio-from-10-platforms-using-a-url-4870</guid>
      <description>&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;URL2Vid is a free web app that takes a video URL from platforms like YouTube, Instagram, TikTok, Twitter/X, Facebook, Reddit, LinkedIn, Pinterest, Snapchat, and Threads — and lets you download it as MP4 (video), muted MP4, or MP3 (audio only). No account, no app install, no watermarks.&lt;/p&gt;

&lt;p&gt;Try it: &lt;a href="https://url2vid.codedeck.me" rel="noopener noreferrer"&gt;https://url2vid.codedeck.me&lt;/a&gt;&lt;br&gt;
Source: [&lt;a href="https://github.com/PurushottamBarai/URL2Vid" rel="noopener noreferrer"&gt;https://github.com/PurushottamBarai/URL2Vid&lt;/a&gt;]&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F9ju10se3ykq09b4x3847.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F9ju10se3ykq09b4x3847.png" alt=" " width="800" height="550"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fkpnqvgkdmcmffrw7my4m.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fkpnqvgkdmcmffrw7my4m.png" alt=" " width="799" height="397"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fuo8lbwm9uavtsipzs61q.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fuo8lbwm9uavtsipzs61q.png" alt=" " width="800" height="473"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I built it
&lt;/h2&gt;

&lt;p&gt;Most "free video downloader" sites online are ad-riddled, redirect you through 5 pages, or bundle sketchy extensions. I wanted something clean that just does the one job — paste a link, get your file.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; React + Vite + Tailwind CSS&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Backend:&lt;/strong&gt; Node.js + Express&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Extraction:&lt;/strong&gt; yt-dlp under the hood, with ffmpeg for audio/format conversion&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Deployment:&lt;/strong&gt; Render (frontend + backend as a single service)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The hardest part: platform quirks
&lt;/h2&gt;

&lt;p&gt;Every platform has different URL formats, and getting reliable extraction across all of them was the real challenge:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;YouTube&lt;/strong&gt;: watch links, Shorts, and youtu.be short-links all need to resolve the same way&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reddit&lt;/strong&gt;: share-links (&lt;code&gt;/s/...&lt;/code&gt;) don't resolve directly — they need to be followed to their canonical &lt;code&gt;/comments/...&lt;/code&gt; form before extraction works&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pinterest&lt;/strong&gt;: &lt;code&gt;pin.it&lt;/code&gt; short-links and full pin URLs both needed handling&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I ended up writing a full test suite that runs a real request against every platform + URL-pattern variant (watch vs shorts vs short-link, etc.) so I could catch regressions across all of them at once instead of testing platforms one at a time.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's next
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Better SEO/discoverability (still very early days for this project)&lt;/li&gt;
&lt;li&gt;Possibly batch downloads&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Feedback welcome
&lt;/h2&gt;

&lt;p&gt;This is a personal/learning project — if you try it and hit an issue with a specific platform or URL format, I'd genuinely appreciate a bug report or a comment here. Always looking to make the extraction more robust.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>socialmedia</category>
      <category>downloder</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
