File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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.
7474use_cookies = False
7575cookies_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)
7879download_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.)
8387download_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.
You can’t perform that action at this time.
0 commit comments