Tips Paket Internet Pomo Special
4G Ceria Telkomsel - Agar Tidak Habis Pulsa..
4G Ceria Telkomsel - Agar Tidak Habis Pulsa..
Cara Install driver printer Epson L321 di Ubuntu Linux
Cara Install driver Printer Canon di Ubuntu Linux
yt-dlp -f "bestvideo[ext=mp4]+bestaudio[ext=m4a]/best" \
--merge-output-format mp4 \
-o "video.mp4" \
"https://youtube.com/shorts/mVA5mGUeBlA?si=Mkc8WDm2yzuEWEbV"
ffmpeg -i video.mp4 -vf "scale=-2:720" -c:v libx264 -crf 28 -preset fast -c:a aac -b:a 128k video_wa.mp4
yt-dlp --write-auto-sub --sub-lang id --skip-download "https://www.youtube.com/watch?v=mdrkwT63BTk"
yt-dlp --write-auto-sub --sub-lang id --skip-download "URL"
ls *.vtt
grep -o -i "wali" *.vtt | wc -l
grep -Eo '[0-9]{2}:[0-9]{2}:[0-9]{2}\.[0-9]{3}' *.vtt | tail -n 1
ytdl_hook: ERROR: [youtube] nWWoSzX3JjM: Unable to extract uploader id; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U ytdl_hook: youtube-dl failed: unexpected error occurred cplayer: Failed to recognize file format
==============
In order to use yt-dlp's update feature, you need to remove the .deb version, and install their binary version from Github.
So, first uninstall it. I assume it would be: apt remove yt-dlp
Then get this Linux standalone binary https://github.com/yt-dlp/yt-dlp/releas ... -dlp_linux
Rename it to yt-dlp, make it executable (right-click, Properties, Permissions).
Then move it to /usr/bin directory:
CODE: SELECT ALL
sudo mv ~/Downloads/yt-dlp /usr/binRestart Terminal, then update yt-dlp:
CODE: SELECT ALL
yt-dlp -U