olevod.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "uuid":"6ed73adf-8c3e-46dd-a8cd-64a7dfe491d2",
  3. "title":"欧乐影院",
  4. "episode_flag":true,
  5. "landscape_flag":false,
  6. "referer":"",
  7. "enable_cache_flag":false,
  8. "open_with_safari_flag":false,
  9. "category": [{
  10. "title": "电影",
  11. "url0": "https://www.olehdtv.com/index.php/vod/show/id/1.html",
  12. "url1": "https://www.olehdtv.com/index.php/vod/show/id/1/page/{pg}.html"
  13. },
  14. {
  15. "title": "连续剧",
  16. "url0": "https://www.olehdtv.com/index.php/vod/show/id/2.html",
  17. "url1": "https://www.olehdtv.com/index.php/vod/show/id/2/page/{pg}.html"
  18. },
  19. {
  20. "title": "综艺",
  21. "url0": "https://www.olehdtv.com/index.php/vod/show/id/3.html",
  22. "url1": "https://www.olehdtv.com/index.php/vod/show/id/3/page/{pg}.html"
  23. },
  24. {
  25. "title": "动漫",
  26. "url0": "https://www.olehdtv.com/index.php/vod/show/id/4.html",
  27. "url1": "https://www.olehdtv.com/index.php/vod/show/id/4/page/{pg}.html"
  28. }
  29. ],
  30. "vod_node":"//ul[contains(@class, 'vodlist')]//li",
  31. "vod_info":"",
  32. "vod_score":"//span[@class=' text_right text_dy']",
  33. "vod_title":"//p[@class='vodlist_title']//a/@title",
  34. "vod_image_id":"//a[contains(@class, 'vodlist_thumb')]/@data-original",
  35. "vod_image_regex":"",
  36. "vod_image_url":"{id}",
  37. "vod_link_id":"//p[@class='vodlist_title']//a/@href",
  38. "vod_link_url":"https://www.olehdtv.com{id}",
  39. "play_regex":"InVybCI6IihodHRwc1teIl0rKQ==",
  40. "play_url":"{id}",
  41. "playlist_flag":true,
  42. "playlist_group_node":"//ul[@class='content_playlist clearfix']",
  43. "playlist_title":"//li/a",
  44. "playlist_link_id":"//li/a/@href",
  45. "playlist_link_url":"https://www.olehdtv.com{id}",
  46. "playlist_info":"//li[contains(@class, 'desc')]",
  47. "search_flag":true,
  48. "search_url_first_page":"https://www.olehdtv.com/index.php/vod/search.html?wd={wd}&submit=",
  49. "search_url_other_page":"https://www.olehdtv.com/index.php/vod/search/page/{pg}/wd/{wd}.html",
  50. "search_vod_node":"//ul[contains(@class, 'vodlist')]//li",
  51. "search_vod_title":"//h4/a",
  52. "search_vod_image_id":"//a[contains(@class, 'vodlist_thumb')]/@data-original",
  53. "search_vod_image_regex":"",
  54. "search_vod_image_url":"{id}",
  55. "search_vod_link_id":"//h4/a/@href",
  56. "search_vod_link_url":"https://www.olehdtv.com{id}"
  57. }