graphics yt-dlp Front end

If you are looking for a specific 64-bit package and you can't find it in any of the 64-bit repos, please post a request for it here
Jack
Contributor
Contributor
Posts: 1955
Joined: 09 Aug 2013, 14:25
Distribution: Nemesis Cinnamon 64
Location: USA

graphics yt-dlp Front end

Post#1 by Jack » 29 Jan 2025, 17:51

I would like to see or have a graphics front end for yt-dlp. If it is possible.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

vinnie
Shogun
Shogun
Posts: 210
Joined: 13 Jun 2024, 08:25
Distribution: alpine

graphics yt-dlp Front end

Post#2 by vinnie » 30 Jan 2025, 08:51

https://ytdn.netlify.app/
This is a front end of yt-dlp and they offer an appimage too.
It doesn't cover everything yp-dlp can do however, it's not bad.

Otherwise you can use https://freetubeapp.io/ that isn't specialized in download but in reproduction of videos but it can also download.
They, too, offer an appimage

Jack
Contributor
Contributor
Posts: 1955
Joined: 09 Aug 2013, 14:25
Distribution: Nemesis Cinnamon 64
Location: USA

graphics yt-dlp Front end

Post#3 by Jack » 30 Jan 2025, 13:04

Is this the file I need ytdownloader-gui.tar.gz? Do you have it in xzm so I can use it? If not how do I get it ready to use? I have never done this before.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

vinnie
Shogun
Shogun
Posts: 210
Joined: 13 Jun 2024, 08:25
Distribution: alpine

graphics yt-dlp Front end

Post#4 by vinnie » 30 Jan 2025, 14:41

If all goes well (and with those two programs it should since I use them with nemesis) you don't need anything. You download them, give them run permissions (chmod +x ./file.Appimage), and run them.
Then it may happen that sometimes some dependencies were not included but in that case you can download them to your distro.
P.s. I do not have them in xzm, I use appimage directly, however they should both be on aur wanting to build the xzm package.
Last edited by vinnie on 30 Jan 2025, 14:44, edited 1 time in total.

Jack
Contributor
Contributor
Posts: 1955
Joined: 09 Aug 2013, 14:25
Distribution: Nemesis Cinnamon 64
Location: USA

graphics yt-dlp Front end

Post#5 by Jack » 30 Jan 2025, 15:42

Do I need libappimage-1.0.4.5-7-aarch64.pkg.tar.xz to make that program to work?
Last edited by Jack on 30 Jan 2025, 15:46, edited 1 time in total.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

vinnie
Shogun
Shogun
Posts: 210
Joined: 13 Jun 2024, 08:25
Distribution: alpine

graphics yt-dlp Front end

Post#6 by vinnie » 30 Jan 2025, 15:46

Sorry, I realized now that you were just asking me what file to download, English is not my native language and when I am tired I misunderstand.
The links to the files for downloading are:

ytDownloader
https://github.com/aandrew-me/ytDownloa ... x.AppImage


FreeTube
https://github.com/FreeTubeApp/FreeTube ... 4.AppImage


Jack wrote:
30 Jan 2025, 15:42
Do I need libappimage-1.0.4.5-7-aarch64.pkg.tar.xz[/b] to make that program to work?
No, the appimage generally should have all the necessary dependencies.
In these case with nemesis I can guarantee you that they go without installing any other dependencies.
Last edited by vinnie on 30 Jan 2025, 15:53, edited 2 times in total.

Jack
Contributor
Contributor
Posts: 1955
Joined: 09 Aug 2013, 14:25
Distribution: Nemesis Cinnamon 64
Location: USA

graphics yt-dlp Front end

Post#7 by Jack » 30 Jan 2025, 15:50

The first link didn't work. I will try the 2nd link. Thanks
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

vinnie
Shogun
Shogun
Posts: 210
Joined: 13 Jun 2024, 08:25
Distribution: alpine

graphics yt-dlp Front end

Post#8 by vinnie » 30 Jan 2025, 15:56

Sorry, I fixed both links (by mistake I had put the freetube link to the penultimate version, now it is the latest).
Remember that regarding youtube, sometimes the programs need to be updated because google tends to break compatibility with yt-dlp.

Jack
Contributor
Contributor
Posts: 1955
Joined: 09 Aug 2013, 14:25
Distribution: Nemesis Cinnamon 64
Location: USA

