-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathargs.conf
44 lines (33 loc) · 912 Bytes
/
args.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
### This is where all global youtube-dl execution options are entered. it is totally OK to leave default.
### Check the github for help if needed: https://github.com/Jeeaaasus/youtube-dl/blob/master/README.md#configure-youtube-dl
## args
--output '/downloads/%(uploader)s/%(title)s.%(ext)s'
## Geo Restriction
--geo-bypass
## Video Selection
--playlist-end '16'
--match-filter '!is_live'
## Download Options
--abort-on-unavailable-fragment
--playlist-reverse
## Filesystem Options
--windows-filenames
--no-part
--no-cache-dir
## Verbosity / Simulation Options
--ignore-no-formats-error
--newline
--progress-delta '10'
## Workarounds
--sleep-requests '1'
## Video Format Options
--merge-output-format 'mp4'
## Subtitle Options
--sub-langs 'all,-live_chat'
## Post-Processing Options
--embed-subs
--embed-thumbnail
--embed-metadata
--convert-subs 'srt'
## SponsorBlock Options
--sponsorblock-mark 'all'