graphics yt-dlp Front end
-
- 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
Jack
graphics yt-dlp Front end
Post#2 by vinnie » 30 Jan 2025, 08:51
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
vinnie
-
- 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
Jack
graphics yt-dlp Front end
Post#4 by vinnie » 30 Jan 2025, 14:41
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.
vinnie
-
- 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
Jack
graphics yt-dlp Front end
Post#6 by vinnie » 30 Jan 2025, 15:46
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
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.
vinnie
-
- 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
Jack
graphics yt-dlp Front end
Post#8 by vinnie » 30 Jan 2025, 15:56
Remember that regarding youtube, sometimes the programs need to be updated because google tends to break compatibility with yt-dlp.
vinnie
-
- 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
Jack
graphics yt-dlp Front end
Post#10 by vinnie » 31 Jan 2025, 21:17
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
vinnie
- Ed_P
- Contributor
- Posts: 8961
- 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
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;
Ed_P
-
- 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
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.vinnie wrote: ↑31 Jan 2025, 21:17What 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
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.
Jack
-
- 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
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.
Jack
-
- 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
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#
Jack
- ncmprhnsbl
- DEV Team
- Posts: 4293
- 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
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.
ncmprhnsbl