-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyt-dlp.conf
52 lines (46 loc) · 1.62 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
#
# 888 888 888 .d888
# 888 888 888 d88P"
# 888 888 888 888
#888 888 888888 .d88888 888 88888b. .d8888b .d88b. 88888b. 888888
#888 888 888 d88" 888 888 888 "88b d88P" d88""88b 888 "88b 888
#888 888 888 888888 888 888 888 888 888 888 888 888 888 888 888
#Y88b 888 Y88b. Y88b 888 888 888 d88P d8b Y88b. Y88..88P 888 888 888
# "Y88888 "Y888 "Y88888 888 88888P" Y8P "Y8888P "Y88P" 888 888 888
# 888 888
#Y8b d88P 888
# "Y88P" 888
#
# -------------------------------------------------------------------------
# Version: 0.1
# File: .yt-dlp.conf
# Source: https://github.com/devpunks
# Author: Ahmid-Ra (github.com/snuggs)
# Maintainer: devPunks <https://github.com/devpunks>
# Description: YT download configuration
# -------------------------------------------------------------------------
#
#
#==========================================================================
--xattrs
--verbose
--progress
--console-title
--write-subs
# --write-comments
# Save thumbnail
--embed-thumbnail
--write-thumbnail
--output thumbnail:%(title)s_thumbnail.%(ext)s
# Save video in current directory
-P temp:.
# --format mp4
# --recode-video mp4
# --force-keyframes-at-cuts
# --merge-output-format mp4
--output %(title)s_title.%(ext)s
# Extract audio in current directory
--extract-audio
--audio-quality=0
--audio-format=best
--write-info-json