Skip to main content
Topic: youtube-dl is lagging behind in artik repositories (Read 1118 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

youtube-dl is lagging behind in artik repositories

Fellow artik users and developers,

`youtube-dl` is lagging behind the current release from its home page.
Current: 2020.03.24
Artik: 2020.03.01

Is this delay a common one?
Andromedan

Re: youtube-dl is lagging behind in artik repositories

Reply #1
Python-pip is your saviour.

1. Install python-pip : >>> pacman -S python-pip <<<
2. Install newest version of youtube : >>> pip install youtube-dl<<<
3. List installed  : >>> pip list <<<

Re: youtube-dl is lagging behind in artik repositories

Reply #2
youtube-dl is an arch linux package not an artix one. Please double check your archlinux mirrors (/etc/pacman.d/mirrorlist-arch). Whatever mirror you are using is lagging behind. The evowise is known to be very far behind for some people however it is not the default anymore. Archlinux changed their default mirrors on April 11th.

Re: youtube-dl is lagging behind in artik repositories

Reply #3
Thanks mate. For some reason my mirrorlist-arch has not got updated (evowise was my primary mirror, until I comment that). I got it working now.
Andromedan

Re: youtube-dl is lagging behind in artik repositories

Reply #4
Python-pip is your saviour.

1. Install python-pip : >>> pacman -S python-pip <<<
2. Install newest version of youtube : >>> pip install youtube-dl<<<
3. List installed  : >>> pip list <<<

Thanks mate. This is what I was using as an alternative solution, however system-wide solution to be better overall.

Andromedan

 

Re: youtube-dl is lagging behind in artik repositories

Reply #5
youtube-dl is an arch linux package not an artix one. Please double check your archlinux mirrors (/etc/pacman.d/mirrorlist-arch). Whatever mirror you are using is lagging behind. The evowise is known to be very far behind for some people however it is not the default anymore. Archlinux changed their default mirrors on April 11th.
The solution would be as an example:

Code: [Select]
pacman -S reflector
reflector --score 10 --protocol https --save /etc/pacman.d/mirrorlist-arch
"Wer alles kann, macht nichts richtig"

Artix USE="runit openrc slim openbox lxde gtk2 qt4 qt5 qt6 conky
-gtk3 -gtk4 -adwaita{cursors,themes,icons} -gnome3 -kde -plasma -wayland "