Skip to content

Commit 1bd04c1

Browse files
committed
config guidance
1 parent 4e599a5 commit 1bd04c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/config.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,19 @@ max_requests_per_minute = 5
7373
# or, in some cases, with sites like YouTube that don't like downloaders.
7474
use_cookies = False
7575
cookies_file = config/cookies.txt
76+
7677
# some media sites don't always work well with yt-dlp's audio download feature
7778
# for compatibility, it's recommended to enable the flag below (true)
7879
download_original_video_for_domains_active = true
80+
7981
# list your sites below to download original videos from, comma separated.
8082
# example:
8183
# download_original_video_domains = site1.com, site2.com, site3.com
8284
# these are the sites we use to download original videos from
85+
# (i.e. rumble.com has been a site that's been widely reported as having broken downloads;
86+
# hence the video-only download method for that site and others alike.)
8387
download_original_video_domains = rumble.com
88+
8489
# use worst video quality (true/false)
8590
# this is usually recommended, because we will only need the _audio_ for transcription.
8691
# adding a high-quality video will cause massive file size increases.

0 commit comments

Comments
 (0)