"yt-dlp --version" always works for me.pianokeyjoe wrote: Tue Sep 10, 2024 11:37 pm Is there a way to check the version of yt-dlp in the terminal?
yt-dlp crashed in MX19.4 making clipgrab no longer work.
- DukeComposed
- Posts: 1396
- Joined: Thu Mar 16, 2023 1:57 pm
Re: yt-dlp crashed in MX19.4 making clipgrab no longer work.
Re: yt-dlp crashed in MX19.4 making clipgrab no longer work.
pianokeyjoe wrote: Tue Sep 10, 2024 11:51 pm Again, this is a situation that one day clipgrab stopped working and yt-dlp in my system was suddenly reporting an unsupported python library error.
The problem is with ClipGrab. It will download yt-dlp for you even if you have it installed on your system.
Here on my system (MX-23) I have yt-dlp 2024.08.01 installed. When I go to ClipGrab's About tab it shows yt-dlp 2024-08-06 instead.
So I renamed ClipGrab's version and symlinked my system version to the ClipGrab directory.
Code: Select all
which yt-dlp
/usr/bin/yt-dlp
Code: Select all
yt-dlp --version
2024.08.01
Code: Select all
ln -s /usr/bin/yt-dlp ~/.local/share/ClipGrab/ClipGrab/
Code: Select all
ls -l ~/.local/share/ClipGrab/ClipGrab/
total 2904
drwx------ 3 siamhie siamhie 4096 Aug 20 21:48 QtWebEngine
lrwxrwxrwx 1 siamhie siamhie 15 Sep 10 22:21 yt-dlp -> /usr/bin/yt-dlp
-rw-r--r-- 1 siamhie siamhie 2965725 Aug 20 21:48 yt-dlp-BAK
You do not have the required permissions to view the files attached to this post.
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.
Re: yt-dlp crashed in MX19.4 making clipgrab no longer work.
You can still use yt-dlp in a terminal. I posted how to do this in post #11. viewtopic.php?p=788297#p788297
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.