offline.json 1.6 KB

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