Ajout de yt-dlp
This commit is contained in:
parent
557e477795
commit
edce6ff4c9
1 changed files with 8 additions and 0 deletions
8
.config/yt-dlp/config
Normal file
8
.config/yt-dlp/config
Normal file
|
@ -0,0 +1,8 @@
|
|||
-o "%(title)s.%(ext)s"
|
||||
--embed-subs
|
||||
--write-auto-sub
|
||||
--sub-lang fr,en
|
||||
-i
|
||||
-f "((bestvideo[vcodec^=av01][height<=?1440][width<=?2560]/bestvideo[vcodec=vp9][height<=?1440][width<=?2560]/bestvideo[height<=?1440][width<=?2560]/bestvideo)+(bestaudio[acodec=opus]/bestaudio[acodec=vorbis]/bestaudio))/best"
|
||||
--add-metadata
|
||||
--hls-use-mpegts
|
Loading…
Reference in a new issue