create yt-dlp.conf
This commit is contained in:
parent
c5f5a7b74e
commit
061de2d740
1 changed files with 21 additions and 0 deletions
21
yt-dlp.conf
Normal file
21
yt-dlp.conf
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
--js-runtimes
|
||||||
|
node:/usr/bin/node
|
||||||
|
|
||||||
|
--remote-components
|
||||||
|
ejs:github
|
||||||
|
|
||||||
|
--paths
|
||||||
|
/home/appuser/downloads
|
||||||
|
|
||||||
|
--output
|
||||||
|
%(title)s [%(id)s].%(ext)s
|
||||||
|
|
||||||
|
--format
|
||||||
|
bv*[ext=mp4]+ba[ext=m4a]/b[ext=mp4]
|
||||||
|
|
||||||
|
--merge-output-format
|
||||||
|
mp4
|
||||||
|
|
||||||
|
--no-mtime
|
||||||
|
--continue
|
||||||
|
--no-part
|
||||||
Loading…
Add table
Add a link
Reference in a new issue