Ubuntu 24.04.1 LTS | Lataa ja asenna | Tutustu yhteisöön | Blogi | Yritysten tarjoamat palvelutUusimmat julkaisut: 24.04.1 LTS (suositeltu, 29.8.2024) ja 24.10 - Ubuntun 20-vuotisjulkaisu! (10.10.2024).
sudo apt install yt-dlp
yt-dlp "https://www.youtube.com/..."
Yritin käyttää youtube-dl komentoa. mutta en onnistunut.
yt-dlp --version2022.04.08
Kuinkas tuo yt-dlp päivitetään ?Itselläni on viime vuoden versio, joka ei ilmeisesti ole tuoreinta tavaraa...Koodia: [Valitse]yt-dlp --version2022.04.08
Lainaus käyttäjältä: kamara - 07.05.23 - klo:16.50Kuinkas tuo yt-dlp päivitetään ?Itselläni on viime vuoden versio, joka ei ilmeisesti ole tuoreinta tavaraa...Koodia: [Valitse]yt-dlp --version2022.04.08Jos kyseessä on Ubuntu 22.04, kytke backports-repositorio käyttöön. Siellä on tuore versio:https://packages.ubuntu.com/km/jammy-backports/yt-dlp
sudo apt update $ sudo apt updateLöytyi:1 http://security.ubuntu.com/ubuntu jammy-security InReleaseLöytyi:2 http://archive.ubuntu.com/ubuntu jammy InReleaseLöytyi:3 http://archive.canonical.com/ubuntu jammy InReleaseLöytyi:4 http://archive.ubuntu.com/ubuntu jammy-updates InReleaseLöytyi:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
# Automatically generated by Calamares on 2022-08-14.# Lines starting with "deb" are mandatory, while lines starting with "deb-src"# are for more detailed package information.## See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to## newer versions of Lubuntu.deb http://archive.ubuntu.com/ubuntu/ jammy main restricted deb-src http://archive.ubuntu.com/ubuntu/ jammy restricted main ## Major bug fix updates produced after the final release of Lubuntu.## Have you noticed a regression? Please report it!## https://wiki.ubuntu.com/StableReleaseUpdates#Regressionsdeb http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted # deb-src http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted ## Software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu team.## Also, please note that software in Universe WILL NOT receive any review or## updates from the Ubuntu security team directly. Updates in this repository## are provided by volunteers, but most come from Debian.deb http://archive.ubuntu.com/ubuntu/ jammy universe # deb-src http://archive.ubuntu.com/ubuntu/ jammy universe deb http://archive.ubuntu.com/ubuntu/ jammy-updates universe # deb-src http://archive.ubuntu.com/ubuntu/ jammy-updates universe ## Software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu team,## and may not be under a free licence. Please satisfy yourself as your rights## to use the software. Also, please note that software in Multiverse WILL NOT## receive any review or updates from the Ubuntu security team directly.deb http://archive.ubuntu.com/ubuntu/ jammy multiverse # deb-src http://archive.ubuntu.com/ubuntu/ jammy multiverse deb http://archive.ubuntu.com/ubuntu/ jammy-updates multiverse # deb-src http://archive.ubuntu.com/ubuntu/ jammy-updates multiverse ## Software from this repository contains tested security updates from the## Ubuntu security team.deb http://security.ubuntu.com/ubuntu/ jammy-security main restricted # deb-src http://security.ubuntu.com/ubuntu/ jammy-security main restricted deb http://security.ubuntu.com/ubuntu/ jammy-security universe # deb-src http://security.ubuntu.com/ubuntu/ jammy-security universe deb http://security.ubuntu.com/ubuntu/ jammy-security multiverse # deb-src http://security.ubuntu.com/ubuntu/ jammy-security multiverse ## Software from this repository may not have been tested as extensively as## software contained in the main release, although it includes newer versions## of some applications which may provide useful features. Also, please note## that software in Backports WILL NOT receive any review or updates from the## Ubuntu security team.deb http://archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse## Uncomment the following two lines to add software from Canonical's## "partner" repository.## This software is not part of Ubuntu, but is offered by Canonical and the## respective vendors as a service to Ubuntu users.deb http://archive.canonical.com/ubuntu/ jammy partner # deb-src http://archive.canonical.com/ubuntu/ jammy partner # deb http://ftp.de.debian.org/debian/ sid main
apt-cache showpkg yt-dlp
sudo apt install python3-pip
pip3 install --user yt-dlp
wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -O ~/.local/bin/yt-dlp
chmod a+x ~/.local/bin/yt-dlp
Ilmeisesti yt-dlp lataa kaiken youtubista, mutta minä yritin ladata sivulta streamausta ja sitä se ei ilmeisesti osannut tehdä.
yt-dlp https://www.youtube.com/watch?v=4BhWwAdwv9I
yt-dlp --version
2023.03.04
Vaihtoehtoisesti voit myös asentaa muista lähteistä, kuten Pythonin PyPi-repositoriosta pipillä:Koodia: [Valitse]sudo apt install python3-pipKoodia: [Valitse]pip3 install --user yt-dlp
$ yt-dlp --version2023.03.04
Luulen että minulla tallennus ei onistunut, koska live stream ei ollut youtubessa, vaan erään orkesterin sivulla.