-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
40 lines (38 loc) · 1022 Bytes
/
config.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
static_config:
min_scroll_length: 1000
max_scroll_length: 2000
min_scroll_step: 300
max_scroll_step: 500
max_worker: 5
rate_limit: 400
page_range: null
no_metadata: false
force_download: false
dry_run: false
terminate: false
language: "ja"
chrome_args: null
use_default_chrome_profile: false
exact_dir: false
# path relative configurations
cookies_path: ""
download_dir: ""
download_log_path: ""
metadata_path: ""
system_log_path: ""
chrome_exec_path:
Linux: "/usr/bin/google-chrome"
Darwin: "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"
Windows: "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe"
chrome_profile_path: ""
runtime_config:
url: ""
url_file: ""
bot_type: "drissionpage"
user_agent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.109 Safari/537.36"
encryption_config:
key_bytes: 32
salt_bytes: 16
nonce_bytes: 24
kdf_ops_limit: 16
kdf_mem_limit: 8192