Skip to content

Instantly share code, notes, and snippets.

@av-gantimurov
Created October 8, 2024 06:36
Show Gist options
  • Save av-gantimurov/1c74caf39f64460eb301c3405aca4100 to your computer and use it in GitHub Desktop.
Save av-gantimurov/1c74caf39f64460eb301c3405aca4100 to your computer and use it in GitHub Desktop.
Конфигурационный файл для загрузки плейлистов с видео
# downloading youtube video playlist
# yt-dlp --config-location yt-dlp.conf <PLAYLIST_LINK> [[PLAYLIST_LINK] ..]
# or put this config to work directory
--continue
--ignore-errors
--output "%(playlist)s/%(playlist_index)s - %(title)s - (%(duration)ss) [%(resolution)s] [%(id)s].%(ext)s"
--merge-output-format mkv
--write-sub
--sub-lang "en.*"
--sub-lang "ru.*"
--convert-subs srt
--add-metadata
--write-description
--write-thumbnail
--write-playlist-metafiles
--embed-chapters
--embed-metadata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment