yinghua.json 2.4 KB

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