User Tools

Site Tools


linux:tools:downloader

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:tools:downloader [2022/04/11 10:37] – [Playlist download] mslinux:tools:downloader [2023/01/11 20:29] (current) – external edit 127.0.0.1
Line 47: Line 47:
 sudo curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp sudo curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp
 sudo chmod a+rx /usr/local/bin/yt-dlp sudo chmod a+rx /usr/local/bin/yt-dlp
 +</code>
 +<code>
 +yt-dlp -f "bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best" <URL>
 +
 +cat urls
 +https://youtu.be/0tjWWS2DGmU
 +https://youtu.be/Cyqahzn-cXw
 +...
 +
 +for i in `cat urls`
 +do
 +yt-dlp -f "bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best" $i
 +done
 </code> </code>
linux/tools/downloader.1649666273.txt.gz · Last modified: 2023/01/11 20:30 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki