Tag: Download
Posted in CLI
youtube-dl – preuzimanje MP3, samostalni video i playlist
Published Date: 2021-11-16
Pojedinačni video youtube-dl.exe –format "bestaudio[ext=m4a]/mp4" –rate-limit 1M –embed-thumbnail –restrict-filenames –ignore-errors –extract-audio –audio-quality 6 –audio-format mp3 "$YoutubeVideoURL" –output ‘[%(uploader)s]-[%(title)s]-[%(id)s].%(ext)s’ Playlist youtube-dl.exe –format "bestaudio[ext=m4a]/mp4" –rate-limit 1M –embed-thumbnail…