youtube-dl is lagging behind in artik repositories 25 April 2020, 08:17:17 Fellow artik users and developers,`youtube-dl` is lagging behind the current release from its home page. Current: 2020.03.24Artik: 2020.03.01Is this delay a common one?
Re: youtube-dl is lagging behind in artik repositories Reply #1 – 25 April 2020, 09:42:14 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 – 25 April 2020, 17:08:15 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. 3 Likes
Re: youtube-dl is lagging behind in artik repositories Reply #3 – 26 April 2020, 15:18:52 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.
Re: youtube-dl is lagging behind in artik repositories Reply #4 – 26 April 2020, 15:22:40 Quote from: missedrx – on 25 April 2020, 09:42:14Python-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.
Re: youtube-dl is lagging behind in artik repositories Reply #5 – 27 April 2020, 15:44:45 Quote from: Dudemanguy – on 25 April 2020, 17:08:15youtube-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 reflectorreflector --score 10 --protocol https --save /etc/pacman.d/mirrorlist-arch