ytdl
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| ytdl [2025/10/18 16:32] – created miko | ytdl [2025/11/25 16:37] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Mikos Batch Downloader ====== | ||
| + | |||
| + | This tool provides a graphical interface for batch downloading videos or audio using '' | ||
| + | |||
| + | ===== Features ===== | ||
| + | * Add multiple video or playlist URLs | ||
| + | * Choose output directory and optional cookies file | ||
| + | * Select download format ('' | ||
| + | * Start and cancel downloads with progress feedback | ||
| + | * View live output from '' | ||
| + | |||
| + | ===== Requirements ===== | ||
| + | * Python 3.x | ||
| + | * '' | ||
| + | * Standard Python libraries: | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | ===== Usage ===== | ||
| + | - Start the GUI by running the script. | ||
| + | - Paste a video or playlist URL into the input field. | ||
| + | - Click **Add Link** to queue it. | ||
| + | - Choose an output folder and optionally a '' | ||
| + | - Select desired format from the dropdown. | ||
| + | - Click **Start Downloads** to begin. | ||
| + | - Use **Cancel Downloads** to stop the current process. | ||
| + | |||
| + | ===== GUI Overview ===== | ||
| + | * ''' | ||
| + | * ''' | ||
| + | * ''' | ||
| + | * ''' | ||
| + | * Add Link | ||
| + | * Clear List | ||
| + | * Choose Folder | ||
| + | * Choose Cookies | ||
| + | * Start Downloads | ||
| + | * Cancel Downloads | ||
| + | * ''' | ||
| + | * ''' | ||
| + | |||
| + | ===== Notes ===== | ||
| + | * Downloads run in a separate thread to keep the GUI responsive. | ||
| + | * Progress is parsed from '' | ||
| + | * Audio extraction is supported via '' | ||
| + | |||
| + | ===== License ===== | ||
| + | This script is provided as-is. Feel free to modify and redistribute under an open-source license of your choice. | ||
| + | |||
| + | ===== Code ===== | ||
| + | |||
| <code python> | <code python> | ||
| import tkinter as tk | import tkinter as tk | ||
ytdl.1760805156.txt.gz · Last modified: (external edit)
