about summary refs log tree commit diff
path: root/nix/profiles/home-manager
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-11-18 19:01:06 -0800
committerFranck Cuny <franck@fcuny.net>2024-11-18 19:01:06 -0800
commit1de37e7ca692bd1acd50f3a02f7650aeb16667e2 (patch)
tree5509196e147d364609a2474e50c67643df7aff9a /nix/profiles/home-manager
parentsome tuning for nix (diff)
downloadworld-1de37e7ca692bd1acd50f3a02f7650aeb16667e2.tar.gz
fix comment
Diffstat (limited to 'nix/profiles/home-manager')
-rw-r--r--nix/profiles/home-manager/media.nix2
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)