osx3.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "ua": "",
  3. "homeUrl": "https://www.osx3.com/",
  4. "cateManual": {
  5. "电影": "movie",
  6. "连续剧": "tv",
  7. "动漫": "dongman",
  8. "综艺": "zongyi"
  9. },
  10. "homeVodNode": "//li[@class='fed-list-item fed-padding fed-col-xs4 fed-col-sm3 fed-col-md2']",
  11. "homeVodName": "/a[contains(@class,'fed-list-title')]/text()",
  12. "homeVodId": "/a[contains(@class,'fed-list-title')]/@href",
  13. "homeVodIdR": "/v/(\\w+).html",
  14. "homeVodImg": "/a[contains(@class,'fed-list-pics')]/@data-original",
  15. "homeVodImgR": "\\S+(http\\S+)",
  16. "cateUrl": "https://www.osx3.com/t/{cateId}.html",
  17. "cateVodNode": "//li[@class='fed-list-item fed-padding fed-col-xs4 fed-col-sm3 fed-col-md2']",
  18. "cateVodName": "/a[contains(@class,'fed-list-title')]/text()",
  19. "cateVodId": "/a[contains(@class,'fed-list-title')]/@href",
  20. "cateVodIdR": "/v/(\\w+).html",
  21. "cateVodImg": "/a[contains(@class,'fed-list-pics')]/@data-original",
  22. "cateVodImgR": "\\S+(http\\S+)",
  23. "dtUrl": "https://www.osx3.com/v/{vid}.html",
  24. "dtNode": "//body",
  25. "dtName": "//dd[@class='fed-deta-content fed-col-xs7 fed-col-sm8 fed-col-md10']/h1/a/span/text()",
  26. "dtImg": "//dt[@class='fed-deta-images fed-list-info fed-col-xs3']/a/@data-original",
  27. "dtImgR": "\\S+(http\\S+)",
  28. "dtCate": "//span[contains(text(), '分类')]/following-sibling::a/text()",
  29. "dtYear": "//span[contains(text(), '年份')]/following-sibling::a/text()",
  30. "dtDirector": "//span[contains(text(), '导演')]/following-sibling::a/text()",
  31. "dtActor": "//span[contains(text(), '主演')]/following-sibling::a/text()",
  32. "dtDesc": "//span[contains(text(), '简介')]/parent::text()",
  33. "dtFromNode": "//div[@class='fed-drop-boxs fed-drop-tops fed-matp-v']/ul/li/a",
  34. "dtFromName": "/text()",
  35. "dtFromNameR": "",
  36. "dtUrlNode": "//div[@class='fed-drop-boxs fed-drop-btms fed-matp-v']/div/ul[@class='fed-part-rows']",
  37. "dtUrlSubNode": "//li/a",
  38. "dtUrlId": "@href",
  39. "dtUrlIdR": "/p/(\\S+).html",
  40. "dtUrlName": "/text()",
  41. "dtUrlNameR": "",
  42. "playUrl": "https://www.osx3.com/p/{playUrl}.html",
  43. "playUa": "",
  44. "searchUrl": "https://www.osx3.com/index.php/ajax/suggest?mid=1&wd={wd}&limit=10",
  45. "scVodNode": "json:list",
  46. "scVodName": "name",
  47. "scVodId": "id",
  48. "scVodIdR": "",
  49. "scVodImg": "pic",
  50. "scVodMark": ""
  51. }