-
Notifications
You must be signed in to change notification settings - Fork 0
/
yt-dlp.conf
executable file
·63 lines (47 loc) · 1.22 KB
/
yt-dlp.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Lines starting with # are comments
# Use this proxy
--proxy socks5://127.0.0.1:10808/
#--proxy socks5://127.0.0.1:9050/
#--proxy HTTPS://127.0.0.1:9080/
#--proxy socks5://127.0.0.1:9150/
#--proxy socks5://127.0.0.1:8580/
# file download location
#-o "/mnt/Drive_D/ClipGrab/%(channel)s___%(title)s.%(ext)s"
-o "D:\ClipGrab\%(title)s-%(id)s.%(ext)s"
# force filename to ascii characters
--restrict-filenames
#--windows-filenames
# do not overwrite files
-w
# Continue on download errors
-i
# don't use last modified information
--no-mtime
# Make all connections via IPv4
--force-ipv4
# meta data
--add-metadata
--embed-metadata
--embed-chapters
#--xattrs
# show progress in new lines
#--newline
# embed thumbnail as cover art for audio
#--embed-thumbnail
# list of all the downloaded files
--download-archive "D:\ClipGrab\dl.txt"
# subtitle
#--write-auto-subs
#--sub-langs "en.*, eng.*, english.*, per.*, farsi.*, persian.*"
#--embed-subs
--trim-filenames 80
#--trim-filenames 256
# number of fragments to download concurrently
#-N 8
-N 8
#-N 1
# sponserblock stuff
#--sponsorblock-mark all
--sponsorblock-remove all
--sponsorblock-chapter-title name
--color always