-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathconfig_udb.yaml
50 lines (43 loc) · 1.58 KB
/
config_udb.yaml
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
# [ Configuration Reference ]
# alternate_resolution_selector: Choose the resolution preference strategy from options ['lowest,' 'highest,', 'absolute']
# preferred_urls: List of preferred URLs for fetching download links in the order of preference. Ex: ['https://www.hls', 'https://www.fast']
# blacklist_urls: List of URLs to avoid while fetching download links.
Anime (Gogoanime):
download_dir: D:\Anime
request_timeout: 30
alternate_resolution_selector: 'lowest'
preferred_urls:
blacklist_urls:
Anime (Animepahe):
download_dir: D:\Anime
request_timeout: 30
alternate_resolution_selector: 'lowest'
Drama (Myasiantv):
request_timeout: 30
alternate_resolution_selector: 'lowest'
preferred_urls:
blacklist_urls:
Movies & TV Shows (Vidsrc):
download_dir: D:\Entertainment\Hollywood
request_timeout: 30
alternate_resolution_selector: 'lowest'
preferred_urls:
blacklist_urls:
Movies & TV Shows (Superembed):
download_dir: D:\Entertainment\Hollywood
request_timeout: 30
alternate_resolution_selector: 'lowest'
preferred_urls:
blacklist_urls:
DownloaderConfig:
download_dir: C:\Users\HP\Downloads\Video # Default directory. Can override by setting this in above client-specific configuration.
temp_download_dir: auto # If set to auto, creates a temp location under the target folder
concurrency_per_file: auto # Concurrency to download segments in a m3u8 file
request_timeout: 30
max_parallel_downloads: 2
LoggerConfig:
log_level: INFO
log_dir: logs
max_log_size_in_kb: 100
log_backup_count: 3
log_retention_days: 7