<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>IT/Technologie on kenji.blog</title><link>http://kenji.blog/de/categories/it/technologie/</link><description>Recent content in IT/Technologie on kenji.blog</description><generator>Hugo -- gohugo.io</generator><language>de</language><copyright>kenjinote</copyright><lastBuildDate>Tue, 03 Sep 2024 14:09:26 +0900</lastBuildDate><atom:link href="http://kenji.blog/de/categories/it/technologie/index.xml" rel="self" type="application/rss+xml"/><item><title>Wie man YouTube-Videos mit yt-dlp.exe herunterlädt</title><link>http://kenji.blog/de/p/yt-dlp.exe-%E3%81%AB%E3%82%88%E3%82%8B-youtube-%E5%8B%95%E7%94%BB%E3%81%AE%E3%83%80%E3%82%A6%E3%83%B3%E3%83%AD%E3%83%BC%E3%83%89%E6%96%B9%E6%B3%95/</link><pubDate>Tue, 03 Sep 2024 14:09:26 +0900</pubDate><guid>http://kenji.blog/de/p/yt-dlp.exe-%E3%81%AB%E3%82%88%E3%82%8B-youtube-%E5%8B%95%E7%94%BB%E3%81%AE%E3%83%80%E3%82%A6%E3%83%B3%E3%83%AD%E3%83%BC%E3%83%89%E6%96%B9%E6%B3%95/</guid><description>&lt;img src="http://kenji.blog/p/yt-dlp.exe-%E3%81%AB%E3%82%88%E3%82%8B-youtube-%E5%8B%95%E7%94%BB%E3%81%AE%E3%83%80%E3%82%A6%E3%83%B3%E3%83%AD%E3%83%BC%E3%83%89%E6%96%B9%E6%B3%95/img_1.png" alt="Featured image of post Wie man YouTube-Videos mit yt-dlp.exe herunterlädt" />&lt;h1 id="was-ist-yt-dlp">Was ist yt-dlp
&lt;/h1>&lt;p>&lt;code>yt-dlp&lt;/code> ist ein Kommandozeilen-Tool zum Herunterladen von YouTube-Videos.
Neben dem Herunterladen von Videos können Sie diese auch als Musikdateien im mp3-Format herunterladen.&lt;/p>
&lt;h2 id="herunterladen-und-installieren">Herunterladen und Installieren
&lt;/h2>&lt;ol>
&lt;li>Laden Sie die neueste yt-dlp.exe von der &lt;a class="link" href="https://github.com/yt-dlp/yt-dlp/releases" target="_blank" rel="noopener"
>yt-dlp-Release-Seite&lt;/a> herunter.&lt;/li>
&lt;li>Legen Sie yt-dlp.exe in einem beliebigen Ordner ab.&lt;/li>
&lt;li>Fügen Sie den Ordnerpfad von yt-dlp.exe zur Umgebungsvariablen Path hinzu.&lt;/li>
&lt;/ol>
&lt;h2 id="verwendung">Verwendung
&lt;/h2>&lt;p>Führen Sie yt-dlp.exe in der Eingabeaufforderung aus und geben Sie die URL des YouTube-Videos an.&lt;/p>
&lt;div class="highlight">&lt;div class="chroma">
&lt;table class="lntable">&lt;tr>&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code>&lt;span class="lnt">1
&lt;/span>&lt;/code>&lt;/pre>&lt;/td>
&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code class="language-fallback" data-lang="fallback">&lt;span class="line">&lt;span class="cl">yt-dlp.exe &amp;#34;https://www.youtube.com/watch?v=VIDEO_ID&amp;#34;
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/td>&lt;/tr>&lt;/table>
&lt;/div>
&lt;/div>&lt;p>※ Das Argument kann auch nur der Teil mit der VIDEO_ID sein.&lt;/p>
&lt;p>Um es als mp3-Musikdatei herunterzuladen, führen Sie den folgenden Befehl aus:&lt;/p>
&lt;div class="highlight">&lt;div class="chroma">
&lt;table class="lntable">&lt;tr>&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code>&lt;span class="lnt">1
&lt;/span>&lt;/code>&lt;/pre>&lt;/td>
&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code class="language-fallback" data-lang="fallback">&lt;span class="line">&lt;span class="cl">yt-dlp.exe --extract-audio --audio-format mp3 --embed-thumbnail --add-metadata &amp;#34;https://www.youtube.com/watch?v=VIDEO_ID&amp;#34;
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/td>&lt;/tr>&lt;/table>
&lt;/div>
&lt;/div>&lt;p>Damit wird das Video in das aktuelle Verzeichnis heruntergeladen, in dem der Befehl ausgeführt wurde.&lt;/p>
&lt;p>Das ist alles.&lt;/p></description></item></channel></rss>