<?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: Mehmet Ali akdaş</title>
    <description>The latest articles on DEV Community by Mehmet Ali akdaş (@mehmet_aliakda_87bffee5).</description>
    <link>https://dev.to/mehmet_aliakda_87bffee5</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%2F4025082%2F0bcbb2b1-a2eb-4a73-be86-58c754dfa9ab.png</url>
      <title>DEV Community: Mehmet Ali akdaş</title>
      <link>https://dev.to/mehmet_aliakda_87bffee5</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mehmet_aliakda_87bffee5"/>
    <language>en</language>
    <item>
      <title>I got tired of sketchy downloader sites, so I built my own with Python &amp; a Chrome Extension 🚀</title>
      <dc:creator>Mehmet Ali akdaş</dc:creator>
      <pubDate>Sat, 11 Jul 2026 11:11:47 +0000</pubDate>
      <link>https://dev.to/mehmet_aliakda_87bffee5/i-got-tired-of-sketchy-downloader-sites-so-i-built-my-own-with-python-a-chrome-extension-e0f</link>
      <guid>https://dev.to/mehmet_aliakda_87bffee5/i-got-tired-of-sketchy-downloader-sites-so-i-built-my-own-with-python-a-chrome-extension-e0f</guid>
      <description>&lt;p&gt;Hello fellow developers! 👋&lt;/p&gt;

&lt;p&gt;Like many of you, I consume a lot of content across YouTube, TikTok, and Instagram. But whenever I wanted to download a video or an audio clip for offline use or editing, I had to deal with sketchy websites filled with pop-under ads, or browser extensions that felt like malware.&lt;/p&gt;

&lt;p&gt;This weekend, I decided I had enough. I fired up my IDE and built my own solution.&lt;/p&gt;

&lt;p&gt;Enter &lt;strong&gt;ALİDWD&lt;/strong&gt; — an open-source, ad-free desktop media downloader built with Python, paired with its own custom Chrome extension.&lt;/p&gt;

&lt;h3&gt;
  
  
  🛠️ The Tech Stack
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Backend/GUI:&lt;/strong&gt; Python &amp;amp; PyQt5&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Engine:&lt;/strong&gt; &lt;code&gt;yt-dlp&lt;/code&gt; (The absolute goat) and anonymous APIs for TikTok.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Frontend (Extension):&lt;/strong&gt; Vanilla JavaScript &amp;amp; CSS (Manifest V3)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Database:&lt;/strong&gt; SQLite (for download history)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  ✨ What Makes It Different?
&lt;/h3&gt;

&lt;p&gt;I didn't want just another GUI wrapper. I wanted it to be incredibly fast and integrated into my workflow. Here are the features I’m most proud of:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Browser Injection (Chrome Extension):&lt;/strong&gt; Once installed, it injects a tiny, non-intrusive download button directly into the DOM of YouTube, TikTok, and Instagram. You click it, and the desktop app downloads the media silently in the background.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Global Hotkey Magic:&lt;/strong&gt; You can assign a hotkey (e.g., &lt;code&gt;D&lt;/code&gt;). If you're watching an Instagram Story or a YouTube Short, just press &lt;code&gt;D&lt;/code&gt; on your keyboard, and the video is instantly downloaded. No mouse movement required!&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Smart Foldering:&lt;/strong&gt; It doesn't dump everything into your &lt;code&gt;Downloads&lt;/code&gt; folder. It parses the URL and automatically organizes files. For example, if you download a TikTok video, it creates a folder like &lt;code&gt;TikTok/@username&lt;/code&gt; and saves it there.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Library &amp;amp; History:&lt;/strong&gt; A built-in SQLite database tracks everything you download, accessible via a neat Library tab in the UI.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  📦 Try It Out!
&lt;/h3&gt;

&lt;p&gt;The project is completely open-source and free. If you don't want to mess with the code, I also compiled a ready-to-use &lt;code&gt;.exe&lt;/code&gt; setup file using PyInstaller and Inno Setup.&lt;/p&gt;

&lt;p&gt;🔗 &lt;strong&gt;[&lt;a href="https://github.com/vxcvcxv/T-m-siteler-Video-Downloader.git" rel="noopener noreferrer"&gt;https://github.com/vxcvcxv/T-m-siteler-Video-Downloader.git&lt;/a&gt;]&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I would love to hear your thoughts on this! If you find any bugs, have feature requests, or want to contribute to the codebase, feel free to open an issue or a PR. &lt;/p&gt;

&lt;p&gt;What is your go-to method for downloading media right now? Let's discuss in the comments! 👇&lt;/p&gt;

</description>
      <category>programming</category>
      <category>opensource</category>
      <category>python</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
