mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 01:19:23 +01:00
19 lines
461 B
Plaintext
19 lines
461 B
Plaintext
|
# ~/.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
|