梦想家文学

http://www.mxjtedu.com

charley008 (1015)27天前

暂无介绍说明

网络导入
{
  "sourceName": "梦想家文学",
  "sourceUrl": "http://www.mxjtedu.com",
  "sourceType": "text",
  "weight": 9999,
  "enable": true,
  "searchBook": {
    "actionID": "searchBook",
    "validConfig": "",
    "requestInfo": "http://www.mxjtedu.com/search.php?keyWord=%@keyWord",
    "parserID": "DOM",
    "responseFormatType": "html",
    "host": "http://www.mxjtedu.com",
    "list": "//*[contains(@class,'txt-list-row5')]//li[position()>1]",
    "bookName": "//*[contains(@class,'s2')]",
    "author": "//*[contains(@class,'s4')]",
    "cat": "//*[contains(@class,'s1')]",
    "detailUrl": "//*[contains(@class,'s2')]//a/@href"
  },
  "bookDetail": {
    "actionID": "bookDetail",
    "validConfig": "",
    "parserID": "DOM",
    "responseFormatType": "html",
    "host": "http://www.mxjtedu.com",
    "cover": "//img/@src",
    "desc": "//*[contains(@class,'m-desc')]",
    "cat": "//*[contains(@class,'fix')]//p[2]",
    "author": "//*[contains(@class,'fix')]//p[1]",
    "lastChapterTitle": "//*[contains(@class,'fix')]//p[6]"
  },
  "chapterList": {
    "actionID": "chapterList",
    "validConfig": "",
    "parserID": "DOM",
    "responseFormatType": "html",
    "host": "http://www.mxjtedu.com",
    "list": "//*[contains(@class,'section-box')][2]//li",
    "title": "//a",
    "url": "//a/@href",
    "nextPageUrl": "//a[contains(text(),'下一页')]/@href",
    "moreKeys": {
      "maxPage": 200
    }
  },
  "chapterContent": {
    "actionID": "chapterContent",
    "validConfig": "",
    "parserID": "DOM",
    "responseFormatType": "html",
    "host": "http://www.mxjtedu.com",
    "content": "//*[@class='content']",
    "nextPageUrl": "//*[contains(@class,'m-bottom-opt')]//a[4]/@href"
  },
  "lastModifyTime": "1773815524"
}