2021-08-29 18:10:32 +02:00
|
|
|
# ~/.config/yt-dlp/config
|
|
|
|
|
|
|
|
# ASCII only filenames, no spaces or &s
|
|
|
|
--restrict-filenames
|
|
|
|
|
|
|
|
# Windows compatible filenames
|
|
|
|
--windows-filenames
|
|
|
|
|
2024-01-25 13:39:25 +01:00
|
|
|
# Attempt to take cookies from...
|
|
|
|
#--cookies-from-browser edge
|
2024-07-26 07:56:38 +02:00
|
|
|
--cookies-from-browser firefox
|
2024-01-25 13:39:25 +01:00
|
|
|
# Check about:profiles for LibreWolf path after the :
|
2024-07-26 07:56:38 +02:00
|
|
|
#--cookies-from-browser firefox:
|
2021-08-29 18:10:32 +02:00
|
|
|
|
|
|
|
# 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
|
2024-07-26 07:56:38 +02:00
|
|
|
--sub-langs fi,fin,sdh,doh,en,eng,eo,epo,sv,swe,ru,rus,cs,ces,cze,es,spa
|