summaryrefslogtreecommitdiff
path: root/home/xyz/.config/yt-dlp
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-10-09 23:36:23 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-10-09 23:36:23 -0700
commit8ed98a2c08a59a09a25cbe8c37beef8729b3e489 (patch)
tree920ba36301601b92180f7d1f94c6eae4241a1c5d /home/xyz/.config/yt-dlp
parentfd361c691a1d34416ecfb54e51a5ddae4f12c106 (diff)
update
Diffstat (limited to 'home/xyz/.config/yt-dlp')
-rw-r--r--home/xyz/.config/yt-dlp/config6
1 files changed, 6 insertions, 0 deletions
diff --git a/home/xyz/.config/yt-dlp/config b/home/xyz/.config/yt-dlp/config
index 4ed6c4a7..76049422 100644
--- a/home/xyz/.config/yt-dlp/config
+++ b/home/xyz/.config/yt-dlp/config
@@ -9,3 +9,9 @@
# manpage says yt-dlp use --sub-langs, youtube-dl use --sub-lang, but experiment shows yt-dlp also use --sub-lang
--sub-lang zh-Hans,zh-CN,zh-Hant,zh-SG,zh-TW,zh-HK,en,en-US,en-GB
+
+# linux max filename length is 255 bytes, UTF-8 1 character max 4 byptes
+# aria2c will add about max 24 chars behind video name, for example: '.f616.mp4.part.frag.urls'
+# (255-24)/4=57
+# testing youtube videos: EXF4g-2jOJo
+--trim-filenames 57