线上直播配置模板.txt 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. File metadata and controls
  2. Code
  3. Blame
  4. {
  5. "lives": [
  6. {
  7. "name": "M3U",
  8. "url": "https://github.com/live.m3u"
  9. },
  10. {
  11. "name": "TXT",
  12. "url": "https://github.com/live.txt",
  13. "epg": "https://epg.112114.xyz/?ch={name}&date={date}",
  14. "logo": "https://epg.112114.xyz/logo/{name}.png"
  15. },
  16. {
  17. "name": "IJK",
  18. "url": "https://github.com/live.txt",
  19. "epg": "https://epg.112114.xyz/?ch={name}&date={date}",
  20. "logo": "https://epg.112114.xyz/logo/{name}.png",
  21. "playerType": 1
  22. },
  23. {
  24. "name": "EXO",
  25. "url": "https://github.com/live.txt",
  26. "epg": "https://epg.112114.xyz/?ch={name}&date={date}",
  27. "logo": "https://epg.112114.xyz/logo/{name}.png",
  28. "playerType": 2
  29. },
  30. {
  31. "name": "PRO",
  32. "boot": false,
  33. "url": "https://github.com/live.txt",
  34. "epg": "https://epg.112114.xyz/?ch={name}&date={date}",
  35. "logo": "https://epg.112114.xyz/logo/{name}.png",
  36. "ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36",
  37. "referer": "https://github.com/"
  38. },
  39. {
  40. "name": "Custom",
  41. "boot": false,
  42. "url": "https://github.com/live.txt",
  43. "epg": "https://epg.112114.xyz/?ch={name}&date={date}",
  44. "logo": "https://epg.112114.xyz/logo/{name}.png",
  45. "header": {
  46. "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36",
  47. "referer": "https://github.com/"
  48. }
  49. },
  50. {
  51. "name": "JSON",
  52. "type": 1,
  53. "url": "https://github.com/live.json"
  54. }
  55. ]