达达兔.json 2.2 KB

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