Best ytdlp Gui?

this one i found pretty good GitHub - Tyrrrz/YoutubeDownloader: Downloads videos and playlists from YouTube

1 Like

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! :ukraine:

2 Likes

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
1 Like

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

1 Like

Finally I decided to make my own :slight_smile: (also available on Mac and Linux :slight_smile: )

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.)

4 Likes

Android too possible? :sad_but_relieved_face:

Yes it s possible but why ? You have GitHub - JunkFood02/Seal: 🦭 Video/Audio Downloader for Android, based on yt-dlp

1 Like

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.

2 Likes

Does it work on windows?

Of course

wow thanks
I think you should open a new topic for this