yinghua2.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "author":"takagen99",
  3. "ua": "",
  4. "homeUrl": "http://www.yinghuacd.com",
  5. "cateManual": {
  6. "国漫": "china",
  7. "日本": "japan",
  8. "美国": "american"
  9. },
  10. // Home Summary ====================================================
  11. "homeVodNode": "//div[@class='img']/ul/li",
  12. "homeVodName": "/p[@class='tname']/a/text()",
  13. "homeVodNameR": "",
  14. "homeVodId": "/a/@href",
  15. "homeVodIdR": "/show/(\\w+).html",
  16. "homeVodImg": "/a/img/@src",
  17. "homeVodImgR": "",
  18. "homeVodMark": "/p[contains(text(),'最新')]/a/text()",
  19. "homeVodMarkR": "",
  20. // Category Summary ================================================
  21. "cateUrl": "http://www.yinghuacd.com/{cateId}/{catePg}.html",
  22. "cateVodNode": "//div[@class='lpic']/ul/li",
  23. "cateVodName": "/a/img/@alt",
  24. "cateVodId": "/a/@href",
  25. "cateVodIdR": "/show/(\\w+).html",
  26. "cateVodImg": "/a/img/@src",
  27. "cateVodMark": "/span/font/text()",
  28. // Category Details ================================================
  29. "dtUrl": "http://www.yinghuacd.com/show/{vid}.html",
  30. "dtNode": "//div[@class='fire l']",
  31. "dtName": "//div[@class='thumb l']/img/@alt",
  32. "dtNameR": "",
  33. "dtImg": "//div[@class='thumb l']/img/@src",
  34. "dtImgR": "",
  35. "dtCate": "//div[@class='sinfo']//label[contains(text(),'类型')]/parent::*/a/text()",
  36. "dtCateR": "",
  37. "dtYear": "//div[@class='sinfo']//label[contains(text(),'上映')]/parent::*/a/text()",
  38. "dtYearR": "",
  39. "dtArea": "//div[@class='sinfo']//label[contains(text(),'地区')]/parent::*/a/text()",
  40. "dtAreaR": "",
  41. "dtMark": "//div[@class='sinfo']/p/text()",
  42. "dtMarkR": "",
  43. "dtDesc": "//div[@class='info']/text()",
  44. "dtDescR": "",
  45. // Playlist ========================================================
  46. "dtFromNode": "//div[contains(@class,'tabs')]/ul[@class='menu0']/li",
  47. "dtFromName": "/text()",
  48. "dtUrlNode": "//div[contains(@class,'movurl')]/ul",
  49. "dtUrlSubNode": "/li/a",
  50. "dtUrlId": "@href",
  51. "dtUrlIdR": "/v/(\\S+).html",
  52. "dtUrlName": "/text()",
  53. "dtUrlNameR": "",
  54. "playUrl": "http://www.yinghuacd.com/v/{playUrl}.html",
  55. "playUa": "",
  56. // Search Results ==================================================
  57. "searchUrl": "http://www.yinghuacd.com/search/{wd}",
  58. "scVodNode": "//div[@class='lpic']/ul/li",
  59. "scVodName": "/a/img/@alt",
  60. "scVodId": "/a/@href",
  61. "scVodIdR": "/show/(\\w+).html",
  62. "scVodImg": "/a/img/@src",
  63. "scVodMark": "//font[@class='red']/text()"
  64. }