| 12345678910111213141516171819202122232425262728293031323334 |
- [paths]
- download_path = .
- tmp_path =
- [chromium_options]
- address = 127.0.0.1:9325
- browser_path = C:\Program Files\Google\Chrome\Application\chrome.exe
- arguments = ['--no-default-browser-check', '--disable-suggestions-ui', '--no-first-run', '--disable-infobars', '--disable-popup-blocking', '--hide-crash-restore-bubble', '--disable-features=PrivacySandboxSettings4', '--mute-audio', '--lang=en-US', '--proxy-server=localhost:1881', '--user-data-dir=G:\\code\\amazone\\copywriting_production\\output\\user_data_dir5']
- extensions = []
- prefs = {'profile.default_content_settings.popups': 0, 'profile.default_content_setting_values': {'notifications': 2}}
- flags = {}
- load_mode = normal
- user = Default
- auto_port = False
- system_user_path = False
- existing_only = False
- new_env = False
- [session_options]
- headers = {'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8', 'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'connection': 'keep-alive', 'accept-charset': 'GB2312,utf-8;q=0.7,*;q=0.7'}
- [timeouts]
- base = 10
- page_load = 30
- script = 30
- [proxies]
- http = localhost:8851
- https = localhost:8851
- [others]
- retry_times = 3
- retry_interval = 2
|