This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathyt-dlp.conf
80 lines (59 loc) · 2.71 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
##########################################################################
##########################################################################
## ____ __ __ ___ ____ __ ______ __ ##
## / __ \/ /_ / |/ /_ __/ __ )____ _/ /_ / ____/___ _____/ /_ ##
## / / / / __ \/ /|_/ / / / / __ / __ `/ __ \/ / __/ __ \/ ___/ __ \ ##
## / /_/ / / / / / / / /_/ / /_/ / /_/ / / / / /_/ / /_/ (__ ) / / / ##
## \____/_/ /_/_/ /_/\__, /_____/\__,_/_/ /_/\____/\____/____/_/ /_/ ##
## /____/ ##
##########################################################################
## https://github.com/ohmybahgosh/YT-DLP-SCRIPTS ##
##########################################################################
##########################################################################
##################### Static Config File For YT-DLP ######################
##################### File Path = $HOME/yt-dlp.conf ######################
##########################################################################
##########################################################################
## If you see a flag with a '#' in front of it, it's disabled ##
## To ENABLE a disabled flag, just remove the '#' ##
##########################################################################
########FFMPEG SECTION########
# USE FFMPEG FOR HLS: Seems to fix a lot of random errors for me
--hls-prefer-ffmpeg
##############################
########END AP-MSO SECTION########
# AP MSO
--ap-mso PROVIDER_NAME
# AP Username
--ap-username USERNAME
# AP Password
--ap-password PASSWORD
##################################
########GEO BYPASS SECTION########
# GEO Verification Proxy (Used to bypass GEO Restrictions)
#--geo-verification-proxy PROXY:PORT
# GEO COUNTRY CODE (Used to bypass GEO Restrictions)
# --geo-bypass-country US
##################################
########FORMAT SECTION########
# Grab Best Audio/Video Format
--format 'bv+ba/b'
# Output Format - UNCOMMENT if you just download episodes, as it will not work for movies
# -o '%(series)s/Season %(season_number)s/%(series)s - S%(season_number)02dE%(episode_number)02d - %(episode)s.%(ext)s'
##############################
########DOWNLOADER SECTION########
# Aria2c External Downloader Args
# --downloader-args aria2c:"-x 16 -s 16 -j 16 -k 10M"
##################################
########META DATA SECTION########
# Make Subtitle Format SRT
# --convert-subtitles=srt
# Embed Subtitles
# --embed-subs
# Include Media Metadata
# --add-metadata
# Write Thumbnails
# --write-all-thumbnails
# Embed Thumbnails
# --embed-thumbnail
#################################