Showing posts with label youtube-dl. Show all posts
Showing posts with label youtube-dl. Show all posts

Monday, 4 August 2025

download short youtuber dengan yt-dlp

 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

Monday, 13 November 2023

youtube dl error

 $ youtube-dl https://youtu.be/vzBr8b-QkU8?si=Dmma2wrUECK7t30d

[youtube] vzBr8b-QkU8: Downloading webpage

[youtube] vzBr8b-QkU8: Downloading MPD manifest

ERROR: Unable to extract uploader id; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.