An yt-dlp based gui downloader created with AutoHotKey 1.1
normal downloader with useless features
Before using this downloader, install Autohotkey version 1.1 from here.
After installing, Launch the EdibleDLP.ahk (or if you converted to exe, EdibleDLP.exe).
This script will automatically download yt-dlp v2024.10.22/ffmpeg/ffprobe from yt-dlp repo/this repo, and main GUI will shown after it's completed.
[!NOTE] This version of yt-dlp is last version that supports Windows 7/8.1.
You can update yt-dlp from "Update yt-dlp" button, If you're Windows 10 (or above) user.
Now, Add URL to the list by:
After that, select prefix from Prefix drop-down list, then select the path to download.
Default path is: EdibleDLP.ahk/Downloaded
Then press Download them button or active the window and press Shift+Enter. Your order will be automatically downloaded.
[!IMPORTANT] These options are not tested: Please give me any issue or pull request if there's problem with it
- 480p (MP4)
- 360p (MP4)
- 240p (MP4)
- 144p (MP4)
- Best Quality (Only MP3)
[!TIP] Downloaded videos may not be played on Windows Media Player or any player that not supporting VP9.
yt-dlp.exe -f "bestvideo[height<=1080][ext=mp4]+bestaudio[ext=m4a]/best[height<=1080][ext=mp4]"
yt-dlp.exe -f "bestvideo[height<=720][ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best"
yt-dlp.exe -f "bestvideo[height<=480][ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best"
yt-dlp.exe -f "bestvideo[height<=360][ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best"
yt-dlp.exe -f "bestvideo[height<=240][ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best"
yt-dlp.exe -f "bestvideo[height<=144][ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best"
yt-dlp.exe
yt-dlp.exe -f "bv*[ext=mp4]+ba[ext=m4a]/b[ext=mp4]"
yt-dlp.exe -x --audio-format mp3
yt-dlp.exe -x --audio-format wav
yt-dlp closed with errorlevel: X
lmfaoA. i would like to add "bypass the errorlevel error" checkmark
A. idk
This script is licensed under the GNU General Public License v3.0
Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights.
Full license is in LICENSE file.