graphics yt-dlp Front end

Post#9 by Jack » 31 Jan 2025, 16:51

I give up on this project I have tried to make it work but it a no go. One day I will find a graphics front end so for now I will type yt-dlp file link a command line will work for now.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

vinnie
Shogun
Shogun
Posts: 210
Joined: 13 Jun 2024, 08:25
Distribution: alpine

graphics yt-dlp Front end

Post#10 by vinnie » 31 Jan 2025, 21:17

What specifically is not working?
Because I have been using them until today, by the way of ytdownloader I don't even have the latest version.

I almost wanted to make you a video but I am a little tired now and then I should upload it somewhere.
But basically download, permissions, execution:
1) wget https://...../file.Appimage
2) chmod +x ./file.Appimage
3) ./file.Appimage

User avatar
Ed_P
Contributor
Contributor
Posts: 8956
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

graphics yt-dlp Front end

Post#11 by Ed_P » 31 Jan 2025, 23:22

vinnie,

4) create a .desktop file. /usr/share/applications/ or /home/guest/Desktop/

Name=yt-dip
Exec=/.........AppImage
Icon=/home/guest/Pictures/....png
Type=Application
Terminal=False
StartupNotify=true
Categories=Accessories;Utility;

Jack
Contributor
Contributor
Posts: 1955
Joined: 09 Aug 2013, 14:25
Distribution: Nemesis Cinnamon 64
Location: USA

graphics yt-dlp Front end

Post#12 by Jack » 01 Feb 2025, 00:50

vinnie wrote:
31 Jan 2025, 21:17
What specifically is not working?
Because I have been using them until today, by the way of ytdownloader I don't even have the latest version.

I almost wanted to make you a video but I am a little tired now and then I should upload it somewhere.
But basically download, permissions, execution:
1) wget https://...../file.Appimage
2) chmod +x ./file.Appimage
3) ./file.Appimage
I guest not young anymore Feb 9 I will be 77 years old and I'm losing my memory and I can't remember too.
Ed_P wrote:
31 Jan 2025, 23:22
vinnie,

4) create a .desktop file. /usr/share/applications/ or /home/guest/Desktop/

Name=yt-dip
Exec=/.........AppImage
Icon=/home/guest/Pictures/....png
Type=Application
Terminal=False
StartupNotify=true
Categories=Accessories;Utility;
If it was in Applications/Internet/ and meun item. Then click on it and run the program.

Like I said right now it just it easy for me to use the command line.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

Jack
Contributor
Contributor
Posts: 1955
Joined: 09 Aug 2013, 14:25
Distribution: Nemesis Cinnamon 64
Location: USA

graphics yt-dlp Front end

Post#13 by Jack » 01 Feb 2025, 01:50

I found this https://ytdownloader.me/en2/ .

All I have to do is used youtube to get the link to the video and save the link then use https://ytdownloader.me/en2/ .to download the video file.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

Jack
Contributor
Contributor
Posts: 1955
Joined: 09 Aug 2013, 14:25
Distribution: Nemesis Cinnamon 64
Location: USA

graphics yt-dlp Front end

Post#14 by Jack » 01 Feb 2025, 02:16

I just found this ytdlp-gui-2.0.0-alt1.aarch64.rpm then I converted to a xzm. When I ran it here is the output.

Code: Select all

guest@porteus:~$ ytdlp-gui
bash: /usr/bin/ytdlp-gui: cannot execute binary file: Exec format error
guest@porteus:~$ su
Password: 
root@porteus:/home/guest# ytdlp-gui
bash: /usr/bin/ytdlp-gui: cannot execute binary file: Exec format error
root@porteus:/home/guest# 
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 4290
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

graphics yt-dlp Front end

Post#15 by ncmprhnsbl » 01 Feb 2025, 05:23

Jack wrote:
01 Feb 2025, 02:16
ytdlp-gui-2.0.0-alt1.aarch64.rpm
aarch64 is for ARM based hardware, that is, smartphones, tablets, raspberrypi and the like. is why the "Exec format error".
look for x86_64 packages.

here's a list of yt downloader guis : https://www.reddit.com/r/youtubedl/wiki/info-guis/ which may or may not be useful.
and regarding appimages generally i'll leave this link here: Howto: Popular AppImages one click away for some useful tips.
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

Post Reply