dp_configs.ini 1.1 KB

123456789101112131415161718192021222324252627282930313233
  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 = {'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'}
  18. [timeouts]
  19. base = 10
  20. page_load = 30
  21. script = 30
  22. [proxies]
  23. http =
  24. https =
  25. [others]
  26. retry_times = 3
  27. retry_interval = 2