this one i found pretty good GitHub - Tyrrrz/YoutubeDownloader: Downloads videos and playlists from YouTube
canât figure out how to get it to work on Manjaro Linux but looks good.
BTW weird terms. LOL
Terms of use[?]
By using this project or its source code, for any purpose and in any shape or form, you grant your implicit agreement to all the following statements:
-
You condemn Russia and its military aggression against Ukraine
-
You recognize that Russia is an occupant that unlawfully invaded a sovereign state
-
You support Ukraineâs territorial integrity, including its claims over temporarily occupied territories of Crimea and Donbas
-
You reject false narratives perpetuated by Russian state propaganda
To learn more about the war and how you can help, click here. Glory to Ukraine! ![]()
it doesnât use yt dlp, yt dlp support hundreds of sites except youtube
mkdir yt && cd yt
wget -O yt.zip https://github.com/Tyrrrz/YoutubeDownloader/releases/download/1.15.1/YoutubeDownloader.linux-x64.zip
unzip yt.zip
(chmod +x YoutubeDownloader - was already executable by me)
./YoutubeDownloader
yea i guess you are right its not yt-dlp ,but yt-dlp is for youtube too ,what are you saying?youâre talking about yt-dlp or yt dlp ,are they two different things?
i just used windows exe
not only youtube yt-dlp/yt_dlp/extractor at master ¡ yt-dlp/yt-dlp ¡ GitHub
Finally I decided to make my own
(also available on Mac and Linux
)
Itâs a new concept â an app designed to embrace the native features of the operating system, through the clipboard manager, native notifications, and interaction via the system tray.
I will release it under GPL when it will ready.
It will be the best GUI for yt-dlp â maybe not the most feature-packed, but without a doubt the best one. (Itâs not like the competition is that fierce anyway, haha.)
Android too possible? ![]()
Yes it s possible but why ? You have GitHub - JunkFood02/Seal: đŚ Video/Audio Downloader for Android, based on yt-dlp
170 MB right after installing??? sounds sketchy like all other downloaders unless he sucks. itâs also missing the search feature which sucks.
I donât really see the problem â itâs pretty normal when there are native libraries to include. Here, youâve got all of Python plus all of FFmpeg. I wouldnât say itâs excellent, but itâs not bad either. Sure, like many open-source apps, itâs not amazing UX-wise, but itâs far from the worst. I also donât understand why a downloader would even need a search feature.
normally when you sign and compile the app itâs supposed to become way smaller, I compiled a python project that has all of python and after installing its under 35 mb.
searching e.g. I know a single came out and I donât have link.
thatâs why I use my own cli script
Are you sure youâre talking about an Android project?
here there are native libraries like ffmpeg
as I said I made an Android app with all python in it. (it fetches an external script from a specific folder and runs it which lets me change the back-end easily.) so while it doesnât include ffmpeg I donât think that should make that much of a difference but maybe youâre right
I know this is not what your looking for as itâs not GUI nor ytdlp though I figured Iâd drop it here in case anyone might want to use this.
requires pip install pytubefix.
simple CLI works on Pydroid
please provide feedback.
Here it is, Iâve released a first version. Thereâs still quite a lot to improve, but I think itâs a good start.
Does it work on windows?
Of course
wow thanks
I think you should open a new topic for this


