9324.ini 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. [paths]
  2. download_path = .
  3. tmp_path =
  4. [chromium_options]
  5. address = 127.0.0.1:9324
  6. browser_path = C:\Program Files\Google\Chrome\Application\chrome.exe
  7. 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_dir4']
  8. extensions = []
  9. prefs = {'profile.default_content_settings.popups': 0, 'profile.default_content_setting_values': {'notifications': 2}}
  10. flags = {}
  11. load_mode = normal
  12. user = Default
  13. auto_port = False
  14. system_user_path = False
  15. existing_only = False
  16. new_env = False
  17. [session_options]
  18. 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'}
  19. [timeouts]
  20. base = 10
  21. page_load = 30
  22. script = 30
  23. [proxies]
  24. http = localhost:8851
  25. https = localhost:8851
  26. [others]
  27. retry_times = 3
  28. retry_interval = 2