Created
October 8, 2024 06:36
-
-
Save av-gantimurov/1c74caf39f64460eb301c3405aca4100 to your computer and use it in GitHub Desktop.
Конфигурационный файл для загрузки плейлистов с видео
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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