git404hub

what is t-m-siteler-video-downloader fr?

vxcvcxv/t-m-siteler-video-downloader — explained in plain English

Analysis updated 2026-05-18

0PythonAudience · generalComplexity · 2/5Setup · easy

tl;dr

ALIDWD is a Windows app with a Chrome extension that lets you one-click download videos and audio (MP3) from YouTube, TikTok, Instagram, and Twitter, with automatic folder sorting and download history.

vibe map

mindmap
  root((ALIDWD))
    What it does
      One click video download
      MP3 audio extraction
      TikTok bulk profile download
      Keyboard shortcut download
    Tech stack
      Python
      PyQt5
      yt-dlp
      Chrome extension
    Use cases
      Save social videos
      Extract audio
      Archive TikTok profiles
    Audience
      Casual users
      Social media archivists

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Download videos or extract MP3 audio from YouTube, TikTok, Instagram, and Twitter with one click.

VIBE 2

Bulk-download every video from a TikTok profile at once.

VIBE 3

Use a keyboard shortcut to instantly download the video or Instagram Story you are currently watching.

VIBE 4

Keep downloads automatically organized by platform or by uploader username, with a searchable history.

what's the stack?

PythonPyQt5yt-dlpJavaScriptChrome Extension

how it stacks up fr

vxcvcxv/t-m-siteler-video-downloader0xallam/my-recipe0xhassaan/nn-from-scratch
Stars00
LanguagePythonPythonPython
Last pushed2022-11-22
MaintenanceDormant
Setup difficultyeasymoderatemoderate
Complexity2/52/54/5
Audiencegeneralgeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Windows installer is the easiest path, running from source needs Python plus the PyQt5 and yt-dlp packages.

No license information is provided in the README.

in plain english

ALIDWD is a media downloader for Windows built with Python and PyQt5, paired with its own Chrome browser extension. It lets you grab video and audio from YouTube, TikTok, Instagram, and Twitter with a single click, either as an MP4 video file or as an MP3 audio file, and it saves your download history so you can find past downloads again later. The app is made of two connected pieces. A local Python program runs in the background and opens a small server on your own computer, using the yt-dlp and tikwm download engines to do the actual fetching. The Chrome extension watches the pages you visit, adds a download button next to each video, and sends your click over to that local server, which then performs the download. Once both pieces are running, colored download buttons appear directly next to videos on supported sites. TikTok profile pages get an extra bulk option that downloads an entire profile's videos at once. There is also a keyboard shortcut you can set so a single key press downloads whatever video you are currently watching, including Instagram Stories, without needing to click anything. Downloads can be organized automatically, either grouped by platform (TikTok, YouTube, and so on) or grouped by the uploader's username. A built in library tab lets you browse everything you have downloaded, backed by a small SQLite database that records the history. The interface includes a dark mode and supports several languages, including Turkish, English, German, French, and Spanish. Setup works two ways. Most people can just run a packaged Windows installer and get a desktop shortcut. Developers who want to run it from source instead install the PyQt5 and yt-dlp Python packages, run the main script, and then load the extension folder into Chrome's developer mode as an unpacked extension.

prompts (copy fr)

prompt 1
Explain how to install the ALIDWD Chrome extension and connect it to the local Python download server.
prompt 2
Write a Python script using yt-dlp that mirrors ALIDWD's ability to download and rename videos by platform folder.
prompt 3
How would I add a new keyboard shortcut in ALIDWD to trigger a video download without clicking?
prompt 4
Show me how the SQLite download-history table in a tool like ALIDWD might be structured.

Frequently asked questions

what is t-m-siteler-video-downloader fr?

ALIDWD is a Windows app with a Chrome extension that lets you one-click download videos and audio (MP3) from YouTube, TikTok, Instagram, and Twitter, with automatic folder sorting and download history.

What language is t-m-siteler-video-downloader written in?

Mainly Python. The stack also includes Python, PyQt5, yt-dlp.

What license does t-m-siteler-video-downloader use?

No license information is provided in the README.

How hard is t-m-siteler-video-downloader to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is t-m-siteler-video-downloader for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.