Search Criteria
Package Details: ytdownloader 1.6.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ytdownloader.git (read-only, click to copy) |
|---|---|
| Package Base: | ytdownloader |
| Description: | GKT3 frontend for yt-dlp (the active branch of youtube-dl) with focus on best audio and video. Uses ffmpeg for joining audio & video |
| Upstream URL: | https://github.com/kanehekili/YoutubeDownloader |
| Licenses: | GPL2, MIT |
| Submitter: | kanehekili |
| Maintainer: | kanehekili |
| Last Packager: | kanehekili |
| Votes: | 2 |
| Popularity: | 0.31 |
| First Submitted: | 2021-11-20 21:33 (UTC) |
| Last Updated: | 2025-12-02 18:46 (UTC) |
Dependencies (5)
- deno (deno-gitAUR, deno-canary-binAUR, deno-stable-binAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR)
- python
- python-gobject
- yt-dlp (yt-dlp-gitAUR, yt-dlp-nightly-binAUR)
Latest Comments
kanehekili commented on 2024-03-22 21:11 (UTC) (edited on 2024-04-01 21:40 (UTC) by kanehekili)
Currently yt-dlp has not been upgraded to 2024.03.10 on Manjaro so YouTube videos/audios can't be downloaded.
Version 1.4.6 enables the switch to the provided yt-dl python lib.
kanehekili commented on 2023-10-10 21:43 (UTC) (edited on 2023-10-10 22:01 (UTC) by kanehekili)
Updated version to have yt-dlp as dependency. If you have a previous version of 1.4.5, uninstall first (it clashes with the dependencies)
kanehekili commented on 2023-07-14 11:03 (UTC)
Thanks for reporting. It seems that my setup build has been changed, since the yt-dlp should be a dependent, not intrinsically installed. Will be fixed.
dreieck commented on 2023-07-13 20:08 (UTC)
This package claims to be a frontend for
yt-dlpbut actually tries to install the CLI tool also, thus creating a conflict:Please install only the frontend and add
yt-dlpto the depends array.Thanks for maintaining!