diff options
Diffstat (limited to 'nix')
-rw-r--r-- | nix/profiles/home-manager/media.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/profiles/home-manager/media.nix b/nix/profiles/home-manager/media.nix index e3fc3a9..d3351fa 100644 --- a/nix/profiles/home-manager/media.nix +++ b/nix/profiles/home-manager/media.nix @@ -21,7 +21,7 @@ # Save videos under "~/Movies/WebsiteName/" with the filename "VideoTitle---FormatNote-VideoId.VideoExtension" --output "~/Movies/%(extractor_key)s/%(title)s---%(format_note)s-%(id)s.%(ext)s" - # Download subtitles for English, French and German + # Download subtitles for English and French --sub-langs en,fr # Embed subtitles in the video (only possible with mp4, webm and mkv files) |