mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-12 05:19:21 +01:00
Compare commits
2 Commits
1c3884f2b0
...
3dab67498b
Author | SHA1 | Date | |
---|---|---|---|
3dab67498b | |||
804e352294 |
@ -13,6 +13,10 @@ alang=jpn,jp,ja
|
||||
# but I still prefer to have subtitles
|
||||
slang=fi,fin,en,eng,eo,epo,cs,ces,cze,sv,swe,es,spa,ru,rus
|
||||
|
||||
# I find myself reading it a lot faster than other fonts which is kind of
|
||||
# relevant with subtitles
|
||||
sub-font='OpenDyslexic'
|
||||
|
||||
# Enable two simultaneous subtitles (first slang on bottom, second on top?)
|
||||
sid=auto
|
||||
secondary-sid=auto
|
||||
|
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