config.py 864 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. open_update = True
  2. open_use_old_result = True
  3. source_file = "demo.txt"
  4. final_file = "result.txt"
  5. favorite_list = [
  6. "广东珠江",
  7. "CCTV-1",
  8. "CCTV-5",
  9. "CCTV-5+",
  10. "CCTV-13",
  11. "广东体育",
  12. "广东卫视",
  13. "大湾区卫视",
  14. "浙江卫视",
  15. "湖南卫视",
  16. "翡翠台",
  17. ]
  18. open_online_search = True
  19. favorite_page_num = 5
  20. default_page_num = 3
  21. urls_limit = 15
  22. open_keep_all = False
  23. open_sort = True
  24. response_time_weight = 0.5
  25. resolution_weight = 0.5
  26. recent_days = 30
  27. ipv_type = "ipv4"
  28. domain_blacklist = ["epg.pw"]
  29. url_keywords_blacklist = []
  30. open_subscribe = True
  31. subscribe_urls = [
  32. "https://m3u.ibert.me/txt/fmml_dv6.txt",
  33. "https://m3u.ibert.me/txt/o_cn.txt",
  34. "https://m3u.ibert.me/txt/j_iptv.txt",
  35. ]
  36. open_multicast = True
  37. region_list = ["all"]
  38. open_proxy = True
  39. open_driver = False
  40. open_use_old_result = True