dp_configs.ini 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. [paths]
  2. download_path =
  3. tmp_path =
  4. [chromium_options]
  5. address = 127.0.0.1:9226
  6. browser_path = C:\Program Files (x86)\Microsoft\Edge\Application\msedge.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', '--user-data-dir=I:\\code\\ai-yunying\\live-online-people\\output\\UserData9226']
  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. [session_options]
  17. headers = {
  18. '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. 'Sec-Ch-Ua-Platform:':'macOS',
  20. "Sec-Ch-Ua": ""
  21. }
  22. [timeouts]
  23. base = 10
  24. page_load = 30
  25. script = 30
  26. [proxies]
  27. http =
  28. https =
  29. [others]
  30. retry_times = 3
  31. retry_interval = 2