diff options
author | Franck Cuny <franck@fcuny.net> | 2024-11-18 19:01:06 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-11-18 19:01:06 -0800 |
commit | 1de37e7ca692bd1acd50f3a02f7650aeb16667e2 (patch) | |
tree | 5509196e147d364609a2474e50c67643df7aff9a /nix/profiles/home-manager | |
parent | some tuning for nix (diff) | |
download | world-1de37e7ca692bd1acd50f3a02f7650aeb16667e2.tar.gz |
fix comment
Diffstat (limited to 'nix/profiles/home-manager')
-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) |