Blog
#<------------------------------- YT-DLP - novejsi ------------------------------->#sudo apt-get install yt-dlp
<===> instalace YT downloaderyt-dlp --version
<===> zjistí verzi
sudo /usr/bin/yt-dlp -f 22 -P /tmp [url videa]
<===> stahne video v mp4 do slozky /tmp
sudo /usr/bin/yt-dlp [url videa]
<===> stahne video v plne kvalite ale do slozky kde je yt-dlpsudo /usr/bin/yt-dlp -P /cesta/kam/nahrat [url videa]
<===> The paths where the files should be downloaded. Specify the type of file and the
path separated by a colon ":". All the same TYPES as --output are supported. Ad‐ditionally, you can also provide "home" (default) and "temp" paths. All intermedi‐
ary files are first downloaded to the temp path and then the final files are moved over to the home path after download is finished. This option is ignored if --out‐
put is an absolute path
-f, --format FORMAT
<===> Video format code, see "FORMAT SELECTION" for more details-F, --list-formats
<===> Vypise list formatu ktere lze stahnout // List available formats of each video. Simulate unless --no-simulate is used
#<------------------------------- YOUTUBE-DL - starsi ------------------------------->#
youtube-dl --version
<===> zjistí verzi
youtube-dl-gui
<===> instalace programu na stahovani Youtube videa (GUI)/usr/local/bin/youtube-dl [url videa]
<===> stahne video v mp4/usr/local/bin/youtube-dl -F [url videa]
<===> nabine veskere formaty videa ktere lze stahnout/usr/local/bin/youtube-dl -f 140 https://www.youtube.com/watch?v=BibNLUQG_-4
<===> stahne pouze audio format MP4
Nase TV umi prehravat format MPEG4 >> m4v: ISO Media, MP4 v2 [ISO 14496-14] takze to davat do HANDBRAKE nebo rychleji pouzit ffmpeg
youtube-dl -U
<===> update YT
## It looks like you installed youtube-dl with a package manager, pip, setup.py or a tarball. Please use that to update.pip3 install --upgrade youtube-dl
<===> update YT pres PIP
Strana 181 z 183