mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
conf: add yt-dlp.conf
This commit is contained in:
parent
804e352294
commit
3dab67498b
18
conf/yt-dlp.conf
Normal file
18
conf/yt-dlp.conf
Normal file
@ -0,0 +1,18 @@
|
||||
# ~/.config/yt-dlp/config
|
||||
|
||||
# ASCII only filenames, no spaces or &s
|
||||
--restrict-filenames
|
||||
|
||||
# Windows compatible filenames
|
||||
--windows-filenames
|
||||
|
||||
# Attempt to take cookies from Edge
|
||||
--cookies-from-browser edge
|
||||
|
||||
# Download all subtitles, even autogenerated, but not livechat
|
||||
--write-subs
|
||||
--write-auto-subs
|
||||
# This will have unforeseen consequences
|
||||
#--sub-langs all,-live_chat
|
||||
# Thus copy-paste from mpv
|
||||
--sub-langs fi,fin,en,eng,eo,epo,cs,ces,cze,sv,swe,es,spa,ru,rus
|
Loading…
Reference in New Issue
Block a user