").append(x.parseHTML(e)).find(i):e)}).complete(r&&function(e,t){s.each(r,o||[e.responseText,t,e])}),this},x.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){x.fn[t]=function(e){return this.on(t,e)}}),x.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:yn,type:"GET",isLocal:Cn.test(mn[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Dn,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":x.parseJSON,"text xml":x.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?_n(_n(e,x.ajaxSettings),t):_n(x.ajaxSettings,e)},ajaxPrefilter:Hn(An),ajaxTransport:Hn(jn),ajax:function(e,n){"object"==typeof e&&(n=e,e=t),n=n||{};var r,i,o,a,s,l,u,c,p=x.ajaxSetup({},n),f=p.context||p,d=p.context&&(f.nodeType||f.jquery)?x(f):x.event,h=x.Deferred(),g=x.Callbacks("once memory"),m=p.statusCode||{},y={},v={},b=0,w="canceled",C={readyState:0,getResponseHeader:function(e){var t;if(2===b){if(!c){c={};while(t=Tn.exec(a))c[t[1].toLowerCase()]=t[2]}t=c[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return 2===b?a:null},setRequestHeader:function(e,t){var n=e.toLowerCase();return b||(e=v[n]=v[n]||e,y[e]=t),this},overrideMimeType:function(e){return b||(p.mimeType=e),this},statusCode:function(e){var t;if(e)if(2>b)for(t in e)m[t]=[m[t],e[t]];else C.always(e[C.status]);return this},abort:function(e){var t=e||w;return u&&u.abort(t),k(0,t),this}};if(h.promise(C).complete=g.add,C.success=C.done,C.error=C.fail,p.url=((e||p.url||yn)+"").replace(xn,"").replace(kn,mn[1]+"//"),p.type=n.method||n.type||p.method||p.type,p.dataTypes=x.trim(p.dataType||"*").toLowerCase().match(T)||[""],null==p.crossDomain&&(r=En.exec(p.url.toLowerCase()),p.crossDomain=!(!r||r[1]===mn[1]&&r[2]===mn[2]&&(r[3]||("http:"===r[1]?"80":"443"))===(mn[3]||("http:"===mn[1]?"80":"443")))),p.data&&p.processData&&"string"!=typeof p.data&&(p.data=x.param(p.data,p.traditional)),qn(An,p,n,C),2===b)return C;l=p.global,l&&0===x.active++&&x.event.trigger("ajaxStart"),p.type=p.type.toUpperCase(),p.hasContent=!Nn.test(p.type),o=p.url,p.hasContent||(p.data&&(o=p.url+=(bn.test(o)?"&":"?")+p.data,delete p.data),p.cache===!1&&(p.url=wn.test(o)?o.replace(wn,"$1_="+vn++):o+(bn.test(o)?"&":"?")+"_="+vn++)),p.ifModified&&(x.lastModified[o]&&C.setRequestHeader("If-Modified-Since",x.lastModified[o]),x.etag[o]&&C.setRequestHeader("If-None-Match",x.etag[o])),(p.data&&p.hasContent&&p.contentType!==!1||n.contentType)&&C.setRequestHeader("Content-Type",p.contentType),C.setRequestHeader("Accept",p.dataTypes[0]&&p.accepts[p.dataTypes[0]]?p.accepts[p.dataTypes[0]]+("*"!==p.dataTypes[0]?", "+Dn+"; q=0.01":""):p.accepts["*"]);for(i in p.headers)C.setRequestHeader(i,p.headers[i]);if(p.beforeSend&&(p.beforeSend.call(f,C,p)===!1||2===b))return C.abort();w="abort";for(i in{success:1,error:1,complete:1})C[i](p[i]);if(u=qn(jn,p,n,C)){C.readyState=1,l&&d.trigger("ajaxSend",[C,p]),p.async&&p.timeout>0&&(s=setTimeout(function(){C.abort("timeout")},p.timeout));try{b=1,u.send(y,k)}catch(N){if(!(2>b))throw N;k(-1,N)}}else k(-1,"No Transport");function k(e,n,r,i){var c,y,v,w,T,N=n;2!==b&&(b=2,s&&clearTimeout(s),u=t,a=i||"",C.readyState=e>0?4:0,c=e>=200&&300>e||304===e,r&&(w=Mn(p,C,r)),w=On(p,w,C,c),c?(p.ifModified&&(T=C.getResponseHeader("Last-Modified"),T&&(x.lastModified[o]=T),T=C.getResponseHeader("etag"),T&&(x.etag[o]=T)),204===e||"HEAD"===p.type?N="nocontent":304===e?N="notmodified":(N=w.state,y=w.data,v=w.error,c=!v)):(v=N,(e||!N)&&(N="error",0>e&&(e=0))),C.status=e,C.statusText=(n||N)+"",c?h.resolveWith(f,[y,N,C]):h.rejectWith(f,[C,N,v]),C.statusCode(m),m=t,l&&d.trigger(c?"ajaxSuccess":"ajaxError",[C,p,c?y:v]),g.fireWith(f,[C,N]),l&&(d.trigger("ajaxComplete",[C,p]),--x.active||x.event.trigger("ajaxStop")))}return C},getJSON:function(e,t,n){return x.get(e,t,n,"json")},getScript:function(e,n){return x.get(e,t,n,"script")}}),x.each(["get","post"],function(e,n){x[n]=function(e,r,i,o){return x.isFunction(r)&&(o=o||i,i=r,r=t),x.ajax({url:e,type:n,dataType:o,data:r,success:i})}});function Mn(e,n,r){var i,o,a,s,l=e.contents,u=e.dataTypes;while("*"===u[0])u.shift(),o===t&&(o=e.mimeType||n.getResponseHeader("Content-Type"));if(o)for(s in l)if(l[s]&&l[s].test(o)){u.unshift(s);break}if(u[0]in r)a=u[0];else{for(s in r){if(!u[0]||e.converters[s+" "+u[0]]){a=s;break}i||(i=s)}a=a||i}return a?(a!==u[0]&&u.unshift(a),r[a]):t}function On(e,t,n,r){var i,o,a,s,l,u={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)u[a.toLowerCase()]=e.converters[a];o=c.shift();while(o)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!l&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),l=o,o=c.shift())if("*"===o)o=l;else if("*"!==l&&l!==o){if(a=u[l+" "+o]||u["* "+o],!a)for(i in u)if(s=i.split(" "),s[1]===o&&(a=u[l+" "+s[0]]||u["* "+s[0]])){a===!0?a=u[i]:u[i]!==!0&&(o=s[0],c.unshift(s[1]));break}if(a!==!0)if(a&&e["throws"])t=a(t);else try{t=a(t)}catch(p){return{state:"parsererror",error:a?p:"No conversion from "+l+" to "+o}}}return{state:"success",data:t}}x.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(e){return x.globalEval(e),e}}}),x.ajaxPrefilter("script",function(e){e.cache===t&&(e.cache=!1),e.crossDomain&&(e.type="GET",e.global=!1)}),x.ajaxTransport("script",function(e){if(e.crossDomain){var n,r=a.head||x("head")[0]||a.documentElement;return{send:function(t,i){n=a.createElement("script"),n.async=!0,e.scriptCharset&&(n.charset=e.scriptCharset),n.src=e.url,n.onload=n.onreadystatechange=function(e,t){(t||!n.readyState||/loaded|complete/.test(n.readyState))&&(n.onload=n.onreadystatechange=null,n.parentNode&&n.parentNode.removeChild(n),n=null,t||i(200,"success"))},r.insertBefore(n,r.firstChild)},abort:function(){n&&n.onload(t,!0)}}}});var Fn=[],Bn=/(=)\?(?=&|$)|\?\?/;x.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Fn.pop()||x.expando+"_"+vn++;return this[e]=!0,e}}),x.ajaxPrefilter("json jsonp",function(n,r,i){var o,a,s,l=n.jsonp!==!1&&(Bn.test(n.url)?"url":"string"==typeof n.data&&!(n.contentType||"").indexOf("application/x-www-form-urlencoded")&&Bn.test(n.data)&&"data");return l||"jsonp"===n.dataTypes[0]?(o=n.jsonpCallback=x.isFunction(n.jsonpCallback)?n.jsonpCallback():n.jsonpCallback,l?n[l]=n[l].replace(Bn,"$1"+o):n.jsonp!==!1&&(n.url+=(bn.test(n.url)?"&":"?")+n.jsonp+"="+o),n.converters["script json"]=function(){return s||x.error(o+" was not called"),s[0]},n.dataTypes[0]="json",a=e[o],e[o]=function(){s=arguments},i.always(function(){e[o]=a,n[o]&&(n.jsonpCallback=r.jsonpCallback,Fn.push(o)),s&&x.isFunction(a)&&a(s[0]),s=a=t}),"script"):t});var Pn,Rn,Wn=0,$n=e.ActiveXObject&&function(){var e;for(e in Pn)Pn[e](t,!0)};function In(){try{return new e.XMLHttpRequest}catch(t){}}function zn(){try{return new e.ActiveXObject("Microsoft.XMLHTTP")}catch(t){}}x.ajaxSettings.xhr=e.ActiveXObject?function(){return!this.isLocal&&In()||zn()}:In,Rn=x.ajaxSettings.xhr(),x.support.cors=!!Rn&&"withCredentials"in Rn,Rn=x.support.ajax=!!Rn,Rn&&x.ajaxTransport(function(n){if(!n.crossDomain||x.support.cors){var r;return{send:function(i,o){var a,s,l=n.xhr();if(n.username?l.open(n.type,n.url,n.async,n.username,n.password):l.open(n.type,n.url,n.async),n.xhrFields)for(s in n.xhrFields)l[s]=n.xhrFields[s];n.mimeType&&l.overrideMimeType&&l.overrideMimeType(n.mimeType),n.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest");try{for(s in i)l.setRequestHeader(s,i[s])}catch(u){}l.send(n.hasContent&&n.data||null),r=function(e,i){var s,u,c,p;try{if(r&&(i||4===l.readyState))if(r=t,a&&(l.onreadystatechange=x.noop,$n&&delete Pn[a]),i)4!==l.readyState&&l.abort();else{p={},s=l.status,u=l.getAllResponseHeaders(),"string"==typeof l.responseText&&(p.text=l.responseText);try{c=l.statusText}catch(f){c=""}s||!n.isLocal||n.crossDomain?1223===s&&(s=204):s=p.text?200:404}}catch(d){i||o(-1,d)}p&&o(s,c,p,u)},n.async?4===l.readyState?setTimeout(r):(a=++Wn,$n&&(Pn||(Pn={},x(e).unload($n)),Pn[a]=r),l.onreadystatechange=r):r()},abort:function(){r&&r(t,!0)}}}});var Xn,Un,Vn=/^(?:toggle|show|hide)$/,Yn=RegExp("^(?:([+-])=|)("+w+")([a-z%]*)$","i"),Jn=/queueHooks$/,Gn=[nr],Qn={"*":[function(e,t){var n=this.createTween(e,t),r=n.cur(),i=Yn.exec(t),o=i&&i[3]||(x.cssNumber[e]?"":"px"),a=(x.cssNumber[e]||"px"!==o&&+r)&&Yn.exec(x.css(n.elem,e)),s=1,l=20;if(a&&a[3]!==o){o=o||a[3],i=i||[],a=+r||1;do s=s||".5",a/=s,x.style(n.elem,e,a+o);while(s!==(s=n.cur()/r)&&1!==s&&--l)}return i&&(a=n.start=+a||+r||0,n.unit=o,n.end=i[1]?a+(i[1]+1)*i[2]:+i[2]),n}]};function Kn(){return setTimeout(function(){Xn=t}),Xn=x.now()}function Zn(e,t,n){var r,i=(Qn[t]||[]).concat(Qn["*"]),o=0,a=i.length;for(;a>o;o++)if(r=i[o].call(n,t,e))return r}function er(e,t,n){var r,i,o=0,a=Gn.length,s=x.Deferred().always(function(){delete l.elem}),l=function(){if(i)return!1;var t=Xn||Kn(),n=Math.max(0,u.startTime+u.duration-t),r=n/u.duration||0,o=1-r,a=0,l=u.tweens.length;for(;l>a;a++)u.tweens[a].run(o);return s.notifyWith(e,[u,o,n]),1>o&&l?n:(s.resolveWith(e,[u]),!1)},u=s.promise({elem:e,props:x.extend({},t),opts:x.extend(!0,{specialEasing:{}},n),originalProperties:t,originalOptions:n,startTime:Xn||Kn(),duration:n.duration,tweens:[],createTween:function(t,n){var r=x.Tween(e,u.opts,t,n,u.opts.specialEasing[t]||u.opts.easing);return u.tweens.push(r),r},stop:function(t){var n=0,r=t?u.tweens.length:0;if(i)return this;for(i=!0;r>n;n++)u.tweens[n].run(1);return t?s.resolveWith(e,[u,t]):s.rejectWith(e,[u,t]),this}}),c=u.props;for(tr(c,u.opts.specialEasing);a>o;o++)if(r=Gn[o].call(u,e,c,u.opts))return r;return x.map(c,Zn,u),x.isFunction(u.opts.start)&&u.opts.start.call(e,u),x.fx.timer(x.extend(l,{elem:e,anim:u,queue:u.opts.queue})),u.progress(u.opts.progress).done(u.opts.done,u.opts.complete).fail(u.opts.fail).always(u.opts.always)}function tr(e,t){var n,r,i,o,a;for(n in e)if(r=x.camelCase(n),i=t[r],o=e[n],x.isArray(o)&&(i=o[1],o=e[n]=o[0]),n!==r&&(e[r]=o,delete e[n]),a=x.cssHooks[r],a&&"expand"in a){o=a.expand(o),delete e[r];for(n in o)n in e||(e[n]=o[n],t[n]=i)}else t[r]=i}x.Animation=x.extend(er,{tweener:function(e,t){x.isFunction(e)?(t=e,e=["*"]):e=e.split(" ");var n,r=0,i=e.length;for(;i>r;r++)n=e[r],Qn[n]=Qn[n]||[],Qn[n].unshift(t)},prefilter:function(e,t){t?Gn.unshift(e):Gn.push(e)}});function nr(e,t,n){var r,i,o,a,s,l,u=this,c={},p=e.style,f=e.nodeType&&nn(e),d=x._data(e,"fxshow");n.queue||(s=x._queueHooks(e,"fx"),null==s.unqueued&&(s.unqueued=0,l=s.empty.fire,s.empty.fire=function(){s.unqueued||l()}),s.unqueued++,u.always(function(){u.always(function(){s.unqueued--,x.queue(e,"fx").length||s.empty.fire()})})),1===e.nodeType&&("height"in t||"width"in t)&&(n.overflow=[p.overflow,p.overflowX,p.overflowY],"inline"===x.css(e,"display")&&"none"===x.css(e,"float")&&(x.support.inlineBlockNeedsLayout&&"inline"!==ln(e.nodeName)?p.zoom=1:p.display="inline-block")),n.overflow&&(p.overflow="hidden",x.support.shrinkWrapBlocks||u.always(function(){p.overflow=n.overflow[0],p.overflowX=n.overflow[1],p.overflowY=n.overflow[2]}));for(r in t)if(i=t[r],Vn.exec(i)){if(delete t[r],o=o||"toggle"===i,i===(f?"hide":"show"))continue;c[r]=d&&d[r]||x.style(e,r)}if(!x.isEmptyObject(c)){d?"hidden"in d&&(f=d.hidden):d=x._data(e,"fxshow",{}),o&&(d.hidden=!f),f?x(e).show():u.done(function(){x(e).hide()}),u.done(function(){var t;x._removeData(e,"fxshow");for(t in c)x.style(e,t,c[t])});for(r in c)a=Zn(f?d[r]:0,r,u),r in d||(d[r]=a.start,f&&(a.end=a.start,a.start="width"===r||"height"===r?1:0))}}function rr(e,t,n,r,i){return new rr.prototype.init(e,t,n,r,i)}x.Tween=rr,rr.prototype={constructor:rr,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||"swing",this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(x.cssNumber[n]?"":"px")},cur:function(){var e=rr.propHooks[this.prop];return e&&e.get?e.get(this):rr.propHooks._default.get(this)},run:function(e){var t,n=rr.propHooks[this.prop];return this.pos=t=this.options.duration?x.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):rr.propHooks._default.set(this),this}},rr.prototype.init.prototype=rr.prototype,rr.propHooks={_default:{get:function(e){var t;return null==e.elem[e.prop]||e.elem.style&&null!=e.elem.style[e.prop]?(t=x.css(e.elem,e.prop,""),t&&"auto"!==t?t:0):e.elem[e.prop]},set:function(e){x.fx.step[e.prop]?x.fx.step[e.prop](e):e.elem.style&&(null!=e.elem.style[x.cssProps[e.prop]]||x.cssHooks[e.prop])?x.style(e.elem,e.prop,e.now+e.unit):e.elem[e.prop]=e.now}}},rr.propHooks.scrollTop=rr.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},x.each(["toggle","show","hide"],function(e,t){var n=x.fn[t];x.fn[t]=function(e,r,i){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate(ir(t,!0),e,r,i)}}),x.fn.extend({fadeTo:function(e,t,n,r){return this.filter(nn).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var i=x.isEmptyObject(e),o=x.speed(t,n,r),a=function(){var t=er(this,x.extend({},e),o);(i||x._data(this,"finish"))&&t.stop(!0)};return a.finish=a,i||o.queue===!1?this.each(a):this.queue(o.queue,a)},stop:function(e,n,r){var i=function(e){var t=e.stop;delete e.stop,t(r)};return"string"!=typeof e&&(r=n,n=e,e=t),n&&e!==!1&&this.queue(e||"fx",[]),this.each(function(){var t=!0,n=null!=e&&e+"queueHooks",o=x.timers,a=x._data(this);if(n)a[n]&&a[n].stop&&i(a[n]);else for(n in a)a[n]&&a[n].stop&&Jn.test(n)&&i(a[n]);for(n=o.length;n--;)o[n].elem!==this||null!=e&&o[n].queue!==e||(o[n].anim.stop(r),t=!1,o.splice(n,1));(t||!r)&&x.dequeue(this,e)})},finish:function(e){return e!==!1&&(e=e||"fx"),this.each(function(){var t,n=x._data(this),r=n[e+"queue"],i=n[e+"queueHooks"],o=x.timers,a=r?r.length:0;for(n.finish=!0,x.queue(this,e,[]),i&&i.stop&&i.stop.call(this,!0),t=o.length;t--;)o[t].elem===this&&o[t].queue===e&&(o[t].anim.stop(!0),o.splice(t,1));for(t=0;a>t;t++)r[t]&&r[t].finish&&r[t].finish.call(this);delete n.finish})}});function ir(e,t){var n,r={height:e},i=0;for(t=t?1:0;4>i;i+=2-t)n=Zt[i],r["margin"+n]=r["padding"+n]=e;return t&&(r.opacity=r.width=e),r}x.each({slideDown:ir("show"),slideUp:ir("hide"),slideToggle:ir("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,t){x.fn[e]=function(e,n,r){return this.animate(t,e,n,r)}}),x.speed=function(e,t,n){var r=e&&"object"==typeof e?x.extend({},e):{complete:n||!n&&t||x.isFunction(e)&&e,duration:e,easing:n&&t||t&&!x.isFunction(t)&&t};return r.duration=x.fx.off?0:"number"==typeof r.duration?r.duration:r.duration in x.fx.speeds?x.fx.speeds[r.duration]:x.fx.speeds._default,(null==r.queue||r.queue===!0)&&(r.queue="fx"),r.old=r.complete,r.complete=function(){x.isFunction(r.old)&&r.old.call(this),r.queue&&x.dequeue(this,r.queue)},r},x.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2}},x.timers=[],x.fx=rr.prototype.init,x.fx.tick=function(){var e,n=x.timers,r=0;for(Xn=x.now();n.length>r;r++)e=n[r],e()||n[r]!==e||n.splice(r--,1);n.length||x.fx.stop(),Xn=t},x.fx.timer=function(e){e()&&x.timers.push(e)&&x.fx.start()},x.fx.interval=13,x.fx.start=function(){Un||(Un=setInterval(x.fx.tick,x.fx.interval))},x.fx.stop=function(){clearInterval(Un),Un=null},x.fx.speeds={slow:600,fast:200,_default:400},x.fx.step={},x.expr&&x.expr.filters&&(x.expr.filters.animated=function(e){return x.grep(x.timers,function(t){return e===t.elem}).length}),x.fn.offset=function(e){if(arguments.length)return e===t?this:this.each(function(t){x.offset.setOffset(this,e,t)});var n,r,o={top:0,left:0},a=this[0],s=a&&a.ownerDocument;if(s)return n=s.documentElement,x.contains(n,a)?(typeof a.getBoundingClientRect!==i&&(o=a.getBoundingClientRect()),r=or(s),{top:o.top+(r.pageYOffset||n.scrollTop)-(n.clientTop||0),left:o.left+(r.pageXOffset||n.scrollLeft)-(n.clientLeft||0)}):o},x.offset={setOffset:function(e,t,n){var r=x.css(e,"position");"static"===r&&(e.style.position="relative");var i=x(e),o=i.offset(),a=x.css(e,"top"),s=x.css(e,"left"),l=("absolute"===r||"fixed"===r)&&x.inArray("auto",[a,s])>-1,u={},c={},p,f;l?(c=i.position(),p=c.top,f=c.left):(p=parseFloat(a)||0,f=parseFloat(s)||0),x.isFunction(t)&&(t=t.call(e,n,o)),null!=t.top&&(u.top=t.top-o.top+p),null!=t.left&&(u.left=t.left-o.left+f),"using"in t?t.using.call(e,u):i.css(u)}},x.fn.extend({position:function(){if(this[0]){var e,t,n={top:0,left:0},r=this[0];return"fixed"===x.css(r,"position")?t=r.getBoundingClientRect():(e=this.offsetParent(),t=this.offset(),x.nodeName(e[0],"html")||(n=e.offset()),n.top+=x.css(e[0],"borderTopWidth",!0),n.left+=x.css(e[0],"borderLeftWidth",!0)),{top:t.top-n.top-x.css(r,"marginTop",!0),left:t.left-n.left-x.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent||s;while(e&&!x.nodeName(e,"html")&&"static"===x.css(e,"position"))e=e.offsetParent;return e||s})}}),x.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,n){var r=/Y/.test(n);x.fn[e]=function(i){return x.access(this,function(e,i,o){var a=or(e);return o===t?a?n in a?a[n]:a.document.documentElement[i]:e[i]:(a?a.scrollTo(r?x(a).scrollLeft():o,r?o:x(a).scrollTop()):e[i]=o,t)},e,i,arguments.length,null)}});function or(e){return x.isWindow(e)?e:9===e.nodeType?e.defaultView||e.parentWindow:!1}x.each({Height:"height",Width:"width"},function(e,n){x.each({padding:"inner"+e,content:n,"":"outer"+e},function(r,i){x.fn[i]=function(i,o){var a=arguments.length&&(r||"boolean"!=typeof i),s=r||(i===!0||o===!0?"margin":"border");return x.access(this,function(n,r,i){var o;return x.isWindow(n)?n.document.documentElement["client"+e]:9===n.nodeType?(o=n.documentElement,Math.max(n.body["scroll"+e],o["scroll"+e],n.body["offset"+e],o["offset"+e],o["client"+e])):i===t?x.css(n,r,s):x.style(n,r,i,s)},n,a?i:t,a,null)}})}),x.fn.size=function(){return this.length},x.fn.andSelf=x.fn.addBack,"object"==typeof module&&module&&"object"==typeof module.exports?module.exports=x:(e.jQuery=e.$=x,"function"==typeof define&&define.amd&&define("jquery",[],function(){return x}))})(window);
\ No newline at end of file
diff --git a/flask_keshihua/img/卖报小郎君.jpg b/flask_keshihua/img/卖报小郎君.jpg
new file mode 100644
index 0000000..4839d0a
Binary files /dev/null and b/flask_keshihua/img/卖报小郎君.jpg differ
diff --git a/flask_keshihua/main.py b/flask_keshihua/main.py
new file mode 100644
index 0000000..804947c
--- /dev/null
+++ b/flask_keshihua/main.py
@@ -0,0 +1,33 @@
+from flask import Flask,render_template
+import pandas as pd
+
+app = Flask(__name__)
+
+
+@app.route("/")
+def index():
+ data = pd.read_csv("qidian.csv")
+ data = data.rename(columns={'类型':'name', '总数':'value'})
+
+ data = data.to_dict(orient='records')
+ print(data)
+ data_2 = pd.read_csv("qidian_2.csv")
+ data_2 = data_2.rename(columns={'作者': 'name', '总收藏': 'value'})
+ data_2 = data_2.to_dict(orient='records')
+
+ return render_template("ppp.html",data_2=data,data=data_2)
+
+
+if __name__ == '__main__':
+
+ app.run(host='0.0.0.0')#外部访问
+
+queue = []
+#向列表中插入元素
+queue.insert(0,1)
+queue.insert(0,2)
+queue.insert(0,"hello")
+print(queue)
+print("取一个元素:",queue.pop())
+print("取一个元素:",queue.pop())
+print("取一个元素:",queue.pop())
diff --git a/flask_keshihua/qidian.csv b/flask_keshihua/qidian.csv
new file mode 100644
index 0000000..1042047
--- /dev/null
+++ b/flask_keshihua/qidian.csv
@@ -0,0 +1,10 @@
+类型,总数
+玄幻,48506483
+仙侠,37369155
+都市,28193256
+悬疑,12742491
+历史,11036219
+轻小说,9903690
+科幻,8437230
+武侠,1579993
+奇幻,1295460
diff --git a/flask_keshihua/qidian_2.csv b/flask_keshihua/qidian_2.csv
new file mode 100644
index 0000000..cc170c0
--- /dev/null
+++ b/flask_keshihua/qidian_2.csv
@@ -0,0 +1,12 @@
+作者,总收藏
+辰东,12342898
+我吃西红柿,8443971
+爱潜水的乌贼,8210771
+老鹰吃小鸡,7987176
+唐家三少,7622633
+会说话的肘子,7420941
+耳根,6434597
+忘语,6119743
+天蚕土豆,5630378
+言归正传,5329706
+卖报小郎君,4759642
diff --git a/flask_keshihua/templates/index.html b/flask_keshihua/templates/index.html
new file mode 100644
index 0000000..7fa1c5a
--- /dev/null
+++ b/flask_keshihua/templates/index.html
@@ -0,0 +1,40 @@
+
+
+
+
+
+
起点中文网爬虫
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/flask_keshihua/templates/ppp.html b/flask_keshihua/templates/ppp.html
new file mode 100644
index 0000000..97f48b8
--- /dev/null
+++ b/flask_keshihua/templates/ppp.html
@@ -0,0 +1,132 @@
+
+
+
+
+
爬虫可视化
+
+
+
+
+
+
+
+
+
+
+
+
+
玄幻
+
辰东
+
我吃西红柿
+
爱潜水的乌贼
+
老鹰吃小鸡
+
唐家三少
+
会说话的肘子
+
耳根
+
忘语
+
天蚕土豆
+
言归正传
+
卖报小郎君
+
+
\ No newline at end of file
diff --git a/flask_keshihua/templates/yyy.html b/flask_keshihua/templates/yyy.html
new file mode 100644
index 0000000..ec6dd80
--- /dev/null
+++ b/flask_keshihua/templates/yyy.html
@@ -0,0 +1,11 @@
+
+
+
+
+
起点爬取可视化
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pa大作业/baid.png b/pa大作业/baid.png
deleted file mode 100644
index abb034b..0000000
Binary files a/pa大作业/baid.png and /dev/null differ
diff --git a/pa大作业/main.py b/pa大作业/main.py
index 1f83d40..68add97 100644
--- a/pa大作业/main.py
+++ b/pa大作业/main.py
@@ -5,70 +5,72 @@ from selenium.webdriver.support.wait import WebDriverWait
from selenium.webdriver.common.by import By
from urllib.parse import urljoin
from selenium.common.exceptions import NoSuchElementException
+from selenium.webdriver.chrome.options import Options
+# 这个是一个用来控制chrome以无界面模式打开的浏览器
+# 创建一个参数对象,用来控制chrome以无界面的方式打开
+chrome_options = Options()
+# # #后面的两个是固定写法
+chrome_options.add_argument('--headless')
+chrome_options.add_argument('--disable-gpu')
class VipCollection:
def __init__(self):
- self.driver = webdriver.Chrome()
+ self.driver = webdriver.Chrome(options=chrome_options)
self.start_url = 'https://www.qidian.com/rank/vipcollect/'
# 打开VIP收藏榜网页
def start(self):
self.driver.get(self.start_url)
self.driver.maximize_window()
-
-
def page_request(self,j):
-
page = 1+j
-
f = open("qidain.txt", "a",encoding="utf-8")
try:
- booklist=[]
- dis=dict()
+ booklist = []
wait = WebDriverWait(self.driver, 10) # 设置网页加载超时时间10s
wait.until(EC.presence_of_element_located((By.CLASS_NAME, 'rank-body'))) # 等待页面排行数据被加载完成
lis = self.driver.find_elements(By.XPATH,'''//*[@class='book-img-text']/ul/li''') # 小说排名列表信息
+ # print(lis)
# 解析列表信息,获取小说名称、url、排名、收藏数
for li in lis:
data_rid = li.get_attribute('data-rid') # 直接获取li标签的data-rid属性,即每一页的排名1,2,3,4...20
rank = (page - 2) * 20 + int(data_rid) # 因为每一页的排名都是1、2、3、4、5...20,所以我们需要给排名进行计算
name = li.find_element(By.XPATH,"./div[@class='book-mid-info']/h2/a").text # 获取小说名称
- type=li.find_element(By.XPATH,"./div[@class='book-mid-info']/p[@class='author']/a[2]").text#获取小说类别
+ type_1 = li.find_element(By.XPATH,"./div[@class='book-mid-info']/p[@class='author']/a[2]").text#获取小说类别
author = li.find_element(By.XPATH,"./div[@class='book-mid-info']/p[@class='author']/a[@class='name']").text # 获取小说作者
href = li.find_element(By.XPATH,"./div[@class='book-mid-info']/h2/a").get_attribute('href')
detail_url = urljoin(self.start_url, href) # 对url进行自动拼接,得到完整的小说详情url
collection = li.find_element(By.XPATH,'./div[3]/div/p/span/span').text # 获取收藏数
- print({'rank': rank,'name': name, 'type': type,"author":author, 'detail_url': detail_url, 'collection': collection})#
- dis={'rank': rank,'name': name, 'type': type,"author":author, 'detail_url': detail_url, 'collection': collection}
- booklist.append(dis)
+ print({'rank': rank,'name': name, 'type_1': type_1,"author":author, 'detail_url': detail_url, 'collection': collection})#
+ dis_1 = {'rank': rank,'name': name, 'type_1': type_1,"author":author, 'detail_url': detail_url, 'collection': collection}
+ booklist.append(dis_1)
- for k in booklist[::-1]:
- k=str(k)+'\n'
+ for k in booklist[::-1]:#前面打开的文件与列表f = open("qidain.txt", "a",encoding="utf-8"),booklist = []
+ k = str(k)+'\n'
f.write(k)
# 定位下一页按钮,尝试点击元素直到最后一页
try:
- a= self.driver.find_element(By.ID,'PAGINATION-INPUT')
+ a = self.driver.find_element(By.ID,'PAGINATION-INPUT')
a.clear()
a.send_keys(page)
- b=self.driver.find_element(By.XPATH,'//*[@id="PAGINATION-BUTTON"]')
- if page==6:
+ b = self.driver.find_element(By.XPATH,'//*[@id="PAGINATION-BUTTON"]')
+ if page == 6:
self.close()
-
if a:
b.click()
self.page_request(page) # 请求自己对页面进行解析
# 下一页元素不存在就捕获异常,并结束
except NoSuchElementException:
- print('已经是最后一页,等待5秒结束......')
+ print('翻页错误')
except Exception as e:
- print(e)
+ print('退出爬虫')
- # 等待5秒关闭浏览器
def close(self):
time.sleep(5)
+ # 等待5秒关闭浏览器
self.driver.close()
@@ -76,5 +78,9 @@ if __name__ == '__main__':
top = VipCollection()
top.start()
top.page_request(j=1)
- top.close()
+
+
+
+
+
diff --git a/pa大作业/qidain.txt b/pa大作业/qidain.txt
index 0da5a7a..b7073f3 100644
--- a/pa大作业/qidain.txt
+++ b/pa大作业/qidain.txt
@@ -1,100 +1,1380 @@
-{'rank': 100, 'name': '明朝败家子', 'type': '历史', 'author': '上山打老虎额', 'detail_url': 'https://book.qidian.com/info/1011705052', 'collection': '𘟶\U000187fa𘟵𘟵𘟶𘟶'}
-{'rank': 99, 'name': '深夜书屋', 'type': '悬疑', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1011335417', 'collection': '𘟶\U000187fa𘟯𘟷𘟱𘟯'}
-{'rank': 98, 'name': '这个诅咒太棒了', 'type': '都市', 'author': '行者有三', 'detail_url': 'https://book.qidian.com/info/1024722226', 'collection': '𘟶\U000187fa\U000187fa\U000187fa\U000187f9𘟯'}
-{'rank': 97, 'name': '斗罗大陆V重生唐三', 'type': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1027996625', 'collection': '𘟶𘟶𘟱\U000187f8𘟴𘟲'}
-{'rank': 96, 'name': '九鼎记', 'type': '武侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1321320', 'collection': '𘟶𘟶𘟷\U000187f8\U000187fa𘟷'}
-{'rank': 95, 'name': '赤心巡天', 'type': '仙侠', 'author': '情何以甚', 'detail_url': 'https://book.qidian.com/info/1016530091', 'collection': '𘟶𘟶\U000187f9𘟷\U000187f8\U000187f9'}
-{'rank': 94, 'name': '术师手册', 'type': '轻小说', 'author': '听日', 'detail_url': 'https://book.qidian.com/info/1025990049', 'collection': '𘟶𘟶𘟶𘟯\U000187fa\U000187f8'}
-{'rank': 93, 'name': '惊悚乐园', 'type': '游戏', 'author': '三天两觉', 'detail_url': 'https://book.qidian.com/info/2597043', 'collection': '𘟶𘟲𘟷𘟵𘟲𘟴'}
-{'rank': 92, 'name': '原来我是修仙大佬', 'type': '仙侠', 'author': '木下雉水', 'detail_url': 'https://book.qidian.com/info/1022314396', 'collection': '𘟶\U000187f8\U000187f8𘟯𘟵𘟷'}
-{'rank': 91, 'name': '金刚不坏大寨主', 'type': '武侠', 'author': '徍男', 'detail_url': 'https://book.qidian.com/info/1023502814', 'collection': '𘟲𘟱𘟯𘟴𘟷𘟲'}
-{'rank': 90, 'name': '明天下', 'type': '历史', 'author': '孑与2', 'detail_url': 'https://book.qidian.com/info/1015609210', 'collection': '𘟲𘟷\U000187f8\U000187f8\U000187fa\U000187f9'}
-{'rank': 89, 'name': '异常生物见闻录', 'type': '科幻', 'author': '远瞳', 'detail_url': 'https://book.qidian.com/info/3242304', 'collection': '𘟲𘟵𘟲𘟶𘟴𘟷'}
-{'rank': 88, 'name': '极道天魔', 'type': '仙侠', 'author': '滚开', 'detail_url': 'https://book.qidian.com/info/1005401501', 'collection': '𘟲𘟴\U000187fa𘟴𘟶𘟲'}
-{'rank': 87, 'name': '我用闲书成圣人', 'type': '仙侠', 'author': '出走八万里', 'detail_url': 'https://book.qidian.com/info/1028463573', 'collection': '𘟲𘟴\U000187f8\U000187fa𘟯\U000187f8'}
-{'rank': 86, 'name': '史上第一混乱', 'type': '都市', 'author': '张小花', 'detail_url': 'https://book.qidian.com/info/174075', 'collection': '𘟲\U000187f9𘟵𘟯\U000187fa𘟯'}
-{'rank': 85, 'name': '校花的贴身高手', 'type': '都市', 'author': '鱼人二代', 'detail_url': 'https://book.qidian.com/info/1931432', 'collection': '𘟲\U000187f9𘟯\U000187f9𘟵\U000187fa'}
-{'rank': 84, 'name': '莽荒纪', 'type': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/2502372', 'collection': '𘟲\U000187f9𘟲𘟲𘟵𘟶'}
-{'rank': 83, 'name': '我的女友是恶劣大小姐', 'type': '轻小说', 'author': '掠过的乌鸦', 'detail_url': 'https://book.qidian.com/info/1021671831', 'collection': '𘟲𘟯𘟱𘟵𘟶𘟵'}
-{'rank': 82, 'name': '一世之尊', 'type': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/3249362', 'collection': '𘟲𘟯𘟯\U000187fa𘟵\U000187fa'}
-{'rank': 81, 'name': '绍宋', 'type': '历史', 'author': '榴弹怕水', 'detail_url': 'https://book.qidian.com/info/1017281778', 'collection': '𘟲\U000187fa𘟵𘟯𘟴𘟯'}
-{'rank': 80, 'name': '兰若蝉声', 'type': '短篇', 'author': '扫叶僧', 'detail_url': 'https://book.qidian.com/info/1016459104', 'collection': '𘟲\U000187fa𘟯𘟲\U000187fa𘟶'}
-{'rank': 79, 'name': '仙逆', 'type': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/1264634', 'collection': '𘟲𘟶𘟱\U000187f8\U000187fa𘟶'}
-{'rank': 78, 'name': '魔临', 'type': '悬疑', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1016560323', 'collection': '𘟲𘟲𘟱𘟷\U000187f9𘟷'}
-{'rank': 77, 'name': '神墓', 'type': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/63856', 'collection': '𘟲\U000187f8\U000187f8\U000187f8𘟲\U000187fa'}
-{'rank': 76, 'name': '神秘复苏', 'type': '仙侠', 'author': '佛前献花', 'detail_url': 'https://book.qidian.com/info/1012584111', 'collection': '\U000187f8𘟵\U000187f9𘟲\U000187f9𘟶'}
-{'rank': 75, 'name': '视死如归魏君子', 'type': '轻小说', 'author': '平层', 'detail_url': 'https://book.qidian.com/info/1027440366', 'collection': '\U000187f8𘟯𘟵𘟲𘟶𘟴'}
-{'rank': 74, 'name': '天道图书馆', 'type': '玄幻', 'author': '横扫天涯', 'detail_url': 'https://book.qidian.com/info/1004179514', 'collection': '\U000187f8𘟯𘟲𘟲𘟱𘟷'}
-{'rank': 73, 'name': '黎明之剑', 'type': '科幻', 'author': '远瞳', 'detail_url': 'https://book.qidian.com/info/1010400217', 'collection': '\U000187f8\U000187fa𘟷\U000187fa𘟲\U000187f8'}
-{'rank': 72, 'name': '学霸的黑科技系统', 'type': '科幻', 'author': '晨星LL', 'detail_url': 'https://book.qidian.com/info/1011449273', 'collection': '\U000187f8𘟶𘟶𘟲𘟵\U000187f8'}
-{'rank': 71, 'name': '斗罗大陆IV终极斗罗', 'type': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1013406185', 'collection': '𘟷𘟱𘟱𘟷\U000187fa𘟱𘟴'}
-{'rank': 70, 'name': '大梦主', 'type': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/1016534035', 'collection': '𘟷𘟱𘟷𘟲𘟲𘟷\U000187fa'}
-{'rank': 69, 'name': '临渊行', 'type': '玄幻', 'author': '宅猪', 'detail_url': 'https://book.qidian.com/info/1017125042', 'collection': '𘟷𘟱𘟵\U000187f8𘟲\U000187f8𘟱'}
-{'rank': 68, 'name': '从斗罗开始打卡', 'type': '轻小说', 'author': '夏竖琴', 'detail_url': 'https://book.qidian.com/info/1016869634', 'collection': '𘟷𘟱𘟴\U000187fa𘟲\U000187fa𘟴'}
-{'rank': 67, 'name': '盗墓笔记', 'type': '悬疑', 'author': '南派三叔', 'detail_url': 'https://book.qidian.com/info/68223', 'collection': '𘟷𘟱\U000187f9𘟶\U000187f9𘟶\U000187f8'}
-{'rank': 66, 'name': '签到十年,我被绝色师姐曝光了', 'type': '玄幻', 'author': '卿慕寒', 'detail_url': 'https://book.qidian.com/info/1025826037', 'collection': '𘟷𘟱𘟯𘟱\U000187f9𘟱\U000187fa'}
-{'rank': 65, 'name': '不科学御兽', 'type': '玄幻', 'author': '轻泉流响', 'detail_url': 'https://book.qidian.com/info/1029006481', 'collection': '𘟷𘟱\U000187f8𘟷𘟷𘟷𘟱'}
-{'rank': 64, 'name': '我欲封天', 'type': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/3106580', 'collection': '𘟷𘟷𘟱\U000187f9𘟶𘟷𘟶'}
-{'rank': 63, 'name': '我有一座冒险屋', 'type': '悬疑', 'author': '我会修空调', 'detail_url': 'https://book.qidian.com/info/1012284323', 'collection': '𘟷𘟷𘟷𘟯\U000187f8\U000187f8\U000187f8'}
-{'rank': 62, 'name': '九星毒奶', 'type': '科幻', 'author': '育', 'detail_url': 'https://book.qidian.com/info/1013432302', 'collection': '𘟷𘟷𘟵\U000187f8\U000187f9𘟯𘟵'}
-{'rank': 61, 'name': '烂柯棋缘', 'type': '仙侠', 'author': '真费事', 'detail_url': 'https://book.qidian.com/info/1015990091', 'collection': '𘟷𘟷𘟴𘟶𘟲\U000187f8𘟯'}
-{'rank': 60, 'name': '我的徒弟都是大反派', 'type': '玄幻', 'author': '谋生任转蓬', 'detail_url': 'https://book.qidian.com/info/1016660823', 'collection': '𘟷𘟷𘟶\U000187f9𘟵\U000187f8𘟲'}
-{'rank': 59, 'name': '道君', 'type': '仙侠', 'author': '跃千愁', 'detail_url': 'https://book.qidian.com/info/1005236478', 'collection': '𘟷𘟷𘟲𘟯\U000187f9𘟲𘟷'}
-{'rank': 58, 'name': '吞噬星空', 'type': '科幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1639199', 'collection': '𘟷𘟷𘟲\U000187fa𘟲𘟱\U000187fa'}
-{'rank': 57, 'name': '朕', 'type': '历史', 'author': '王梓钧', 'detail_url': 'https://book.qidian.com/info/1028520538', 'collection': '𘟷𘟵𘟷𘟷\U000187f8𘟵𘟯'}
-{'rank': 56, 'name': '武动乾坤', 'type': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/2048120', 'collection': '𘟷𘟵𘟷𘟴𘟱\U000187f8𘟴'}
-{'rank': 55, 'name': '斗罗大陆II绝世唐门', 'type': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/2517792', 'collection': '𘟷𘟵𘟴\U000187f8𘟴\U000187f9𘟶'}
-{'rank': 54, 'name': '万界天尊', 'type': '玄幻', 'author': '血红', 'detail_url': 'https://book.qidian.com/info/1005238666', 'collection': '𘟷𘟵𘟯𘟱𘟴𘟯𘟷'}
-{'rank': 53, 'name': '超神机械师', 'type': '游戏', 'author': '齐佩甲', 'detail_url': 'https://book.qidian.com/info/1009480992', 'collection': '𘟷𘟵𘟯𘟯𘟵𘟶\U000187f9'}
-{'rank': 52, 'name': '亏成首富从游戏开始', 'type': '游戏', 'author': '青衫取醉', 'detail_url': 'https://book.qidian.com/info/1016150754', 'collection': '𘟷𘟵𘟯𘟲\U000187f9𘟶𘟯'}
-{'rank': 51, 'name': '盘龙', 'type': '奇幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1017141', 'collection': '𘟷𘟵\U000187f8𘟵\U000187fa𘟷𘟵'}
-{'rank': 50, 'name': '我就是不按套路出牌', 'type': '轻小说', 'author': '百分之七', 'detail_url': 'https://book.qidian.com/info/1021578188', 'collection': '𘟷𘟵\U000187f8𘟴\U000187f8𘟷𘟱'}
-{'rank': 49, 'name': '美食供应商', 'type': '都市', 'author': '会做菜的猫', 'detail_url': 'https://book.qidian.com/info/1003667321', 'collection': '𘟷𘟴𘟱𘟱\U000187fa\U000187f8𘟲'}
-{'rank': 48, 'name': '雪鹰领主', 'type': '玄幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/3513193', 'collection': '𘟷𘟴𘟷𘟴𘟯𘟷𘟷'}
-{'rank': 47, 'name': '将夜', 'type': '玄幻', 'author': '猫腻', 'detail_url': 'https://book.qidian.com/info/2083259', 'collection': '𘟷𘟴𘟷\U000187f9\U000187fa\U000187fa𘟲'}
-{'rank': 46, 'name': '星辰变', 'type': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/118447', 'collection': '𘟷𘟴𘟷𘟶𘟵\U000187fa𘟯'}
-{'rank': 45, 'name': '遮天', 'type': '仙侠', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1735921', 'collection': '𘟷𘟴\U000187fa𘟲𘟱𘟯𘟱'}
-{'rank': 44, 'name': '全职高手', 'type': '游戏', 'author': '蝴蝶蓝', 'detail_url': 'https://book.qidian.com/info/1887208', 'collection': '𘟷𘟴𘟲𘟯𘟵\U000187f8𘟯'}
-{'rank': 43, 'name': '凡人修仙之仙界篇', 'type': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/1010734492', 'collection': '𘟷𘟴\U000187f8𘟱𘟲𘟵𘟴'}
-{'rank': 42, 'name': '大魏读书人', 'type': '仙侠', 'author': '七月未时', 'detail_url': 'https://book.qidian.com/info/1029160231', 'collection': '𘟷𘟴\U000187f8𘟵𘟷𘟴\U000187f8'}
-{'rank': 41, 'name': '明克街13号', 'type': '都市', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1030870265', 'collection': '𘟷\U000187f9𘟱\U000187f9𘟯\U000187f9𘟴'}
-{'rank': 40, 'name': '轮回乐园', 'type': '轻小说', 'author': '那一只蚊子', 'detail_url': 'https://book.qidian.com/info/1009817672', 'collection': '𘟷\U000187f9𘟷\U000187f8𘟷𘟵𘟵'}
-{'rank': 39, 'name': '这个人仙太过正经', 'type': '仙侠', 'author': '言归正传', 'detail_url': 'https://book.qidian.com/info/1021635590', 'collection': '𘟷\U000187f9𘟵\U000187fa\U000187f9𘟱𘟲'}
-{'rank': 38, 'name': '庆余年', 'type': '历史', 'author': '猫腻', 'detail_url': 'https://book.qidian.com/info/114559', 'collection': '𘟷\U000187f9𘟲𘟯𘟷\U000187f9\U000187f9'}
-{'rank': 37, 'name': '深空彼岸', 'type': '都市', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1027339371', 'collection': '𘟷\U000187f9𘟲\U000187f8𘟯𘟱𘟱'}
-{'rank': 36, 'name': '稳住别浪', 'type': '都市', 'author': '跳舞', 'detail_url': 'https://book.qidian.com/info/1025325411', 'collection': '𘟷𘟯𘟵\U000187fa𘟲\U000187f8\U000187f9'}
-{'rank': 35, 'name': '天启预报', 'type': '奇幻', 'author': '风月', 'detail_url': 'https://book.qidian.com/info/1014180485', 'collection': '𘟷𘟯𘟵𘟶\U000187fa\U000187fa𘟷'}
-{'rank': 34, 'name': '凡人修仙传', 'type': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/107580', 'collection': '𘟷𘟯𘟯𘟱\U000187f8\U000187fa𘟵'}
-{'rank': 33, 'name': '不朽凡人', 'type': '仙侠', 'author': '鹅是老五', 'detail_url': 'https://book.qidian.com/info/1003307568', 'collection': '𘟷𘟯\U000187fa𘟴𘟵𘟵𘟷'}
-{'rank': 32, 'name': '大王饶命', 'type': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1010191960', 'collection': '𘟷𘟯𘟶\U000187fa𘟴𘟶𘟷'}
-{'rank': 31, 'name': '长夜余火', 'type': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1023422452', 'collection': '𘟷𘟯\U000187f8𘟵\U000187f8𘟷\U000187f8'}
-{'rank': 30, 'name': '飞剑问道', 'type': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1010468795', 'collection': '𘟷\U000187fa\U000187f8\U000187f9𘟲𘟱𘟵'}
-{'rank': 29, 'name': '平平无奇大师兄', 'type': '轻小说', 'author': '黑夜弥天', 'detail_url': 'https://book.qidian.com/info/1017176480', 'collection': '𘟷𘟶𘟵𘟶\U000187fa\U000187f8𘟷'}
-{'rank': 28, 'name': '赘婿', 'type': '历史', 'author': '愤怒的香蕉', 'detail_url': 'https://book.qidian.com/info/1979049', 'collection': '𘟷𘟶𘟯𘟱𘟵𘟯𘟵'}
-{'rank': 27, 'name': '全球高武', 'type': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1012237441', 'collection': '𘟷𘟶𘟯𘟷𘟯\U000187f9\U000187f9'}
-{'rank': 26, 'name': '放开那个女巫', 'type': '奇幻', 'author': '二目', 'detail_url': 'https://book.qidian.com/info/1003306811', 'collection': '𘟷𘟶𘟯𘟵𘟴𘟶\U000187f8'}
-{'rank': 25, 'name': '这游戏也太真实了', 'type': '轻小说', 'author': '晨星LL', 'detail_url': 'https://book.qidian.com/info/1029391348', 'collection': '𘟷𘟶𘟯\U000187f9𘟲𘟲𘟲'}
-{'rank': 24, 'name': '汉乡', 'type': '历史', 'author': '孑与2', 'detail_url': 'https://book.qidian.com/info/1010136878', 'collection': '𘟷𘟶𘟲𘟷\U000187fa𘟯𘟴'}
-{'rank': 23, 'name': '大主宰', 'type': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/2750457', 'collection': '𘟷𘟶\U000187f8𘟵𘟶\U000187f9𘟷'}
-{'rank': 22, 'name': '镇妖博物馆', 'type': '悬疑', 'author': '阎ZK', 'detail_url': 'https://book.qidian.com/info/1026722127', 'collection': '𘟷𘟲𘟱𘟵𘟶𘟵𘟱'}
-{'rank': 21, 'name': '完美世界', 'type': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/2952453', 'collection': '𘟷𘟲\U000187fa𘟶𘟶\U000187f8𘟴'}
-{'rank': 20, 'name': '斗罗大陆', 'type': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1115277', 'collection': '𘟵𘟱𘟶𘟲\U000187f8\U000187f8𘟵'}
-{'rank': 19, 'name': '玄界之门', 'type': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/3676417', 'collection': '𘟵𘟷\U000187f9\U000187fa𘟶𘟷𘟷'}
-{'rank': 18, 'name': '从今天开始做藩王', 'type': '历史', 'author': '背着家的蜗牛', 'detail_url': 'https://book.qidian.com/info/1023831464', 'collection': '𘟵𘟴𘟯𘟱\U000187fa\U000187f9\U000187f9'}
-{'rank': 17, 'name': '我的治愈系游戏', 'type': '悬疑', 'author': '我会修空调', 'detail_url': 'https://book.qidian.com/info/1025901449', 'collection': '𘟵𘟴𘟯\U000187f9\U000187f8𘟶𘟲'}
-{'rank': 16, 'name': '星门', 'type': '玄幻', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1027669580', 'collection': '𘟵\U000187f9𘟯𘟴\U000187fa𘟵\U000187f9'}
-{'rank': 15, 'name': '斗罗大陆III龙王传说', 'type': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/3681560', 'collection': '𘟵𘟯𘟷𘟶\U000187f8𘟵\U000187f9'}
-{'rank': 14, 'name': '我真没想重生啊', 'type': '都市', 'author': '柳岸花又明', 'detail_url': 'https://book.qidian.com/info/1015648531', 'collection': '𘟵\U000187fa𘟱\U000187fa𘟵\U000187fa\U000187f9'}
-{'rank': 13, 'name': '斗破苍穹', 'type': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/1209977', 'collection': '𘟵\U000187fa𘟷\U000187f9\U000187f8𘟲𘟷'}
-{'rank': 12, 'name': '第一序列', 'type': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1013562540', 'collection': '𘟵𘟲𘟷\U000187f9\U000187f9𘟷𘟱'}
-{'rank': 11, 'name': '牧神记', 'type': '玄幻', 'author': '宅猪', 'detail_url': 'https://book.qidian.com/info/1009704712', 'collection': '𘟵𘟲𘟲\U000187fa\U000187f8𘟶𘟶'}
-{'rank': 10, 'name': '开局签到荒古圣体', 'type': '玄幻', 'author': 'J神', 'detail_url': 'https://book.qidian.com/info/1021378513', 'collection': '𘟵\U000187f8𘟶𘟷𘟲𘟲𘟵'}
-{'rank': 9, 'name': '夜的命名术', 'type': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1021617576', 'collection': '𘟵\U000187f8\U000187f8𘟯𘟱𘟲𘟱'}
-{'rank': 8, 'name': '从红月开始', 'type': '科幻', 'author': '黑山老鬼', 'detail_url': 'https://book.qidian.com/info/1024868626', 'collection': '𘟴𘟴𘟴𘟵\U000187f8𘟷𘟯'}
-{'rank': 7, 'name': '万族之劫', 'type': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1018027842', 'collection': '𘟴𘟶\U000187fa𘟯𘟵𘟲\U000187fa'}
-{'rank': 6, 'name': '我师兄实在太稳健了', 'type': '仙侠', 'author': '言归正传', 'detail_url': 'https://book.qidian.com/info/1016572786', 'collection': '𘟴\U000187f8𘟱𘟵\U000187f8𘟲\U000187f8'}
-{'rank': 5, 'name': '修真聊天群(聊天群的日常生活)', 'type': '都市', 'author': '圣骑士的传说', 'detail_url': 'https://book.qidian.com/info/3602691', 'collection': '\U000187f9\U000187f9𘟴𘟲𘟷𘟵𘟲'}
-{'rank': 4, 'name': '一念永恒', 'type': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/1003354631', 'collection': '\U000187f9\U000187f9𘟯\U000187f9𘟯𘟴\U000187f8'}
-{'rank': 3, 'name': '大奉打更人', 'type': '仙侠', 'author': '卖报小郎君', 'detail_url': 'https://book.qidian.com/info/1019664125', 'collection': '\U000187f9𘟶\U000187f9𘟱𘟷𘟶𘟱'}
-{'rank': 2, 'name': '诡秘之主', 'type': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1010868264', 'collection': '𘟯𘟶\U000187f9𘟱\U000187f9𘟶𘟱'}
-{'rank': 1, 'name': '圣墟', 'type': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1004608738', 'collection': '\U000187fa\U000187fa\U000187f8𘟵\U000187f9\U000187f9𘟯'}
+{'rank': 100, 'name': '明朝败家子', 'type_1': '历史', 'author': '上山打老虎额', 'detail_url': 'https://book.qidian.com/info/1011705052', 'collection': '𘝍𘝎𘝌𘝕𘝒𘝐'}
+{'rank': 99, 'name': '深夜书屋', 'type_1': '悬疑', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1011335417', 'collection': '𘝍𘝎𘝎𘝌𘝕𘝐'}
+{'rank': 98, 'name': '这个诅咒太棒了', 'type_1': '都市', 'author': '行者有三', 'detail_url': 'https://book.qidian.com/info/1024722226', 'collection': '𘝍𘝎𘝎𘝐𘝌𘝔'}
+{'rank': 97, 'name': '斗罗大陆V重生唐三', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1027996625', 'collection': '𘝍𘝍𘝔𘝕𘝓𘝐'}
+{'rank': 96, 'name': '九鼎记', 'type_1': '武侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1321320', 'collection': '𘝍𘝍𘝌𘝓𘝍𘝒'}
+{'rank': 95, 'name': '赤心巡天', 'type_1': '仙侠', 'author': '情何以甚', 'detail_url': 'https://book.qidian.com/info/1016530091', 'collection': '𘝍𘝍𘝎𘝒𘝓𘝓'}
+{'rank': 94, 'name': '术师手册', 'type_1': '轻小说', 'author': '听日', 'detail_url': 'https://book.qidian.com/info/1025990049', 'collection': '𘝍𘝒𘝊𘝊𘝑𘝍'}
+{'rank': 93, 'name': '惊悚乐园', 'type_1': '游戏', 'author': '三天两觉', 'detail_url': 'https://book.qidian.com/info/2597043', 'collection': '𘝍𘝒𘝌𘝓𘝍𘝑'}
+{'rank': 92, 'name': '原来我是修仙大佬', 'type_1': '仙侠', 'author': '木下雉水', 'detail_url': 'https://book.qidian.com/info/1022314396', 'collection': '𘝒𘝊𘝊𘝊𘝕𘝎'}
+{'rank': 91, 'name': '金刚不坏大寨主', 'type_1': '武侠', 'author': '徍男', 'detail_url': 'https://book.qidian.com/info/1023502814', 'collection': '𘝒𘝊𘝎𘝓𘝓𘝍'}
+{'rank': 90, 'name': '明天下', 'type_1': '历史', 'author': '孑与2', 'detail_url': 'https://book.qidian.com/info/1015609210', 'collection': '𘝒𘝓𘝑𘝑𘝐𘝑'}
+{'rank': 89, 'name': '异常生物见闻录', 'type_1': '科幻', 'author': '远瞳', 'detail_url': 'https://book.qidian.com/info/3242304', 'collection': '𘝒𘝔𘝑𘝎𘝑𘝍'}
+{'rank': 88, 'name': '极道天魔', 'type_1': '仙侠', 'author': '滚开', 'detail_url': 'https://book.qidian.com/info/1005401501', 'collection': '𘝒𘝌𘝎𘝒𘝓𘝔'}
+{'rank': 87, 'name': '我用闲书成圣人', 'type_1': '仙侠', 'author': '出走八万里', 'detail_url': 'https://book.qidian.com/info/1028463573', 'collection': '𘝒𘝐𘝓𘝔𘝐𘝓'}
+{'rank': 86, 'name': '史上第一混乱', 'type_1': '都市', 'author': '张小花', 'detail_url': 'https://book.qidian.com/info/174075', 'collection': '𘝒𘝐𘝔𘝍𘝑𘝐'}
+{'rank': 85, 'name': '校花的贴身高手', 'type_1': '都市', 'author': '鱼人二代', 'detail_url': 'https://book.qidian.com/info/1931432', 'collection': '𘝒𘝐𘝎𘝐𘝊𘝎'}
+{'rank': 84, 'name': '莽荒纪', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/2502372', 'collection': '𘝒𘝕𘝊𘝊𘝊𘝒'}
+{'rank': 83, 'name': '我的女友是恶劣大小姐', 'type_1': '轻小说', 'author': '掠过的乌鸦', 'detail_url': 'https://book.qidian.com/info/1021671831', 'collection': '𘝒𘝕𘝊𘝕𘝎𘝎'}
+{'rank': 82, 'name': '一世之尊', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/3249362', 'collection': '𘝒𘝕𘝎𘝒𘝐𘝕'}
+{'rank': 81, 'name': '绍宋', 'type_1': '历史', 'author': '榴弹怕水', 'detail_url': 'https://book.qidian.com/info/1017281778', 'collection': '𘝒𘝎𘝌𘝕𘝍𘝑'}
+{'rank': 80, 'name': '兰若蝉声', 'type_1': '短篇', 'author': '扫叶僧', 'detail_url': 'https://book.qidian.com/info/1016459104', 'collection': '𘝒𘝎𘝎𘝊𘝔𘝕'}
+{'rank': 79, 'name': '仙逆', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/1264634', 'collection': '𘝒𘝍𘝔𘝌𘝐𘝌'}
+{'rank': 78, 'name': '魔临', 'type_1': '悬疑', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1016560323', 'collection': '𘝒𘝒𘝓𘝐𘝓𘝍'}
+{'rank': 77, 'name': '神墓', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/63856', 'collection': '𘝑𘝊𘝊𘝕𘝎𘝒'}
+{'rank': 76, 'name': '神秘复苏', 'type_1': '仙侠', 'author': '佛前献花', 'detail_url': 'https://book.qidian.com/info/1012584111', 'collection': '𘝑𘝌𘝑𘝐𘝕𘝎'}
+{'rank': 75, 'name': '天道图书馆', 'type_1': '玄幻', 'author': '横扫天涯', 'detail_url': 'https://book.qidian.com/info/1004179514', 'collection': '𘝑𘝕𘝑𘝊𘝊𘝒'}
+{'rank': 74, 'name': '视死如归魏君子', 'type_1': '轻小说', 'author': '平层', 'detail_url': 'https://book.qidian.com/info/1027440366', 'collection': '𘝑𘝎𘝔𘝍𘝑𘝊'}
+{'rank': 73, 'name': '黎明之剑', 'type_1': '科幻', 'author': '远瞳', 'detail_url': 'https://book.qidian.com/info/1010400217', 'collection': '𘝑𘝎𘝐𘝊𘝎𘝑'}
+{'rank': 72, 'name': '学霸的黑科技系统', 'type_1': '科幻', 'author': '晨星LL', 'detail_url': 'https://book.qidian.com/info/1011449273', 'collection': '𘝑𘝍𘝒𘝒𘝐𘝔'}
+{'rank': 71, 'name': '斗罗大陆IV终极斗罗', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1013406185', 'collection': '𘝓𘝊𘝊𘝓𘝑𘝒𘝒'}
+{'rank': 70, 'name': '大梦主', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/1016534035', 'collection': '𘝓𘝊𘝓𘝑𘝐𘝐𘝓'}
+{'rank': 69, 'name': '临渊行', 'type_1': '玄幻', 'author': '宅猪', 'detail_url': 'https://book.qidian.com/info/1017125042', 'collection': '𘝓𘝊𘝌𘝊𘝓𘝒𘝓'}
+{'rank': 68, 'name': '从斗罗开始打卡', 'type_1': '轻小说', 'author': '夏竖琴', 'detail_url': 'https://book.qidian.com/info/1016869634', 'collection': '𘝓𘝊𘝌𘝎𘝒𘝕𘝐'}
+{'rank': 67, 'name': '盗墓笔记', 'type_1': '悬疑', 'author': '南派三叔', 'detail_url': 'https://book.qidian.com/info/68223', 'collection': '𘝓𘝊𘝐𘝒𘝎𘝓𘝌'}
+{'rank': 66, 'name': '签到十年,我被绝色师姐曝光了', 'type_1': '玄幻', 'author': '卿慕寒', 'detail_url': 'https://book.qidian.com/info/1025826037', 'collection': '𘝓𘝊𘝕𘝓𘝐𘝔𘝍'}
+{'rank': 65, 'name': '我欲封天', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/3106580', 'collection': '𘝓𘝓𘝊𘝕𘝑𘝌𘝌'}
+{'rank': 64, 'name': '我有一座冒险屋', 'type_1': '悬疑', 'author': '我会修空调', 'detail_url': 'https://book.qidian.com/info/1012284323', 'collection': '𘝓𘝓𘝓𘝒𘝐𘝑𘝊'}
+{'rank': 63, 'name': '九星毒奶', 'type_1': '科幻', 'author': '育', 'detail_url': 'https://book.qidian.com/info/1013432302', 'collection': '𘝓𘝓𘝔𘝑𘝎𘝍𘝊'}
+{'rank': 62, 'name': '不科学御兽', 'type_1': '玄幻', 'author': '轻泉流响', 'detail_url': 'https://book.qidian.com/info/1029006481', 'collection': '𘝓𘝓𘝌𘝊𘝎𘝑𘝓'}
+{'rank': 61, 'name': '烂柯棋缘', 'type_1': '仙侠', 'author': '真费事', 'detail_url': 'https://book.qidian.com/info/1015990091', 'collection': '𘝓𘝓𘝐𘝓𘝊𘝕𘝓'}
+{'rank': 60, 'name': '我的徒弟都是大反派', 'type_1': '玄幻', 'author': '谋生任转蓬', 'detail_url': 'https://book.qidian.com/info/1016660823', 'collection': '𘝓𘝓𘝍𘝐𘝓𘝔𘝔'}
+{'rank': 59, 'name': '道君', 'type_1': '仙侠', 'author': '跃千愁', 'detail_url': 'https://book.qidian.com/info/1005236478', 'collection': '𘝓𘝓𘝒𘝎𘝓𘝔𘝐'}
+{'rank': 58, 'name': '吞噬星空', 'type_1': '科幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1639199', 'collection': '𘝓𘝓𘝒𘝒𘝑𘝕𘝕'}
+{'rank': 57, 'name': '朕', 'type_1': '历史', 'author': '王梓钧', 'detail_url': 'https://book.qidian.com/info/1028520538', 'collection': '𘝓𘝔𘝓𘝌𘝌𘝕𘝕'}
+{'rank': 56, 'name': '武动乾坤', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/2048120', 'collection': '𘝓𘝔𘝓𘝐𘝊𘝊𘝕'}
+{'rank': 55, 'name': '斗罗大陆II绝世唐门', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/2517792', 'collection': '𘝓𘝔𘝌𘝑𘝑𘝍𘝐'}
+{'rank': 54, 'name': '万界天尊', 'type_1': '玄幻', 'author': '血红', 'detail_url': 'https://book.qidian.com/info/1005238666', 'collection': '𘝓𘝔𘝕𘝊𘝌𘝔𘝓'}
+{'rank': 53, 'name': '超神机械师', 'type_1': '游戏', 'author': '齐佩甲', 'detail_url': 'https://book.qidian.com/info/1009480992', 'collection': '𘝓𘝔𘝕𘝎𘝍𘝕𘝔'}
+{'rank': 52, 'name': '亏成首富从游戏开始', 'type_1': '游戏', 'author': '青衫取醉', 'detail_url': 'https://book.qidian.com/info/1016150754', 'collection': '𘝓𘝔𘝕𘝑𘝊𘝊𘝐'}
+{'rank': 51, 'name': '我就是不按套路出牌', 'type_1': '轻小说', 'author': '百分之七', 'detail_url': 'https://book.qidian.com/info/1021578188', 'collection': '𘝓𘝔𘝑𘝐𘝌𘝔𘝔'}
+{'rank': 50, 'name': '盘龙', 'type_1': '奇幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1017141', 'collection': '𘝓𘝔𘝑𘝐𘝕𘝊𘝊'}
+{'rank': 49, 'name': '美食供应商', 'type_1': '都市', 'author': '会做菜的猫', 'detail_url': 'https://book.qidian.com/info/1003667321', 'collection': '𘝓𘝌𘝊𘝊𘝍𘝍𘝍'}
+{'rank': 48, 'name': '雪鹰领主', 'type_1': '玄幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/3513193', 'collection': '𘝓𘝌𘝓𘝌𘝍𘝔𘝓'}
+{'rank': 47, 'name': '将夜', 'type_1': '玄幻', 'author': '猫腻', 'detail_url': 'https://book.qidian.com/info/2083259', 'collection': '𘝓𘝌𘝓𘝕𘝊𘝍𘝎'}
+{'rank': 46, 'name': '星辰变', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/118447', 'collection': '𘝓𘝌𘝔𘝔𘝔𘝓𘝊'}
+{'rank': 45, 'name': '遮天', 'type_1': '仙侠', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1735921', 'collection': '𘝓𘝌𘝍𘝓𘝊𘝍𘝍'}
+{'rank': 44, 'name': '全职高手', 'type_1': '游戏', 'author': '蝴蝶蓝', 'detail_url': 'https://book.qidian.com/info/1887208', 'collection': '𘝓𘝌𘝒𘝎𘝌𘝕𘝓'}
+{'rank': 43, 'name': '大魏读书人', 'type_1': '仙侠', 'author': '七月未时', 'detail_url': 'https://book.qidian.com/info/1029160231', 'collection': '𘝓𘝌𘝑𘝔𘝐𘝎𘝒'}
+{'rank': 42, 'name': '凡人修仙之仙界篇', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/1010734492', 'collection': '𘝓𘝌𘝑𘝐𘝌𘝍𘝕'}
+{'rank': 41, 'name': '明克街13号', 'type_1': '都市', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1030870265', 'collection': '𘝓𘝐𘝓𘝒𘝓𘝐𘝕'}
+{'rank': 40, 'name': '轮回乐园', 'type_1': '轻小说', 'author': '那一只蚊子', 'detail_url': 'https://book.qidian.com/info/1009817672', 'collection': '𘝓𘝐𘝔𘝌𘝒𘝍𘝍'}
+{'rank': 39, 'name': '这个人仙太过正经', 'type_1': '仙侠', 'author': '言归正传', 'detail_url': 'https://book.qidian.com/info/1021635590', 'collection': '𘝓𘝐𘝔𘝕𘝑𘝓𘝕'}
+{'rank': 38, 'name': '庆余年', 'type_1': '历史', 'author': '猫腻', 'detail_url': 'https://book.qidian.com/info/114559', 'collection': '𘝓𘝐𘝒𘝎𘝌𘝓𘝎'}
+{'rank': 37, 'name': '深空彼岸', 'type_1': '都市', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1027339371', 'collection': '𘝓𘝐𘝑𘝐𘝓𘝕𘝎'}
+{'rank': 36, 'name': '稳住别浪', 'type_1': '都市', 'author': '跳舞', 'detail_url': 'https://book.qidian.com/info/1025325411', 'collection': '𘝓𘝕𘝔𘝍𘝌𘝑𘝒'}
+{'rank': 35, 'name': '天启预报', 'type_1': '奇幻', 'author': '风月', 'detail_url': 'https://book.qidian.com/info/1014180485', 'collection': '𘝓𘝕𘝌𘝓𘝓𘝌𘝊'}
+{'rank': 34, 'name': '凡人修仙传', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/107580', 'collection': '𘝓𘝕𘝕𘝕𘝔𘝑𘝊'}
+{'rank': 33, 'name': '不朽凡人', 'type_1': '仙侠', 'author': '鹅是老五', 'detail_url': 'https://book.qidian.com/info/1003307568', 'collection': '𘝓𘝕𘝎𘝌𘝔𘝕𘝌'}
+{'rank': 32, 'name': '大王饶命', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1010191960', 'collection': '𘝓𘝕𘝍𘝒𘝒𘝒𘝔'}
+{'rank': 31, 'name': '长夜余火', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1023422452', 'collection': '𘝓𘝎𘝊𘝊𘝐𘝕𘝓'}
+{'rank': 30, 'name': '飞剑问道', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1010468795', 'collection': '𘝓𘝎𘝑𘝐𘝑𘝕𘝑'}
+{'rank': 29, 'name': '平平无奇大师兄', 'type_1': '轻小说', 'author': '黑夜弥天', 'detail_url': 'https://book.qidian.com/info/1017176480', 'collection': '𘝓𘝍𘝔𘝒𘝓𘝌𘝔'}
+{'rank': 28, 'name': '赘婿', 'type_1': '历史', 'author': '愤怒的香蕉', 'detail_url': 'https://book.qidian.com/info/1979049', 'collection': '𘝓𘝍𘝕𘝓𘝓𘝎𘝔'}
+{'rank': 27, 'name': '全球高武', 'type_1': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1012237441', 'collection': '𘝓𘝍𘝕𘝔𘝑𘝒𘝒'}
+{'rank': 26, 'name': '放开那个女巫', 'type_1': '奇幻', 'author': '二目', 'detail_url': 'https://book.qidian.com/info/1003306811', 'collection': '𘝓𘝍𘝕𘝌𘝕𘝑𘝑'}
+{'rank': 25, 'name': '汉乡', 'type_1': '历史', 'author': '孑与2', 'detail_url': 'https://book.qidian.com/info/1010136878', 'collection': '𘝓𘝍𘝒𘝓𘝑𘝊𘝐'}
+{'rank': 24, 'name': '大主宰', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/2750457', 'collection': '𘝓𘝍𘝑𘝌𘝓𘝍𘝔'}
+{'rank': 23, 'name': '这游戏也太真实了', 'type_1': '轻小说', 'author': '晨星LL', 'detail_url': 'https://book.qidian.com/info/1029391348', 'collection': '𘝓𘝒𘝊𘝓𘝐𘝐𘝐'}
+{'rank': 22, 'name': '镇妖博物馆', 'type_1': '悬疑', 'author': '阎ZK', 'detail_url': 'https://book.qidian.com/info/1026722127', 'collection': '𘝓𘝒𘝊𘝒𘝎𘝑𘝐'}
+{'rank': 21, 'name': '完美世界', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/2952453', 'collection': '𘝓𘝒𘝍𘝔𘝎𘝌𘝑'}
+{'rank': 20, 'name': '斗罗大陆', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1115277', 'collection': '𘝔𘝊𘝒𘝔𘝐𘝓𘝊'}
+{'rank': 19, 'name': '玄界之门', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/3676417', 'collection': '𘝔𘝓𘝐𘝎𘝕𘝕𘝓'}
+{'rank': 18, 'name': '从今天开始做藩王', 'type_1': '历史', 'author': '背着家的蜗牛', 'detail_url': 'https://book.qidian.com/info/1023831464', 'collection': '𘝔𘝌𘝕𘝔𘝕𘝊𘝔'}
+{'rank': 17, 'name': '我的治愈系游戏', 'type_1': '悬疑', 'author': '我会修空调', 'detail_url': 'https://book.qidian.com/info/1025901449', 'collection': '𘝔𘝐𘝊𘝌𘝓𘝒𘝕'}
+{'rank': 16, 'name': '星门', 'type_1': '玄幻', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1027669580', 'collection': '𘝔𘝐𘝎𘝕𘝌𘝕𘝓'}
+{'rank': 15, 'name': '斗罗大陆III龙王传说', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/3681560', 'collection': '𘝔𘝕𘝔𘝓𘝔𘝊𘝓'}
+{'rank': 14, 'name': '我真没想重生啊', 'type_1': '都市', 'author': '柳岸花又明', 'detail_url': 'https://book.qidian.com/info/1015648531', 'collection': '𘝔𘝎𘝊𘝒𘝕𘝕𘝐'}
+{'rank': 13, 'name': '斗破苍穹', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/1209977', 'collection': '𘝔𘝎𘝔𘝊𘝊𘝒𘝎'}
+{'rank': 12, 'name': '第一序列', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1013562540', 'collection': '𘝔𘝒𘝓𘝕𘝕𘝊𘝓'}
+{'rank': 11, 'name': '牧神记', 'type_1': '玄幻', 'author': '宅猪', 'detail_url': 'https://book.qidian.com/info/1009704712', 'collection': '𘝔𘝒𘝒𘝒𘝊𘝎𘝕'}
+{'rank': 10, 'name': '开局签到荒古圣体', 'type_1': '玄幻', 'author': 'J神', 'detail_url': 'https://book.qidian.com/info/1021378513', 'collection': '𘝔𘝑𘝍𘝌𘝊𘝌𘝔'}
+{'rank': 9, 'name': '夜的命名术', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1021617576', 'collection': '𘝌𘝊𘝓𘝎𘝔𘝐𘝓'}
+{'rank': 8, 'name': '从红月开始', 'type_1': '科幻', 'author': '黑山老鬼', 'detail_url': 'https://book.qidian.com/info/1024868626', 'collection': '𘝌𘝌𘝌𘝐𘝕𘝎𘝐'}
+{'rank': 7, 'name': '万族之劫', 'type_1': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1018027842', 'collection': '𘝌𘝍𘝎𘝕𘝍𘝐𘝐'}
+{'rank': 6, 'name': '我师兄实在太稳健了', 'type_1': '仙侠', 'author': '言归正传', 'detail_url': 'https://book.qidian.com/info/1016572786', 'collection': '𘝌𘝑𘝊𘝌𘝕𘝕𘝓'}
+{'rank': 5, 'name': '修真聊天群(聊天群的日常生活)', 'type_1': '都市', 'author': '圣骑士的传说', 'detail_url': 'https://book.qidian.com/info/3602691', 'collection': '𘝐𘝐𘝐𘝓𘝒𘝔𘝐'}
+{'rank': 4, 'name': '一念永恒', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/1003354631', 'collection': '𘝐𘝐𘝕𘝐𘝑𘝍𘝐'}
+{'rank': 3, 'name': '大奉打更人', 'type_1': '仙侠', 'author': '卖报小郎君', 'detail_url': 'https://book.qidian.com/info/1019664125', 'collection': '𘝐𘝍𘝕𘝊𘝓𘝊𘝎'}
+{'rank': 2, 'name': '诡秘之主', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1010868264', 'collection': '𘝕𘝍𘝐𘝍𘝎𘝊𘝑'}
+{'rank': 1, 'name': '圣墟', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1004608738', 'collection': '𘝎𘝎𘝑𘝎𘝐𘝎𘝕'}
+{'rank': 100, 'name': '这个诅咒太棒了', 'type_1': '都市', 'author': '行者有三', 'detail_url': 'https://book.qidian.com/info/1024722226', 'collection': '𘜶𘜹𘜹𘜹𘜽𘜻'}
+{'rank': 99, 'name': '深夜书屋', 'type_1': '悬疑', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1011335417', 'collection': '𘜶𘜹𘜼𘜽𘝁𘜾'}
+{'rank': 98, 'name': '九鼎记', 'type_1': '武侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1321320', 'collection': '𘜶𘜶𘜹𘜾𘜸𘜾'}
+{'rank': 97, 'name': '赤心巡天', 'type_1': '仙侠', 'author': '情何以甚', 'detail_url': 'https://book.qidian.com/info/1016530091', 'collection': '𘜶𘜾𘜿𘜽𘜿𘜽'}
+{'rank': 96, 'name': '惊悚乐园', 'type_1': '游戏', 'author': '三天两觉', 'detail_url': 'https://book.qidian.com/info/2597043', 'collection': '𘜶𘜾𘜶𘜽𘜸𘜶'}
+{'rank': 95, 'name': '斗罗大陆V重生唐三', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1027996625', 'collection': '𘜶𘜼𘝁𘜹𘜶𘜺'}
+{'rank': 94, 'name': '术师手册', 'type_1': '轻小说', 'author': '听日', 'detail_url': 'https://book.qidian.com/info/1025990049', 'collection': '𘜶𘜼𘜿𘜻𘜽𘜹'}
+{'rank': 93, 'name': '宇宙职业选手', 'type_1': '科幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1031581171', 'collection': '𘜶𘜼𘜸𘜾𘜹𘝁'}
+{'rank': 92, 'name': '原来我是修仙大佬', 'type_1': '仙侠', 'author': '木下雉水', 'detail_url': 'https://book.qidian.com/info/1022314396', 'collection': '𘜾𘜽𘜺𘜸𘜿𘜻'}
+{'rank': 91, 'name': '金刚不坏大寨主', 'type_1': '武侠', 'author': '徍男', 'detail_url': 'https://book.qidian.com/info/1023502814', 'collection': '𘜾𘜽𘜹𘜼𘜽𘜺'}
+{'rank': 90, 'name': '明天下', 'type_1': '历史', 'author': '孑与2', 'detail_url': 'https://book.qidian.com/info/1015609210', 'collection': '𘜾𘜺𘜼𘜼𘜼𘝁'}
+{'rank': 89, 'name': '异常生物见闻录', 'type_1': '科幻', 'author': '远瞳', 'detail_url': 'https://book.qidian.com/info/3242304', 'collection': '𘜾𘜿𘜻𘜶𘜻𘜻'}
+{'rank': 88, 'name': '极道天魔', 'type_1': '仙侠', 'author': '滚开', 'detail_url': 'https://book.qidian.com/info/1005401501', 'collection': '𘜾𘜿𘜶𘜶𘜺𘜺'}
+{'rank': 87, 'name': '史上第一混乱', 'type_1': '都市', 'author': '张小花', 'detail_url': 'https://book.qidian.com/info/174075', 'collection': '𘜾𘜸𘜿𘜺𘜾𘜾'}
+{'rank': 86, 'name': '校花的贴身高手', 'type_1': '都市', 'author': '鱼人二代', 'detail_url': 'https://book.qidian.com/info/1931432', 'collection': '𘜾𘜸𘜼𘜸𘝁𘜻'}
+{'rank': 85, 'name': '我的女友是恶劣大小姐', 'type_1': '轻小说', 'author': '掠过的乌鸦', 'detail_url': 'https://book.qidian.com/info/1021671831', 'collection': '𘜾𘜻𘜺𘜽𘜾𘜺'}
+{'rank': 84, 'name': '我用闲书成圣人', 'type_1': '仙侠', 'author': '出走八万里', 'detail_url': 'https://book.qidian.com/info/1028463573', 'collection': '𘜾𘜻𘜿𘜶𘜿𘜹'}
+{'rank': 83, 'name': '莽荒纪', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/2502372', 'collection': '𘜾𘜻𘜿𘜾𘜽𘜾'}
+{'rank': 82, 'name': '一世之尊', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/3249362', 'collection': '𘜾𘜻𘜼𘜶𘜽𘜹'}
+{'rank': 81, 'name': '绍宋', 'type_1': '历史', 'author': '榴弹怕水', 'detail_url': 'https://book.qidian.com/info/1017281778', 'collection': '𘜾𘜹𘜻𘜿𘜻𘜽'}
+{'rank': 80, 'name': '兰若蝉声', 'type_1': '短篇', 'author': '扫叶僧', 'detail_url': 'https://book.qidian.com/info/1016459104', 'collection': '𘜾𘜹𘜹𘜽𘜺𘜺'}
+{'rank': 79, 'name': '仙逆', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/1264634', 'collection': '𘜾𘜶𘜹𘜿𘜸𘜽'}
+{'rank': 78, 'name': '魔临', 'type_1': '悬疑', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1016560323', 'collection': '𘜾𘜾𘜼𘜿𘜶𘜸'}
+{'rank': 77, 'name': '神墓', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/63856', 'collection': '𘜼𘜽𘜺𘜾𘝁𘜺'}
+{'rank': 76, 'name': '天道图书馆', 'type_1': '玄幻', 'author': '横扫天涯', 'detail_url': 'https://book.qidian.com/info/1004179514', 'collection': '𘜼𘜻𘜼𘜼𘜼𘜾'}
+{'rank': 75, 'name': '神秘复苏', 'type_1': '仙侠', 'author': '佛前献花', 'detail_url': 'https://book.qidian.com/info/1012584111', 'collection': '𘜼𘜹𘜽𘜾𘜿𘜺'}
+{'rank': 74, 'name': '黎明之剑', 'type_1': '科幻', 'author': '远瞳', 'detail_url': 'https://book.qidian.com/info/1010400217', 'collection': '𘜼𘜹𘜼𘜹𘜽𘜸'}
+{'rank': 73, 'name': '学霸的黑科技系统', 'type_1': '科幻', 'author': '晨星LL', 'detail_url': 'https://book.qidian.com/info/1011449273', 'collection': '𘜼𘜾𘝁𘜺𘜽𘜸'}
+{'rank': 72, 'name': '视死如归魏君子', 'type_1': '轻小说', 'author': '平层', 'detail_url': 'https://book.qidian.com/info/1027440366', 'collection': '𘜼𘜼𘜾𘜸𘜺𘜻'}
+{'rank': 71, 'name': '斗罗大陆IV终极斗罗', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1013406185', 'collection': '𘜺𘜽𘜽𘝁𘜶𘜻𘜶'}
+{'rank': 70, 'name': '大梦主', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/1016534035', 'collection': '𘜺𘜽𘝁𘜸𘜿𘜸𘝁'}
+{'rank': 69, 'name': '临渊行', 'type_1': '玄幻', 'author': '宅猪', 'detail_url': 'https://book.qidian.com/info/1017125042', 'collection': '𘜺𘜽𘜿𘜽𘜸𘜾𘜼'}
+{'rank': 68, 'name': '从斗罗开始打卡', 'type_1': '轻小说', 'author': '夏竖琴', 'detail_url': 'https://book.qidian.com/info/1016869634', 'collection': '𘜺𘜽𘜿𘜹𘜹𘜼𘜻'}
+{'rank': 67, 'name': '盗墓笔记', 'type_1': '悬疑', 'author': '南派三叔', 'detail_url': 'https://book.qidian.com/info/68223', 'collection': '𘜺𘜽𘜻𘜺𘜼𘜺𘝁'}
+{'rank': 66, 'name': '签到十年,我被绝色师姐曝光了', 'type_1': '玄幻', 'author': '卿慕寒', 'detail_url': 'https://book.qidian.com/info/1025826037', 'collection': '𘜺𘜽𘜻𘜻𘜸𘝁𘜼'}
+{'rank': 65, 'name': '我欲封天', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/3106580', 'collection': '𘜺𘜺𘜽𘜼𘜽𘜸𘜼'}
+{'rank': 64, 'name': '我有一座冒险屋', 'type_1': '悬疑', 'author': '我会修空调', 'detail_url': 'https://book.qidian.com/info/1012284323', 'collection': '𘜺𘜺𘝁𘜿𘜹𘜹𘜶'}
+{'rank': 63, 'name': '九星毒奶', 'type_1': '科幻', 'author': '育', 'detail_url': 'https://book.qidian.com/info/1013432302', 'collection': '𘜺𘜺𘜿𘜸𘝁𘜾𘜸'}
+{'rank': 62, 'name': '烂柯棋缘', 'type_1': '仙侠', 'author': '真费事', 'detail_url': 'https://book.qidian.com/info/1015990091', 'collection': '𘜺𘜺𘜸𘜹𘜺𘜽𘜹'}
+{'rank': 61, 'name': '我的徒弟都是大反派', 'type_1': '玄幻', 'author': '谋生任转蓬', 'detail_url': 'https://book.qidian.com/info/1016660823', 'collection': '𘜺𘜺𘜶𘜸𘜾𘜿𘜸'}
+{'rank': 60, 'name': '道君', 'type_1': '仙侠', 'author': '跃千愁', 'detail_url': 'https://book.qidian.com/info/1005236478', 'collection': '𘜸𘜸𘜰𘜻𘜶𘜶𘜰'}
+{'rank': 59, 'name': '吞噬星空', 'type_1': '科幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1639199', 'collection': '𘜸𘜸𘜹𘜲𘜲𘜹𘜻'}
+{'rank': 58, 'name': '武动乾坤', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/2048120', 'collection': '𘜸𘜺𘜸𘜶𘜵𘜵𘜴'}
+{'rank': 57, 'name': '朕', 'type_1': '历史', 'author': '王梓钧', 'detail_url': 'https://book.qidian.com/info/1028520538', 'collection': '𘜸𘜺𘜸𘜹𘜻𘜰𘜻'}
+{'rank': 56, 'name': '斗罗大陆II绝世唐门', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/2517792', 'collection': '𘜸𘜺𘜵𘜸𘜵𘜺𘜻'}
+{'rank': 55, 'name': '万界天尊', 'type_1': '玄幻', 'author': '血红', 'detail_url': 'https://book.qidian.com/info/1005238666', 'collection': '𘜸𘜺𘜲𘜷𘜺𘜲𘜻'}
+{'rank': 54, 'name': '亏成首富从游戏开始', 'type_1': '游戏', 'author': '青衫取醉', 'detail_url': 'https://book.qidian.com/info/1016150754', 'collection': '𘜸𘜺𘜻𘜷𘜻𘜴𘜵'}
+{'rank': 53, 'name': '超神机械师', 'type_1': '游戏', 'author': '齐佩甲', 'detail_url': 'https://book.qidian.com/info/1009480992', 'collection': '𘜸𘜺𘜶𘜷𘜺𘜴𘜰'}
+{'rank': 52, 'name': '我就是不按套路出牌', 'type_1': '轻小说', 'author': '百分之七', 'detail_url': 'https://book.qidian.com/info/1021578188', 'collection': '𘜸𘜺𘜹𘜵𘜶𘜷𘜺'}
+{'rank': 51, 'name': '不科学御兽', 'type_1': '玄幻', 'author': '轻泉流响', 'detail_url': 'https://book.qidian.com/info/1029006481', 'collection': '𘜸𘜺𘜹𘜻𘜵𘜴𘜴'}
+{'rank': 50, 'name': '盘龙', 'type_1': '奇幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1017141', 'collection': '𘜸𘜴𘜷𘜷𘜵𘜺𘜺'}
+{'rank': 49, 'name': '美食供应商', 'type_1': '都市', 'author': '会做菜的猫', 'detail_url': 'https://book.qidian.com/info/1003667321', 'collection': '𘜸𘜴𘜷𘜷𘜶𘜶𘜷'}
+{'rank': 48, 'name': '雪鹰领主', 'type_1': '玄幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/3513193', 'collection': '𘜸𘜴𘜸𘜵𘜺𘜺𘜻'}
+{'rank': 47, 'name': '将夜', 'type_1': '玄幻', 'author': '猫腻', 'detail_url': 'https://book.qidian.com/info/2083259', 'collection': '𘜸𘜴𘜸𘜻𘜺𘜰𘜶'}
+{'rank': 46, 'name': '星辰变', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/118447', 'collection': '𘜸𘜴𘜴𘜻𘜴𘜻𘜻'}
+{'rank': 45, 'name': '遮天', 'type_1': '仙侠', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1735921', 'collection': '𘜸𘜴𘜶𘜶𘜶𘜻𘜺'}
+{'rank': 44, 'name': '全职高手', 'type_1': '游戏', 'author': '蝴蝶蓝', 'detail_url': 'https://book.qidian.com/info/1887208', 'collection': '𘜸𘜴𘜰𘜹𘜹𘜷𘜹'}
+{'rank': 43, 'name': '大魏读书人', 'type_1': '仙侠', 'author': '七月未时', 'detail_url': 'https://book.qidian.com/info/1029160231', 'collection': '𘜸𘜴𘜹𘜵𘜻𘜵𘜵'}
+{'rank': 42, 'name': '凡人修仙之仙界篇', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/1010734492', 'collection': '𘜸𘜵𘜷𘜻𘜲𘜺𘜷'}
+{'rank': 41, 'name': '这个人仙太过正经', 'type_1': '仙侠', 'author': '言归正传', 'detail_url': 'https://book.qidian.com/info/1021635590', 'collection': '𘜸𘜵𘜺𘜲𘜴𘜲𘜻'}
+{'rank': 40, 'name': '轮回乐园', 'type_1': '轻小说', 'author': '那一只蚊子', 'detail_url': 'https://book.qidian.com/info/1009817672', 'collection': '𘜸𘜵𘜴𘜶𘜲𘜵𘜹'}
+{'rank': 39, 'name': '明克街13号', 'type_1': '都市', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1030870265', 'collection': '𘜸𘜵𘜵𘜲𘜲𘜵𘜻'}
+{'rank': 38, 'name': '庆余年', 'type_1': '历史', 'author': '猫腻', 'detail_url': 'https://book.qidian.com/info/114559', 'collection': '𘜸𘜵𘜹𘜷𘜷𘜵𘜶'}
+{'rank': 37, 'name': '稳住别浪', 'type_1': '都市', 'author': '跳舞', 'detail_url': 'https://book.qidian.com/info/1025325411', 'collection': '𘜸𘜲𘜴𘜸𘜹𘜶𘜷'}
+{'rank': 36, 'name': '天启预报', 'type_1': '奇幻', 'author': '风月', 'detail_url': 'https://book.qidian.com/info/1014180485', 'collection': '𘜸𘜲𘜵𘜴𘜺𘜹𘜲'}
+{'rank': 35, 'name': '深空彼岸', 'type_1': '都市', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1027339371', 'collection': '𘜸𘜲𘜵𘜻𘜹𘜴𘜹'}
+{'rank': 34, 'name': '不朽凡人', 'type_1': '仙侠', 'author': '鹅是老五', 'detail_url': 'https://book.qidian.com/info/1003307568', 'collection': '𘜸𘜲𘜻𘜴𘜺𘜸𘜶'}
+{'rank': 33, 'name': '凡人修仙传', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/107580', 'collection': '𘜸𘜲𘜻𘜰𘜴𘜺𘜵'}
+{'rank': 32, 'name': '大王饶命', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1010191960', 'collection': '𘜸𘜲𘜰𘜵𘜴𘜺𘜰'}
+{'rank': 31, 'name': '长夜余火', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1023422452', 'collection': '𘜸𘜻𘜷𘜰𘜹𘜰𘜸'}
+{'rank': 30, 'name': '飞剑问道', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1010468795', 'collection': '𘜸𘜻𘜹𘜲𘜷𘜺𘜺'}
+{'rank': 29, 'name': '平平无奇大师兄', 'type_1': '轻小说', 'author': '黑夜弥天', 'detail_url': 'https://book.qidian.com/info/1017176480', 'collection': '𘜸𘜶𘜺𘜰𘜻𘜴𘜵'}
+{'rank': 28, 'name': '赘婿', 'type_1': '历史', 'author': '愤怒的香蕉', 'detail_url': 'https://book.qidian.com/info/1979049', 'collection': '𘜸𘜶𘜲𘜲𘜴𘜶𘜰'}
+{'rank': 27, 'name': '放开那个女巫', 'type_1': '奇幻', 'author': '二目', 'detail_url': 'https://book.qidian.com/info/1003306811', 'collection': '𘜸𘜶𘜲𘜻𘜷𘜸𘜷'}
+{'rank': 26, 'name': '全球高武', 'type_1': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1012237441', 'collection': '𘜸𘜶𘜲𘜻𘜶𘜲𘜹'}
+{'rank': 25, 'name': '汉乡', 'type_1': '历史', 'author': '孑与2', 'detail_url': 'https://book.qidian.com/info/1010136878', 'collection': '𘜸𘜶𘜰𘜺𘜲𘜷𘜲'}
+{'rank': 24, 'name': '大主宰', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/2750457', 'collection': '𘜸𘜶𘜹𘜴𘜹𘜶𘜷'}
+{'rank': 23, 'name': '镇妖博物馆', 'type_1': '悬疑', 'author': '阎ZK', 'detail_url': 'https://book.qidian.com/info/1026722127', 'collection': '𘜸𘜰𘜺𘜻𘜰𘜹𘜻'}
+{'rank': 22, 'name': '这游戏也太真实了', 'type_1': '轻小说', 'author': '晨星LL', 'detail_url': 'https://book.qidian.com/info/1029391348', 'collection': '𘜸𘜰𘜶𘜵𘜸𘜶𘜰'}
+{'rank': 21, 'name': '完美世界', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/2952453', 'collection': '𘜸𘜰𘜰𘜴𘜻𘜴𘜷'}
+{'rank': 20, 'name': '斗罗大陆', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1115277', 'collection': '𘜺𘜷𘜰𘜹𘜵𘜻𘜲'}
+{'rank': 19, 'name': '玄界之门', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/3676417', 'collection': '𘜺𘜸𘜵𘜲𘜹𘜻𘜵'}
+{'rank': 18, 'name': '从今天开始做藩王', 'type_1': '历史', 'author': '背着家的蜗牛', 'detail_url': 'https://book.qidian.com/info/1023831464', 'collection': '𘜺𘜴𘜲𘜵𘜺𘜸𘜺'}
+{'rank': 17, 'name': '星门', 'type_1': '玄幻', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1027669580', 'collection': '𘜺𘜲𘜴𘜷𘜲𘜰𘜵'}
+{'rank': 16, 'name': '斗罗大陆III龙王传说', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/3681560', 'collection': '𘜺𘜲𘜴𘜺𘜻𘜶𘜺'}
+{'rank': 15, 'name': '我的治愈系游戏', 'type_1': '悬疑', 'author': '我会修空调', 'detail_url': 'https://book.qidian.com/info/1025901449', 'collection': '𘜺𘜲𘜶𘜹𘜷𘜻𘜹'}
+{'rank': 14, 'name': '我真没想重生啊', 'type_1': '都市', 'author': '柳岸花又明', 'detail_url': 'https://book.qidian.com/info/1015648531', 'collection': '𘜺𘜻𘜸𘜺𘜵𘜸𘜶'}
+{'rank': 13, 'name': '斗破苍穹', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/1209977', 'collection': '𘜺𘜻𘜴𘜺𘜲𘜸𘜰'}
+{'rank': 12, 'name': '第一序列', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1013562540', 'collection': '𘜺𘜰𘜸𘜰𘜺𘜲𘜰'}
+{'rank': 11, 'name': '牧神记', 'type_1': '玄幻', 'author': '宅猪', 'detail_url': 'https://book.qidian.com/info/1009704712', 'collection': '𘜺𘜰𘜹𘜷𘜴𘜺𘜸'}
+{'rank': 10, 'name': '开局签到荒古圣体', 'type_1': '玄幻', 'author': 'J神', 'detail_url': 'https://book.qidian.com/info/1021378513', 'collection': '𘜺𘜹𘜶𘜲𘜰𘜷𘜺'}
+{'rank': 9, 'name': '夜的命名术', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1021617576', 'collection': '𘜴𘜸𘜵𘜷𘜲𘜶𘜸'}
+{'rank': 8, 'name': '从红月开始', 'type_1': '科幻', 'author': '黑山老鬼', 'detail_url': 'https://book.qidian.com/info/1024868626', 'collection': '𘜴𘜴𘜵𘜲𘜰𘜺𘜸'}
+{'rank': 7, 'name': '万族之劫', 'type_1': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1018027842', 'collection': '𘜴𘜶𘜻𘜻𘜹𘜺𘜴'}
+{'rank': 6, 'name': '我师兄实在太稳健了', 'type_1': '仙侠', 'author': '言归正传', 'detail_url': 'https://book.qidian.com/info/1016572786', 'collection': '𘜴𘜹𘜷𘜲𘜴𘜴𘜸'}
+{'rank': 5, 'name': '修真聊天群(聊天群的日常生活)', 'type_1': '都市', 'author': '圣骑士的传说', 'detail_url': 'https://book.qidian.com/info/3602691', 'collection': '𘜵𘜵𘜲𘜵𘜶𘜰𘜹'}
+{'rank': 4, 'name': '一念永恒', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/1003354631', 'collection': '𘜵𘜵𘜲𘜲𘜹𘜸𘜴'}
+{'rank': 3, 'name': '大奉打更人', 'type_1': '仙侠', 'author': '卖报小郎君', 'detail_url': 'https://book.qidian.com/info/1019664125', 'collection': '𘜵𘜶𘜶𘜹𘜻𘜲𘜰'}
+{'rank': 2, 'name': '诡秘之主', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1010868264', 'collection': '𘜲𘜶𘜻𘜲𘜰𘜹𘜸'}
+{'rank': 1, 'name': '圣墟', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1004608738', 'collection': '𘜻𘜶𘜷𘜹𘜴𘜲𘜺'}
+{'rank': 100, 'name': '从神探李元芳开始', 'type_1': '历史', 'author': '兴霸天', 'detail_url': 'https://book.qidian.com/info/1031580762', 'collection': '𘞲𘞩𘞭𘞮'}
+{'rank': 99, 'name': '恋上青梅这件事', 'type_1': '都市', 'author': '转角吻猪', 'detail_url': 'https://book.qidian.com/info/1033340149', 'collection': '𘞲𘞱𘞴𘞴'}
+{'rank': 98, 'name': '道诡异仙', 'type_1': '玄幻', 'author': '狐尾的笔', 'detail_url': 'https://book.qidian.com/info/1031794030', 'collection': '𘞲𘞱𘞩𘞴'}
+{'rank': 97, 'name': '最初进化', 'type_1': '玄幻', 'author': '卷土', 'detail_url': 'https://book.qidian.com/info/1017021237', 'collection': '𘞲𘞱𘞬𘞴'}
+{'rank': 96, 'name': '每天都离现形更近一步', 'type_1': '科幻', 'author': '陈词懒调', 'detail_url': 'https://book.qidian.com/info/1025461668', 'collection': '𘞲𘞱𘞭𘞴'}
+{'rank': 95, 'name': '这个网游策划果然有问题', 'type_1': '轻小说', 'author': '献歌', 'detail_url': 'https://book.qidian.com/info/1032832233', 'collection': '𘞲𘞱𘞭𘞳'}
+{'rank': 94, 'name': '大梦主', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/1016534035', 'collection': '𘞲𘞱𘞯𘞱'}
+{'rank': 93, 'name': '重生大时代之1993', 'type_1': '都市', 'author': '三月麻竹', 'detail_url': 'https://book.qidian.com/info/1027697153', 'collection': '𘞲𘞱𘞯𘞬'}
+{'rank': 92, 'name': '医路坦途', 'type_1': '都市', 'author': '臧福生', 'detail_url': 'https://book.qidian.com/info/1013477299', 'collection': '𘞲𘞫𘞴𘞮'}
+{'rank': 91, 'name': '英雄无敌之隐藏建筑大师', 'type_1': '游戏', 'author': '凶猛公仓鼠', 'detail_url': 'https://book.qidian.com/info/1031812496', 'collection': '𘞲𘞫𘞱𘞬'}
+{'rank': 90, 'name': '讨逆', 'type_1': '历史', 'author': '迪巴拉爵士', 'detail_url': 'https://book.qidian.com/info/1031612594', 'collection': '𘞲𘞫𘞬𘞬'}
+{'rank': 89, 'name': '某霍格沃茨的魔文教授', 'type_1': '轻小说', 'author': '韩游思', 'detail_url': 'https://book.qidian.com/info/1027307054', 'collection': '𘞲𘞫𘞭𘞬'}
+{'rank': 88, 'name': '德云副总,从退出主流开始', 'type_1': '都市', 'author': '雪色香槟', 'detail_url': 'https://book.qidian.com/info/1033405675', 'collection': '𘞲𘞬𘞱𘞴'}
+{'rank': 87, 'name': '大明第一臣', 'type_1': '历史', 'author': '青史尽成灰', 'detail_url': 'https://book.qidian.com/info/1031417905', 'collection': '𘞲𘞬𘞱𘞬'}
+{'rank': 86, 'name': '红楼之挽天倾', 'type_1': '历史', 'author': '林悦南兮', 'detail_url': 'https://book.qidian.com/info/1032610158', 'collection': '𘞲𘞬𘞫𘞴'}
+{'rank': 85, 'name': '骗了康熙', 'type_1': '历史', 'author': '大司空', 'detail_url': 'https://book.qidian.com/info/1031777423', 'collection': '𘞲𘞬𘞳𘞱'}
+{'rank': 84, 'name': '奶爸学园', 'type_1': '都市', 'author': '剑沉黄海', 'detail_url': 'https://book.qidian.com/info/1021836787', 'collection': '𘞲𘞭𘞲𘞴'}
+{'rank': 83, 'name': '人在神国,刚成人间收容物', 'type_1': '玄幻', 'author': '白天太白', 'detail_url': 'https://book.qidian.com/info/1028273269', 'collection': '𘞲𘞭𘞲𘞴'}
+{'rank': 82, 'name': '7号基地', 'type_1': '科幻', 'author': '净无痕', 'detail_url': 'https://book.qidian.com/info/1033533370', 'collection': '𘞲𘞭𘞲𘞭'}
+{'rank': 81, 'name': '数风流人物', 'type_1': '历史', 'author': '瑞根', 'detail_url': 'https://book.qidian.com/info/1017596768', 'collection': '𘞲𘞭𘞬𘞮'}
+{'rank': 80, 'name': '进化的四十六亿重奏', 'type_1': '科幻', 'author': '相位行者', 'detail_url': 'https://book.qidian.com/info/2718601', 'collection': '𘞲𘞳𘞩𘞮'}
+{'rank': 79, 'name': '朕', 'type_1': '历史', 'author': '王梓钧', 'detail_url': 'https://book.qidian.com/info/1028520538', 'collection': '𘞲𘞳𘞭𘞴'}
+{'rank': 78, 'name': '星界使徒', 'type_1': '游戏', 'author': '齐佩甲', 'detail_url': 'https://book.qidian.com/info/1030925549', 'collection': '𘞲𘞳𘞯𘞳'}
+{'rank': 77, 'name': '诸界第一因', 'type_1': '玄幻', 'author': '裴屠狗', 'detail_url': 'https://book.qidian.com/info/1029701421', 'collection': '𘞲𘞯𘞩𘞴'}
+{'rank': 76, 'name': '禁区之狐', 'type_1': '体育', 'author': '林海听涛', 'detail_url': 'https://book.qidian.com/info/1017653178', 'collection': '𘞲𘞯𘞭𘞮'}
+{'rank': 75, 'name': '我在修仙界长生不死', 'type_1': '仙侠', 'author': '木工米青', 'detail_url': 'https://book.qidian.com/info/1031146750', 'collection': '𘞲𘞯𘞭𘞴'}
+{'rank': 74, 'name': '忘川镜', 'type_1': '科幻', 'author': '老必登', 'detail_url': 'https://book.qidian.com/info/1027078641', 'collection': '𘞴𘞮𘞴𘞴'}
+{'rank': 73, 'name': '诡秘:从阅读者开始', 'type_1': '玄幻', 'author': '名火速返', 'detail_url': 'https://book.qidian.com/info/1026292682', 'collection': '𘞴𘞮𘞬𘞯'}
+{'rank': 72, 'name': '这个明星很想退休', 'type_1': '都市', 'author': '幼儿园一把手', 'detail_url': 'https://book.qidian.com/info/1029510590', 'collection': '𘞴𘞮𘞭𘞬'}
+{'rank': 71, 'name': '我就是神!', 'type_1': '玄幻', 'author': '历史里吹吹风', 'detail_url': 'https://book.qidian.com/info/1029247985', 'collection': '𘞴𘞮𘞯𘞳'}
+{'rank': 70, 'name': '公子别秀', 'type_1': '玄幻', 'author': '荣小荣', 'detail_url': 'https://book.qidian.com/info/1031101410', 'collection': '𘞴𘞮𘞯𘞳'}
+{'rank': 69, 'name': '关于我成为灭魂师之后', 'type_1': '玄幻', 'author': '蓝染.惣右介', 'detail_url': 'https://book.qidian.com/info/1030975016', 'collection': '𘞴𘞲𘞮𘞴'}
+{'rank': 68, 'name': '谁还不是个修行者了', 'type_1': '轻小说', 'author': '金色茉莉花', 'detail_url': 'https://book.qidian.com/info/1031784529', 'collection': '𘞴𘞲𘞮𘞴'}
+{'rank': 67, 'name': '影帝他不想当太监', 'type_1': '都市', 'author': '江公子阿宝', 'detail_url': 'https://book.qidian.com/info/1031493625', 'collection': '𘞴𘞲𘞫𘞮'}
+{'rank': 66, 'name': '镜面管理局', 'type_1': '玄幻', 'author': '横扫天涯', 'detail_url': 'https://book.qidian.com/info/1030905025', 'collection': '𘞴𘞲𘞬𘞮'}
+{'rank': 65, 'name': '仙子很凶', 'type_1': '仙侠', 'author': '关关公子', 'detail_url': 'https://book.qidian.com/info/1026684143', 'collection': '𘞴𘞲𘞬𘞱'}
+{'rank': 64, 'name': '弃宇宙', 'type_1': '仙侠', 'author': '鹅是老五', 'detail_url': 'https://book.qidian.com/info/1025677149', 'collection': '𘞴𘞴𘞩𘞱'}
+{'rank': 63, 'name': '射手凶猛', 'type_1': '游戏', 'author': '初四兮', 'detail_url': 'https://book.qidian.com/info/1030052039', 'collection': '𘞴𘞩𘞫𘞱'}
+{'rank': 62, 'name': '晚唐浮生', 'type_1': '历史', 'author': '孤独麦客', 'detail_url': 'https://book.qidian.com/info/1028365093', 'collection': '𘞴𘞱𘞮𘞬'}
+{'rank': 61, 'name': '锦唐', 'type_1': '历史', 'author': '桐棠', 'detail_url': 'https://book.qidian.com/info/1033694734', 'collection': '𘞴𘞱𘞲𘞯'}
+{'rank': 60, 'name': '宇宙职业选手', 'type_1': '科幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1031581171', 'collection': '𘞴𘞱𘞩𘞳'}
+{'rank': 59, 'name': '我真不想跟神仙打架', 'type_1': '都市', 'author': '中秋月明', 'detail_url': 'https://book.qidian.com/info/1029968248', 'collection': '𘞴𘞱𘞱𘞴'}
+{'rank': 58, 'name': '回到2002当医生', 'type_1': '都市', 'author': '真熊初墨', 'detail_url': 'https://book.qidian.com/info/1029398295', 'collection': '𘞴𘞱𘞫𘞱'}
+{'rank': 57, 'name': '天启预报', 'type_1': '奇幻', 'author': '风月', 'detail_url': 'https://book.qidian.com/info/1014180485', 'collection': '𘞴𘞱𘞬𘞳'}
+{'rank': 56, 'name': '柯南里的捡尸人', 'type_1': '轻小说', 'author': '仙舟', 'detail_url': 'https://book.qidian.com/info/1025089307', 'collection': '𘞴𘞫𘞯𘞬'}
+{'rank': 55, 'name': '赤侠', 'type_1': '仙侠', 'author': '红烧大黑鱼', 'detail_url': 'https://book.qidian.com/info/1033154031', 'collection': '𘞴𘞬𘞮𘞳'}
+{'rank': 54, 'name': '修复师', 'type_1': '都市', 'author': '打眼', 'detail_url': 'https://book.qidian.com/info/1030568772', 'collection': '𘞴𘞬𘞫𘞮'}
+{'rank': 53, 'name': '倾覆之塔', 'type_1': '科幻', 'author': '不祈十弦', 'detail_url': 'https://book.qidian.com/info/1032977339', 'collection': '𘞴𘞬𘞭𘞴'}
+{'rank': 52, 'name': '我的治愈系游戏', 'type_1': '悬疑', 'author': '我会修空调', 'detail_url': 'https://book.qidian.com/info/1025901449', 'collection': '𘞴𘞭𘞫𘞴'}
+{'rank': 51, 'name': '神秘之劫', 'type_1': '游戏', 'author': '文抄公', 'detail_url': 'https://book.qidian.com/info/1030011567', 'collection': '𘞴𘞳𘞯𘞳'}
+{'rank': 50, 'name': '俗主', 'type_1': '科幻', 'author': '南腔北调', 'detail_url': 'https://book.qidian.com/info/1027596849', 'collection': '𘞴𘞯𘞴𘞴'}
+{'rank': 49, 'name': '修仙就是这样子的', 'type_1': '仙侠', 'author': '凤嘲凰', 'detail_url': 'https://book.qidian.com/info/1031587468', 'collection': '𘞴𘞯𘞱𘞬'}
+{'rank': 48, 'name': '我的夫人竟是魔教教主', 'type_1': '玄幻', 'author': '倔强的小肥兔', 'detail_url': 'https://book.qidian.com/info/1031527636', 'collection': '𘞴𘞯𘞫𘞬'}
+{'rank': 47, 'name': 'LOL:这个男人太强了!', 'type_1': '游戏', 'author': '一片苏叶', 'detail_url': 'https://book.qidian.com/info/1031260171', 'collection': '𘞴𘞯𘞳𘞮'}
+{'rank': 46, 'name': '大明小学生', 'type_1': '历史', 'author': '随轻风去', 'detail_url': 'https://book.qidian.com/info/1027459312', 'collection': '𘞩𘞮𘞮𘞱'}
+{'rank': 45, 'name': '我在1982有个家', 'type_1': '都市', 'author': '全金属弹壳', 'detail_url': 'https://book.qidian.com/info/1031440041', 'collection': '𘞩𘞮𘞲𘞮'}
+{'rank': 44, 'name': '师姐,我不想努力了', 'type_1': '仙侠', 'author': '暗狱领主', 'detail_url': 'https://book.qidian.com/info/1033402986', 'collection': '𘞩𘞮𘞭𘞮'}
+{'rank': 43, 'name': '模拟:大国科技', 'type_1': '科幻', 'author': '九月酱', 'detail_url': 'https://book.qidian.com/info/1033013151', 'collection': '𘞩𘞮𘞳𘞴'}
+{'rank': 42, 'name': '半仙', 'type_1': '仙侠', 'author': '跃千愁', 'detail_url': 'https://book.qidian.com/info/1020180183', 'collection': '𘞩𘞲𘞭𘞱'}
+{'rank': 41, 'name': '镇妖博物馆', 'type_1': '悬疑', 'author': '阎ZK', 'detail_url': 'https://book.qidian.com/info/1026722127', 'collection': '𘞩𘞩𘞮𘞱'}
+{'rank': 40, 'name': '艾泽拉斯阴影轨迹', 'type_1': '游戏', 'author': '帅犬弗兰克', 'detail_url': 'https://book.qidian.com/info/1028005898', 'collection': '𘛙𘛙𘛕𘛑'}
+{'rank': 39, 'name': '精灵世界的底层训练家', 'type_1': '轻小说', 'author': '说唱鸽', 'detail_url': 'https://book.qidian.com/info/1029939166', 'collection': '𘛙𘛕𘛖𘛒'}
+{'rank': 38, 'name': '重生之似水流年', 'type_1': '都市', 'author': '苍山月', 'detail_url': 'https://book.qidian.com/info/1027551057', 'collection': '𘛙𘛕𘛔𘛓'}
+{'rank': 37, 'name': '小生意', 'type_1': '都市', 'author': '飘荡墨尔本', 'detail_url': 'https://book.qidian.com/info/1033143021', 'collection': '𘛙𘛒𘛚𘛔'}
+{'rank': 36, 'name': '神秘复苏', 'type_1': '仙侠', 'author': '佛前献花', 'detail_url': 'https://book.qidian.com/info/1012584111', 'collection': '𘛙𘛏𘛖𘛒'}
+{'rank': 35, 'name': '碧落天刀', 'type_1': '玄幻', 'author': '风凌天下', 'detail_url': 'https://book.qidian.com/info/1031805005', 'collection': '𘛙𘛖𘛑𘛗'}
+{'rank': 34, 'name': '术师手册', 'type_1': '轻小说', 'author': '听日', 'detail_url': 'https://book.qidian.com/info/1025990049', 'collection': '𘛙𘛔𘛓𘛓'}
+{'rank': 33, 'name': '在美漫当心灵导师的日子', 'type_1': '轻小说', 'author': '遇牧烧绳', 'detail_url': 'https://book.qidian.com/info/1032768092', 'collection': '𘛙𘛔𘛓𘛒'}
+{'rank': 32, 'name': '我的属性修行人生', 'type_1': '玄幻', 'author': '滚开', 'detail_url': 'https://book.qidian.com/info/1033060374', 'collection': '𘛙𘛔𘛗𘛖'}
+{'rank': 31, 'name': '诸天万界:主角都是我弟', 'type_1': '诸天无限', 'author': '有腹肌的园长', 'detail_url': 'https://book.qidian.com/info/1032669399', 'collection': '𘛕𘛓𘛑𘛕'}
+{'rank': 30, 'name': '黜龙', 'type_1': '历史', 'author': '榴弹怕水', 'detail_url': 'https://book.qidian.com/info/1031516087', 'collection': '𘛕𘛚𘛔𘛖'}
+{'rank': 29, 'name': '皓玉真仙', 'type_1': '仙侠', 'author': '小道不讲武德', 'detail_url': 'https://book.qidian.com/info/1025172188', 'collection': '𘛕𘛙𘛕𘛗'}
+{'rank': 28, 'name': '我已不做大佬好多年', 'type_1': '都市', 'author': '萌俊', 'detail_url': 'https://book.qidian.com/info/1030846729', 'collection': '𘛕𘛗𘛑𘛖'}
+{'rank': 27, 'name': '女主从书里跑出来了怎么办', 'type_1': '都市', 'author': '姬叉', 'detail_url': 'https://book.qidian.com/info/1031581482', 'collection': '𘛕𘛒𘛖𘛗'}
+{'rank': 26, 'name': '高天之上', 'type_1': '奇幻', 'author': '阴天神隐', 'detail_url': 'https://book.qidian.com/info/1032977639', 'collection': '𘛕𘛔𘛓𘛖'}
+{'rank': 25, 'name': '开局账号被盗,反手充值一百万', 'type_1': '都市', 'author': '酒剑仙人', 'detail_url': 'https://book.qidian.com/info/1033058050', 'collection': '𘛗𘛓𘛑𘛙'}
+{'rank': 24, 'name': '赤心巡天', 'type_1': '仙侠', 'author': '情何以甚', 'detail_url': 'https://book.qidian.com/info/1016530091', 'collection': '𘛗𘛚𘛚𘛑'}
+{'rank': 23, 'name': '空港喵影', 'type_1': '都市', 'author': '惰堕', 'detail_url': 'https://book.qidian.com/info/1033547963', 'collection': '𘛗𘛗𘛚𘛓'}
+{'rank': 22, 'name': '神话版三国', 'type_1': '历史', 'author': '坟土荒草', 'detail_url': 'https://book.qidian.com/info/3223937', 'collection': '𘛒𘛚𘛏𘛑'}
+{'rank': 21, 'name': '终宋', 'type_1': '历史', 'author': '怪诞的表哥', 'detail_url': 'https://book.qidian.com/info/1030453176', 'collection': '𘛒𘛑𘛓𘛓'}
+{'rank': 20, 'name': '天庭最后一个大佬', 'type_1': '仙侠', 'author': '言归正传', 'detail_url': 'https://book.qidian.com/info/1033052560', 'collection': '𘛒𘛕𘛗𘛏'}
+{'rank': 19, 'name': '长夜余火', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1023422452', 'collection': '𘛏𘛗𘛒𘛕'}
+{'rank': 18, 'name': '什么叫六边形打野啊', 'type_1': '游戏', 'author': '这很科学啊', 'detail_url': 'https://book.qidian.com/info/1031785579', 'collection': '𘛏𘛔𘛙𘛑'}
+{'rank': 17, 'name': '深空彼岸', 'type_1': '都市', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1027339371', 'collection': '𘛖𘛑𘛙𘛒'}
+{'rank': 16, 'name': '家父汉高祖', 'type_1': '历史', 'author': '历史系之狼', 'detail_url': 'https://book.qidian.com/info/1032822816', 'collection': '𘛖𘛑𘛔𘛒'}
+{'rank': 15, 'name': '轮回乐园', 'type_1': '轻小说', 'author': '那一只蚊子', 'detail_url': 'https://book.qidian.com/info/1009817672', 'collection': '𘛔𘛓𘛒𘛕'}
+{'rank': 14, 'name': '人族镇守使', 'type_1': '玄幻', 'author': '白驹易逝', 'detail_url': 'https://book.qidian.com/info/1026225232', 'collection': '𘛔𘛗𘛗𘛑'}
+{'rank': 13, 'name': '我只想安静的做个苟道中人', 'type_1': '仙侠', 'author': '爆炸小拿铁', 'detail_url': 'https://book.qidian.com/info/1026694115', 'collection': '𘛚𘛓𘛏𘛒𘛚'}
+{'rank': 12, 'name': '捕星之从超级玩具工厂开始', 'type_1': '都市', 'author': '笨蛋老头', 'detail_url': 'https://book.qidian.com/info/1033523308', 'collection': '𘛚𘛚𘛓𘛕𘛔'}
+{'rank': 11, 'name': '保护我方族长', 'type_1': '玄幻', 'author': '傲无常', 'detail_url': 'https://book.qidian.com/info/1024121691', 'collection': '𘛚𘛚𘛓𘛒𘛔'}
+{'rank': 10, 'name': '这游戏也太真实了', 'type_1': '轻小说', 'author': '晨星LL', 'detail_url': 'https://book.qidian.com/info/1029391348', 'collection': '𘛚𘛚𘛕𘛔𘛓'}
+{'rank': 9, 'name': '我绑架了时间线', 'type_1': '科幻', 'author': '一刀斩斩斩', 'detail_url': 'https://book.qidian.com/info/1027606717', 'collection': '𘛙𘛓𘛗𘛙𘛕'}
+{'rank': 8, 'name': '青莲之巅', 'type_1': '仙侠', 'author': '肖十一莫', 'detail_url': 'https://book.qidian.com/info/1015804431', 'collection': '𘛙𘛗𘛏𘛙𘛕'}
+{'rank': 7, 'name': '星门', 'type_1': '玄幻', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1027669580', 'collection': '𘛙𘛒𘛓𘛗𘛔'}
+{'rank': 6, 'name': '不科学御兽', 'type_1': '玄幻', 'author': '轻泉流响', 'detail_url': 'https://book.qidian.com/info/1029006481', 'collection': '𘛙𘛒𘛚𘛖𘛒'}
+{'rank': 5, 'name': '我用闲书成圣人', 'type_1': '仙侠', 'author': '出走八万里', 'detail_url': 'https://book.qidian.com/info/1028463573', 'collection': '𘛙𘛏𘛖𘛓𘛓'}
+{'rank': 4, 'name': '明克街13号', 'type_1': '都市', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1030870265', 'collection': '𘛙𘛔𘛖𘛖𘛑'}
+{'rank': 3, 'name': '灵境行者', 'type_1': '科幻', 'author': '卖报小郎君', 'detail_url': 'https://book.qidian.com/info/1031940621', 'collection': '𘛒𘛔𘛖𘛕𘛗'}
+{'rank': 2, 'name': '择日飞升', 'type_1': '仙侠', 'author': '宅猪', 'detail_url': 'https://book.qidian.com/info/1032778366', 'collection': '𘛔𘛕𘛏𘛒𘛔'}
+{'rank': 1, 'name': '夜的命名术', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1021617576', 'collection': '𘛚𘛓𘛙𘛙𘛑𘛕'}
+{'rank': 100, 'name': '这个诅咒太棒了', 'type_1': '都市', 'author': '行者有三', 'detail_url': 'https://book.qidian.com/info/1024722226', 'collection': '𘝱𘝰𘝰𘝰𘝲𘝮'}
+{'rank': 99, 'name': '深夜书屋', 'type_1': '悬疑', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1011335417', 'collection': '𘝱𘝰𘝭𘝲𘝯𘝴'}
+{'rank': 98, 'name': '九鼎记', 'type_1': '武侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1321320', 'collection': '𘝱𘝱𘝰𘝴𘝵𘝴'}
+{'rank': 97, 'name': '赤心巡天', 'type_1': '仙侠', 'author': '情何以甚', 'detail_url': 'https://book.qidian.com/info/1016530091', 'collection': '𘝱𘝴𘝫𘝲𘝫𘝲'}
+{'rank': 96, 'name': '惊悚乐园', 'type_1': '游戏', 'author': '三天两觉', 'detail_url': 'https://book.qidian.com/info/2597043', 'collection': '𘝱𘝴𘝱𘝲𘝵𘝱'}
+{'rank': 95, 'name': '斗罗大陆V重生唐三', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1027996625', 'collection': '𘝱𘝭𘝯𘝰𘝱𘝳'}
+{'rank': 94, 'name': '术师手册', 'type_1': '轻小说', 'author': '听日', 'detail_url': 'https://book.qidian.com/info/1025990049', 'collection': '𘝱𘝭𘝫𘝮𘝲𘝰'}
+{'rank': 93, 'name': '宇宙职业选手', 'type_1': '科幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1031581171', 'collection': '𘝱𘝭𘝵𘝴𘝰𘝯'}
+{'rank': 92, 'name': '原来我是修仙大佬', 'type_1': '仙侠', 'author': '木下雉水', 'detail_url': 'https://book.qidian.com/info/1022314396', 'collection': '𘝴𘝲𘝳𘝵𘝫𘝮'}
+{'rank': 91, 'name': '金刚不坏大寨主', 'type_1': '武侠', 'author': '徍男', 'detail_url': 'https://book.qidian.com/info/1023502814', 'collection': '𘝴𘝲𘝰𘝭𘝲𘝳'}
+{'rank': 90, 'name': '明天下', 'type_1': '历史', 'author': '孑与2', 'detail_url': 'https://book.qidian.com/info/1015609210', 'collection': '𘝴𘝳𘝭𘝭𘝭𘝯'}
+{'rank': 89, 'name': '异常生物见闻录', 'type_1': '科幻', 'author': '远瞳', 'detail_url': 'https://book.qidian.com/info/3242304', 'collection': '𘝴𘝫𘝮𘝱𘝮𘝮'}
+{'rank': 88, 'name': '极道天魔', 'type_1': '仙侠', 'author': '滚开', 'detail_url': 'https://book.qidian.com/info/1005401501', 'collection': '𘝴𘝫𘝱𘝱𘝳𘝳'}
+{'rank': 87, 'name': '史上第一混乱', 'type_1': '都市', 'author': '张小花', 'detail_url': 'https://book.qidian.com/info/174075', 'collection': '𘝴𘝵𘝫𘝳𘝴𘝴'}
+{'rank': 86, 'name': '校花的贴身高手', 'type_1': '都市', 'author': '鱼人二代', 'detail_url': 'https://book.qidian.com/info/1931432', 'collection': '𘝴𘝵𘝭𘝵𘝯𘝮'}
+{'rank': 85, 'name': '我的女友是恶劣大小姐', 'type_1': '轻小说', 'author': '掠过的乌鸦', 'detail_url': 'https://book.qidian.com/info/1021671831', 'collection': '𘝴𘝮𘝳𘝲𘝴𘝳'}
+{'rank': 84, 'name': '我用闲书成圣人', 'type_1': '仙侠', 'author': '出走八万里', 'detail_url': 'https://book.qidian.com/info/1028463573', 'collection': '𘝴𘝮𘝫𘝱𘝫𘝰'}
+{'rank': 83, 'name': '莽荒纪', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/2502372', 'collection': '𘝴𘝮𘝫𘝴𘝲𘝴'}
+{'rank': 82, 'name': '一世之尊', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/3249362', 'collection': '𘝴𘝮𘝭𘝱𘝲𘝰'}
+{'rank': 81, 'name': '绍宋', 'type_1': '历史', 'author': '榴弹怕水', 'detail_url': 'https://book.qidian.com/info/1017281778', 'collection': '𘝴𘝰𘝮𘝫𘝮𘝲'}
+{'rank': 80, 'name': '兰若蝉声', 'type_1': '短篇', 'author': '扫叶僧', 'detail_url': 'https://book.qidian.com/info/1016459104', 'collection': '𘝴𘝰𘝰𘝲𘝳𘝳'}
+{'rank': 79, 'name': '仙逆', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/1264634', 'collection': '𘝴𘝱𘝰𘝫𘝵𘝲'}
+{'rank': 78, 'name': '魔临', 'type_1': '悬疑', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1016560323', 'collection': '𘝴𘝴𘝭𘝫𘝱𘝵'}
+{'rank': 77, 'name': '神墓', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/63856', 'collection': '𘝭𘝲𘝳𘝴𘝯𘝳'}
+{'rank': 76, 'name': '天道图书馆', 'type_1': '玄幻', 'author': '横扫天涯', 'detail_url': 'https://book.qidian.com/info/1004179514', 'collection': '𘝭𘝮𘝭𘝭𘝭𘝴'}
+{'rank': 75, 'name': '神秘复苏', 'type_1': '仙侠', 'author': '佛前献花', 'detail_url': 'https://book.qidian.com/info/1012584111', 'collection': '𘝭𘝰𘝲𘝴𘝫𘝳'}
+{'rank': 74, 'name': '黎明之剑', 'type_1': '科幻', 'author': '远瞳', 'detail_url': 'https://book.qidian.com/info/1010400217', 'collection': '𘝭𘝰𘝭𘝰𘝲𘝵'}
+{'rank': 73, 'name': '学霸的黑科技系统', 'type_1': '科幻', 'author': '晨星LL', 'detail_url': 'https://book.qidian.com/info/1011449273', 'collection': '𘝭𘝴𘝯𘝳𘝲𘝵'}
+{'rank': 72, 'name': '视死如归魏君子', 'type_1': '轻小说', 'author': '平层', 'detail_url': 'https://book.qidian.com/info/1027440366', 'collection': '𘝭𘝭𘝴𘝵𘝳𘝮'}
+{'rank': 71, 'name': '斗罗大陆IV终极斗罗', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1013406185', 'collection': '𘝳𘝲𘝲𘝯𘝱𘝮𘝱'}
+{'rank': 70, 'name': '大梦主', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/1016534035', 'collection': '𘝳𘝲𘝯𘝵𘝫𘝵𘝯'}
+{'rank': 69, 'name': '临渊行', 'type_1': '玄幻', 'author': '宅猪', 'detail_url': 'https://book.qidian.com/info/1017125042', 'collection': '𘝳𘝲𘝫𘝲𘝵𘝴𘝭'}
+{'rank': 68, 'name': '从斗罗开始打卡', 'type_1': '轻小说', 'author': '夏竖琴', 'detail_url': 'https://book.qidian.com/info/1016869634', 'collection': '𘝳𘝲𘝫𘝰𘝰𘝭𘝮'}
+{'rank': 67, 'name': '盗墓笔记', 'type_1': '悬疑', 'author': '南派三叔', 'detail_url': 'https://book.qidian.com/info/68223', 'collection': '𘝳𘝲𘝮𘝳𘝭𘝳𘝯'}
+{'rank': 66, 'name': '签到十年,我被绝色师姐曝光了', 'type_1': '玄幻', 'author': '卿慕寒', 'detail_url': 'https://book.qidian.com/info/1025826037', 'collection': '𘝳𘝲𘝮𘝮𘝵𘝯𘝭'}
+{'rank': 65, 'name': '我欲封天', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/3106580', 'collection': '𘝳𘝳𘝲𘝭𘝲𘝵𘝭'}
+{'rank': 64, 'name': '我有一座冒险屋', 'type_1': '悬疑', 'author': '我会修空调', 'detail_url': 'https://book.qidian.com/info/1012284323', 'collection': '𘝳𘝳𘝯𘝫𘝰𘝰𘝱'}
+{'rank': 63, 'name': '九星毒奶', 'type_1': '科幻', 'author': '育', 'detail_url': 'https://book.qidian.com/info/1013432302', 'collection': '𘝳𘝳𘝫𘝵𘝯𘝴𘝵'}
+{'rank': 62, 'name': '烂柯棋缘', 'type_1': '仙侠', 'author': '真费事', 'detail_url': 'https://book.qidian.com/info/1015990091', 'collection': '𘝳𘝳𘝵𘝰𘝳𘝲𘝰'}
+{'rank': 61, 'name': '我的徒弟都是大反派', 'type_1': '玄幻', 'author': '谋生任转蓬', 'detail_url': 'https://book.qidian.com/info/1016660823', 'collection': '𘝳𘝳𘝱𘝵𘝴𘝫𘝵'}
+{'rank': 60, 'name': '道君', 'type_1': '仙侠', 'author': '跃千愁', 'detail_url': 'https://book.qidian.com/info/1005236478', 'collection': '𘝳𘝳𘝴𘝰𘝱𘝱𘝴'}
+{'rank': 59, 'name': '吞噬星空', 'type_1': '科幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1639199', 'collection': '𘝳𘝳𘝭𘝮𘝮𘝭𘝰'}
+{'rank': 58, 'name': '武动乾坤', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/2048120', 'collection': '𘝳𘝯𘝳𘝱𘝵𘝵𘝫'}
+{'rank': 57, 'name': '朕', 'type_1': '历史', 'author': '王梓钧', 'detail_url': 'https://book.qidian.com/info/1028520538', 'collection': '𘝳𘝯𘝳𘝭𘝰𘝴𘝰'}
+{'rank': 56, 'name': '斗罗大陆II绝世唐门', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/2517792', 'collection': '𘝳𘝯𘝵𘝳𘝵𘝯𘝰'}
+{'rank': 55, 'name': '万界天尊', 'type_1': '玄幻', 'author': '血红', 'detail_url': 'https://book.qidian.com/info/1005238666', 'collection': '𘝳𘝯𘝮𘝲𘝯𘝮𘝰'}
+{'rank': 54, 'name': '亏成首富从游戏开始', 'type_1': '游戏', 'author': '青衫取醉', 'detail_url': 'https://book.qidian.com/info/1016150754', 'collection': '𘝳𘝯𘝰𘝲𘝰𘝫𘝵'}
+{'rank': 53, 'name': '超神机械师', 'type_1': '游戏', 'author': '齐佩甲', 'detail_url': 'https://book.qidian.com/info/1009480992', 'collection': '𘝳𘝯𘝱𘝲𘝯𘝫𘝴'}
+{'rank': 52, 'name': '我就是不按套路出牌', 'type_1': '轻小说', 'author': '百分之七', 'detail_url': 'https://book.qidian.com/info/1021578188', 'collection': '𘝳𘝯𘝭𘝵𘝱𘝲𘝯'}
+{'rank': 51, 'name': '不科学御兽', 'type_1': '玄幻', 'author': '轻泉流响', 'detail_url': 'https://book.qidian.com/info/1029006481', 'collection': '𘝳𘝯𘝭𘝰𘝵𘝫𘝫'}
+{'rank': 50, 'name': '盘龙', 'type_1': '奇幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1017141', 'collection': '𘝳𘝫𘝲𘝲𘝵𘝯𘝯'}
+{'rank': 49, 'name': '美食供应商', 'type_1': '都市', 'author': '会做菜的猫', 'detail_url': 'https://book.qidian.com/info/1003667321', 'collection': '𘝳𘝫𘝲𘝲𘝱𘝱𘝲'}
+{'rank': 48, 'name': '雪鹰领主', 'type_1': '玄幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/3513193', 'collection': '𘝳𘝫𘝳𘝵𘝯𘝯𘝰'}
+{'rank': 47, 'name': '将夜', 'type_1': '玄幻', 'author': '猫腻', 'detail_url': 'https://book.qidian.com/info/2083259', 'collection': '𘝳𘝫𘝳𘝰𘝯𘝴𘝱'}
+{'rank': 46, 'name': '星辰变', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/118447', 'collection': '𘝳𘝫𘝫𘝰𘝫𘝰𘝰'}
+{'rank': 45, 'name': '遮天', 'type_1': '仙侠', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1735921', 'collection': '𘝳𘝫𘝱𘝱𘝱𘝰𘝯'}
+{'rank': 44, 'name': '全职高手', 'type_1': '游戏', 'author': '蝴蝶蓝', 'detail_url': 'https://book.qidian.com/info/1887208', 'collection': '𘝳𘝫𘝴𘝭𘝭𘝲𘝭'}
+{'rank': 43, 'name': '大魏读书人', 'type_1': '仙侠', 'author': '七月未时', 'detail_url': 'https://book.qidian.com/info/1029160231', 'collection': '𘝳𘝫𘝭𘝵𘝰𘝵𘝵'}
+{'rank': 42, 'name': '凡人修仙之仙界篇', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/1010734492', 'collection': '𘝳𘝵𘝲𘝰𘝮𘝯𘝲'}
+{'rank': 41, 'name': '这个人仙太过正经', 'type_1': '仙侠', 'author': '言归正传', 'detail_url': 'https://book.qidian.com/info/1021635590', 'collection': '𘝳𘝵𘝯𘝮𘝫𘝮𘝰'}
+{'rank': 40, 'name': '轮回乐园', 'type_1': '轻小说', 'author': '那一只蚊子', 'detail_url': 'https://book.qidian.com/info/1009817672', 'collection': '𘝳𘝵𘝫𘝱𘝮𘝵𘝭'}
+{'rank': 39, 'name': '明克街13号', 'type_1': '都市', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1030870265', 'collection': '𘝳𘝵𘝵𘝮𘝮𘝵𘝰'}
+{'rank': 38, 'name': '庆余年', 'type_1': '历史', 'author': '猫腻', 'detail_url': 'https://book.qidian.com/info/114559', 'collection': '𘝳𘝵𘝭𘝲𘝲𘝵𘝱'}
+{'rank': 37, 'name': '稳住别浪', 'type_1': '都市', 'author': '跳舞', 'detail_url': 'https://book.qidian.com/info/1025325411', 'collection': '𘝳𘝮𘝫𘝳𘝭𘝱𘝲'}
+{'rank': 36, 'name': '天启预报', 'type_1': '奇幻', 'author': '风月', 'detail_url': 'https://book.qidian.com/info/1014180485', 'collection': '𘝳𘝮𘝵𘝫𘝯𘝭𘝮'}
+{'rank': 35, 'name': '深空彼岸', 'type_1': '都市', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1027339371', 'collection': '𘝳𘝮𘝵𘝰𘝭𘝫𘝭'}
+{'rank': 34, 'name': '不朽凡人', 'type_1': '仙侠', 'author': '鹅是老五', 'detail_url': 'https://book.qidian.com/info/1003307568', 'collection': '𘝳𘝮𘝰𘝫𘝯𘝳𘝱'}
+{'rank': 33, 'name': '凡人修仙传', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/107580', 'collection': '𘝳𘝮𘝰𘝴𘝫𘝯𘝵'}
+{'rank': 32, 'name': '大王饶命', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1010191960', 'collection': '𘝳𘝮𘝴𘝵𘝫𘝯𘝴'}
+{'rank': 31, 'name': '长夜余火', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1023422452', 'collection': '𘝳𘝰𘝲𘝴𘝭𘝴𘝳'}
+{'rank': 30, 'name': '飞剑问道', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1010468795', 'collection': '𘝳𘝰𘝭𘝮𘝲𘝯𘝯'}
+{'rank': 29, 'name': '平平无奇大师兄', 'type_1': '轻小说', 'author': '黑夜弥天', 'detail_url': 'https://book.qidian.com/info/1017176480', 'collection': '𘝳𘝱𘝯𘝴𘝰𘝫𘝵'}
+{'rank': 28, 'name': '赘婿', 'type_1': '历史', 'author': '愤怒的香蕉', 'detail_url': 'https://book.qidian.com/info/1979049', 'collection': '𘝳𘝱𘝮𘝮𘝫𘝱𘝴'}
+{'rank': 27, 'name': '放开那个女巫', 'type_1': '奇幻', 'author': '二目', 'detail_url': 'https://book.qidian.com/info/1003306811', 'collection': '𘝳𘝱𘝮𘝰𘝲𘝳𘝲'}
+{'rank': 26, 'name': '全球高武', 'type_1': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1012237441', 'collection': '𘝳𘝱𘝮𘝰𘝱𘝮𘝭'}
+{'rank': 25, 'name': '汉乡', 'type_1': '历史', 'author': '孑与2', 'detail_url': 'https://book.qidian.com/info/1010136878', 'collection': '𘝳𘝱𘝴𘝯𘝮𘝲𘝮'}
+{'rank': 24, 'name': '大主宰', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/2750457', 'collection': '𘝳𘝱𘝭𘝫𘝭𘝱𘝲'}
+{'rank': 23, 'name': '镇妖博物馆', 'type_1': '悬疑', 'author': '阎ZK', 'detail_url': 'https://book.qidian.com/info/1026722127', 'collection': '𘝳𘝴𘝯𘝰𘝴𘝭𘝰'}
+{'rank': 22, 'name': '这游戏也太真实了', 'type_1': '轻小说', 'author': '晨星LL', 'detail_url': 'https://book.qidian.com/info/1029391348', 'collection': '𘝳𘝴𘝱𘝵𘝳𘝱𘝴'}
+{'rank': 21, 'name': '完美世界', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/2952453', 'collection': '𘝳𘝴𘝴𘝫𘝰𘝫𘝲'}
+{'rank': 20, 'name': '斗罗大陆', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1115277', 'collection': '𘛘𘛙𘛗𘛕𘛖𘛒𘛑'}
+{'rank': 19, 'name': '玄界之门', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/3676417', 'collection': '𘛘𘛓𘛖𘛑𘛕𘛒𘛖'}
+{'rank': 18, 'name': '从今天开始做藩王', 'type_1': '历史', 'author': '背着家的蜗牛', 'detail_url': 'https://book.qidian.com/info/1023831464', 'collection': '𘛘𘛐𘛑𘛖𘛘𘛓𘛘'}
+{'rank': 17, 'name': '星门', 'type_1': '玄幻', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1027669580', 'collection': '𘛘𘛑𘛐𘛙𘛑𘛗𘛖'}
+{'rank': 16, 'name': '斗罗大陆III龙王传说', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/3681560', 'collection': '𘛘𘛑𘛐𘛘𘛒𘛎𘛘'}
+{'rank': 15, 'name': '我的治愈系游戏', 'type_1': '悬疑', 'author': '我会修空调', 'detail_url': 'https://book.qidian.com/info/1025901449', 'collection': '𘛘𘛑𘛎𘛕𘛙𘛒𘛕'}
+{'rank': 14, 'name': '我真没想重生啊', 'type_1': '都市', 'author': '柳岸花又明', 'detail_url': 'https://book.qidian.com/info/1015648531', 'collection': '𘛘𘛒𘛓𘛘𘛖𘛓𘛎'}
+{'rank': 13, 'name': '斗破苍穹', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/1209977', 'collection': '𘛘𘛒𘛐𘛘𘛑𘛓𘛗'}
+{'rank': 12, 'name': '第一序列', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1013562540', 'collection': '𘛘𘛗𘛓𘛗𘛘𘛑𘛗'}
+{'rank': 11, 'name': '牧神记', 'type_1': '玄幻', 'author': '宅猪', 'detail_url': 'https://book.qidian.com/info/1009704712', 'collection': '𘛘𘛗𘛕𘛙𘛐𘛘𘛓'}
+{'rank': 10, 'name': '开局签到荒古圣体', 'type_1': '玄幻', 'author': 'J神', 'detail_url': 'https://book.qidian.com/info/1021378513', 'collection': '𘛘𘛕𘛎𘛑𘛗𘛙𘛘'}
+{'rank': 9, 'name': '夜的命名术', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1021617576', 'collection': '𘛐𘛓𘛖𘛙𘛑𘛎𘛓'}
+{'rank': 8, 'name': '从红月开始', 'type_1': '科幻', 'author': '黑山老鬼', 'detail_url': 'https://book.qidian.com/info/1024868626', 'collection': '𘛐𘛐𘛖𘛑𘛗𘛘𘛓'}
+{'rank': 7, 'name': '万族之劫', 'type_1': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1018027842', 'collection': '𘛐𘛎𘛒𘛒𘛕𘛘𘛐'}
+{'rank': 6, 'name': '我师兄实在太稳健了', 'type_1': '仙侠', 'author': '言归正传', 'detail_url': 'https://book.qidian.com/info/1016572786', 'collection': '𘛐𘛕𘛙𘛑𘛐𘛐𘛓'}
+{'rank': 5, 'name': '修真聊天群(聊天群的日常生活)', 'type_1': '都市', 'author': '圣骑士的传说', 'detail_url': 'https://book.qidian.com/info/3602691', 'collection': '𘛖𘛖𘛑𘛖𘛎𘛗𘛕'}
+{'rank': 4, 'name': '一念永恒', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/1003354631', 'collection': '𘛖𘛖𘛑𘛑𘛕𘛓𘛐'}
+{'rank': 3, 'name': '大奉打更人', 'type_1': '仙侠', 'author': '卖报小郎君', 'detail_url': 'https://book.qidian.com/info/1019664125', 'collection': '𘛖𘛎𘛎𘛕𘛒𘛑𘛗'}
+{'rank': 2, 'name': '诡秘之主', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1010868264', 'collection': '𘛑𘛎𘛒𘛑𘛗𘛕𘛓'}
+{'rank': 1, 'name': '圣墟', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1004608738', 'collection': '𘛒𘛎𘛙𘛕𘛐𘛑𘛘'}
+{'rank': 20, 'name': '斗罗大陆', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1115277', 'collection': '𘠜𘠟𘠔𘠙𘠜𘠙𘠟'}
+{'rank': 19, 'name': '玄界之门', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/3676417', 'collection': '𘠜𘠙𘠚𘠗𘠘𘠛𘠜'}
+{'rank': 18, 'name': '从今天开始做藩王', 'type_1': '历史', 'author': '背着家的蜗牛', 'detail_url': 'https://book.qidian.com/info/1023831464', 'collection': '𘠜𘠖𘠗𘠚𘠙𘠟𘠘'}
+{'rank': 17, 'name': '斗罗大陆III龙王传说', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/3681560', 'collection': '𘠜𘠗𘠖𘠗𘠗𘠖𘠗'}
+{'rank': 16, 'name': '星门', 'type_1': '玄幻', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1027669580', 'collection': '𘠜𘠗𘠚𘠜𘠘𘠝𘠝'}
+{'rank': 15, 'name': '我真没想重生啊', 'type_1': '都市', 'author': '柳岸花又明', 'detail_url': 'https://book.qidian.com/info/1015648531', 'collection': '𘠜𘠝𘠙𘠖𘠛𘠛𘠘'}
+{'rank': 14, 'name': '斗破苍穹', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/1209977', 'collection': '𘠜𘠝𘠖𘠝𘠜𘠜𘠔'}
+{'rank': 13, 'name': '我的治愈系游戏', 'type_1': '悬疑', 'author': '我会修空调', 'detail_url': 'https://book.qidian.com/info/1025901449', 'collection': '𘠜𘠝𘠚𘠟𘠚𘠖𘠖'}
+{'rank': 12, 'name': '第一序列', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1013562540', 'collection': '𘠜𘠛𘠙𘠔𘠗𘠔𘠔'}
+{'rank': 11, 'name': '牧神记', 'type_1': '玄幻', 'author': '宅猪', 'detail_url': 'https://book.qidian.com/info/1009704712', 'collection': '𘠜𘠛𘠔𘠙𘠖𘠚𘠗'}
+{'rank': 10, 'name': '开局签到荒古圣体', 'type_1': '玄幻', 'author': 'J神', 'detail_url': 'https://book.qidian.com/info/1021378513', 'collection': '𘠜𘠔𘠘𘠘𘠔𘠘𘠔'}
+{'rank': 9, 'name': '夜的命名术', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1021617576', 'collection': '𘠖𘠜𘠟𘠝𘠛𘠜𘠔'}
+{'rank': 8, 'name': '从红月开始', 'type_1': '科幻', 'author': '黑山老鬼', 'detail_url': 'https://book.qidian.com/info/1024868626', 'collection': '𘠖𘠖𘠚𘠔𘠜𘠝𘠜'}
+{'rank': 7, 'name': '万族之劫', 'type_1': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1018027842', 'collection': '𘠖𘠘𘠝𘠘𘠗𘠜𘠘'}
+{'rank': 6, 'name': '我师兄实在太稳健了', 'type_1': '仙侠', 'author': '言归正传', 'detail_url': 'https://book.qidian.com/info/1016572786', 'collection': '𘠖𘠔𘠟𘠛𘠜𘠔𘠔'}
+{'rank': 5, 'name': '一念永恒', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/1003354631', 'collection': '𘠚𘠚𘠗𘠝𘠟𘠛𘠖'}
+{'rank': 4, 'name': '修真聊天群(聊天群的日常生活)', 'type_1': '都市', 'author': '圣骑士的传说', 'detail_url': 'https://book.qidian.com/info/3602691', 'collection': '𘠚𘠚𘠗𘠛𘠗𘠗𘠗'}
+{'rank': 3, 'name': '大奉打更人', 'type_1': '仙侠', 'author': '卖报小郎君', 'detail_url': 'https://book.qidian.com/info/1019664125', 'collection': '𘠚𘠘𘠛𘠛𘠚𘠝𘠛'}
+{'rank': 2, 'name': '诡秘之主', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1010868264', 'collection': '𘠗𘠘𘠘𘠙𘠜𘠘𘠘'}
+{'rank': 1, 'name': '圣墟', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1004608738', 'collection': '𘠝𘠘𘠙𘠜𘠚𘠚𘠟'}
+{'rank': 40, 'name': '轮回乐园', 'type_1': '轻小说', 'author': '那一只蚊子', 'detail_url': 'https://book.qidian.com/info/1009817672', 'collection': '𘜬𘜯𘜯𘜥𘜬𘜥𘜥'}
+{'rank': 39, 'name': '明克街13号', 'type_1': '都市', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1030870265', 'collection': '𘜬𘜯𘜪𘜥𘜭𘜪𘜫'}
+{'rank': 38, 'name': '庆余年', 'type_1': '历史', 'author': '猫腻', 'detail_url': 'https://book.qidian.com/info/114559', 'collection': '𘜬𘜯𘜫𘜬𘜬𘜬𘜬'}
+{'rank': 37, 'name': '稳住别浪', 'type_1': '都市', 'author': '跳舞', 'detail_url': 'https://book.qidian.com/info/1025325411', 'collection': '𘜬𘜪𘜮𘜮𘜥𘜯𘜫'}
+{'rank': 36, 'name': '天启预报', 'type_1': '奇幻', 'author': '风月', 'detail_url': 'https://book.qidian.com/info/1014180485', 'collection': '𘜬𘜪𘜯𘜭𘜬𘜪𘜪'}
+{'rank': 35, 'name': '不朽凡人', 'type_1': '仙侠', 'author': '鹅是老五', 'detail_url': 'https://book.qidian.com/info/1003307568', 'collection': '𘜬𘜪𘜩𘜮𘜬𘜯𘜧'}
+{'rank': 34, 'name': '深空彼岸', 'type_1': '都市', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1027339371', 'collection': '𘜬𘜪𘜩𘜯𘜪𘜩𘜫'}
+{'rank': 33, 'name': '凡人修仙传', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/107580', 'collection': '𘜬𘜪𘜧𘜬𘜫𘜭𘜧'}
+{'rank': 32, 'name': '大王饶命', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1010191960', 'collection': '𘜬𘜪𘜭𘜩𘜯𘜥𘜯'}
+{'rank': 31, 'name': '长夜余火', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1023422452', 'collection': '𘜬𘜩𘜬𘜬𘜩𘜥𘜮'}
+{'rank': 30, 'name': '飞剑问道', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1010468795', 'collection': '𘜬𘜩𘜫𘜪𘜰𘜥𘜬'}
+{'rank': 29, 'name': '平平无奇大师兄', 'type_1': '轻小说', 'author': '黑夜弥天', 'detail_url': 'https://book.qidian.com/info/1017176480', 'collection': '𘜬𘜧𘜥𘜭𘜯𘜭𘜬'}
+{'rank': 28, 'name': '放开那个女巫', 'type_1': '奇幻', 'author': '二目', 'detail_url': 'https://book.qidian.com/info/1003306811', 'collection': '𘜬𘜧𘜪𘜩𘜩𘜬𘜫'}
+{'rank': 27, 'name': '赘婿', 'type_1': '历史', 'author': '愤怒的香蕉', 'detail_url': 'https://book.qidian.com/info/1979049', 'collection': '𘜬𘜧𘜪𘜩𘜧𘜧𘜬'}
+{'rank': 26, 'name': '全球高武', 'type_1': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1012237441', 'collection': '𘜬𘜧𘜪𘜭𘜰𘜮𘜰'}
+{'rank': 25, 'name': '汉乡', 'type_1': '历史', 'author': '孑与2', 'detail_url': 'https://book.qidian.com/info/1010136878', 'collection': '𘜬𘜧𘜭𘜥𘜩𘜭𘜧'}
+{'rank': 24, 'name': '大主宰', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/2750457', 'collection': '𘜬𘜧𘜫𘜯𘜬𘜧𘜧'}
+{'rank': 23, 'name': '镇妖博物馆', 'type_1': '悬疑', 'author': '阎ZK', 'detail_url': 'https://book.qidian.com/info/1026722127', 'collection': '𘜬𘜭𘜮𘜮𘜥𘜩𘜮'}
+{'rank': 22, 'name': '完美世界', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/2952453', 'collection': '𘜬𘜭𘜭𘜩𘜩𘜥𘜧'}
+{'rank': 21, 'name': '这游戏也太真实了', 'type_1': '轻小说', 'author': '晨星LL', 'detail_url': 'https://book.qidian.com/info/1029391348', 'collection': '𘜬𘜭𘜭𘜩𘜫𘜥𘜰'}
+{'rank': 20, 'name': '斗罗大陆', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1115277', 'collection': '𘜥𘜰𘜫𘜬𘜥𘜬𘜰'}
+{'rank': 19, 'name': '玄界之门', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/3676417', 'collection': '𘜥𘜬𘜯𘜪𘜧𘜭𘜥'}
+{'rank': 18, 'name': '从今天开始做藩王', 'type_1': '历史', 'author': '背着家的蜗牛', 'detail_url': 'https://book.qidian.com/info/1023831464', 'collection': '𘜥𘜮𘜪𘜯𘜬𘜰𘜧'}
+{'rank': 17, 'name': '斗罗大陆III龙王传说', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/3681560', 'collection': '𘜥𘜪𘜮𘜪𘜪𘜮𘜪'}
+{'rank': 16, 'name': '星门', 'type_1': '玄幻', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1027669580', 'collection': '𘜥𘜪𘜯𘜥𘜧𘜩𘜩'}
+{'rank': 15, 'name': '我真没想重生啊', 'type_1': '都市', 'author': '柳岸花又明', 'detail_url': 'https://book.qidian.com/info/1015648531', 'collection': '𘜥𘜩𘜬𘜮𘜭𘜭𘜧'}
+{'rank': 14, 'name': '斗破苍穹', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/1209977', 'collection': '𘜥𘜩𘜮𘜩𘜥𘜥𘜫'}
+{'rank': 13, 'name': '我的治愈系游戏', 'type_1': '悬疑', 'author': '我会修空调', 'detail_url': 'https://book.qidian.com/info/1025901449', 'collection': '𘜥𘜩𘜯𘜰𘜯𘜮𘜮'}
+{'rank': 12, 'name': '第一序列', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1013562540', 'collection': '𘜥𘜭𘜬𘜫𘜪𘜫𘜫'}
+{'rank': 11, 'name': '牧神记', 'type_1': '玄幻', 'author': '宅猪', 'detail_url': 'https://book.qidian.com/info/1009704712', 'collection': '𘜥𘜭𘜫𘜬𘜮𘜯𘜪'}
+{'rank': 10, 'name': '开局签到荒古圣体', 'type_1': '玄幻', 'author': 'J神', 'detail_url': 'https://book.qidian.com/info/1021378513', 'collection': '𘜥𘜫𘜧𘜧𘜫𘜧𘜫'}
+{'rank': 9, 'name': '夜的命名术', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1021617576', 'collection': '𘜮𘜥𘜰𘜩𘜭𘜥𘜫'}
+{'rank': 8, 'name': '从红月开始', 'type_1': '科幻', 'author': '黑山老鬼', 'detail_url': 'https://book.qidian.com/info/1024868626', 'collection': '𘜮𘜮𘜯𘜫𘜥𘜩𘜥'}
+{'rank': 7, 'name': '万族之劫', 'type_1': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1018027842', 'collection': '𘜮𘜧𘜩𘜧𘜪𘜥𘜧'}
+{'rank': 6, 'name': '我师兄实在太稳健了', 'type_1': '仙侠', 'author': '言归正传', 'detail_url': 'https://book.qidian.com/info/1016572786', 'collection': '𘜮𘜫𘜰𘜭𘜥𘜫𘜫'}
+{'rank': 5, 'name': '一念永恒', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/1003354631', 'collection': '𘜯𘜯𘜪𘜩𘜰𘜭𘜮'}
+{'rank': 4, 'name': '修真聊天群(聊天群的日常生活)', 'type_1': '都市', 'author': '圣骑士的传说', 'detail_url': 'https://book.qidian.com/info/3602691', 'collection': '𘜯𘜯𘜪𘜭𘜪𘜪𘜪'}
+{'rank': 3, 'name': '大奉打更人', 'type_1': '仙侠', 'author': '卖报小郎君', 'detail_url': 'https://book.qidian.com/info/1019664125', 'collection': '𘜯𘜧𘜭𘜭𘜯𘜩𘜭'}
+{'rank': 2, 'name': '诡秘之主', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1010868264', 'collection': '𘜪𘜧𘜧𘜬𘜥𘜧𘜧'}
+{'rank': 1, 'name': '圣墟', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1004608738', 'collection': '𘜩𘜧𘜬𘜥𘜯𘜯𘜰'}
+{'rank': 100, 'name': '这个诅咒太棒了', 'type_1': '都市', 'author': '行者有三', 'detail_url': 'https://book.qidian.com/info/1024722226', 'collection': '𘞋𘞖𘞖𘞓𘞑𘞕'}
+{'rank': 99, 'name': '深夜书屋', 'type_1': '悬疑', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1011335417', 'collection': '𘞋𘞋𘞑𘞑𘞒𘞒'}
+{'rank': 98, 'name': '九鼎记', 'type_1': '武侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1321320', 'collection': '𘞋𘞋𘞋𘞏𘞐𘞔'}
+{'rank': 97, 'name': '赤心巡天', 'type_1': '仙侠', 'author': '情何以甚', 'detail_url': 'https://book.qidian.com/info/1016530091', 'collection': '𘞋𘞍𘞔𘞒𘞏𘞔'}
+{'rank': 96, 'name': '惊悚乐园', 'type_1': '游戏', 'author': '三天两觉', 'detail_url': 'https://book.qidian.com/info/2597043', 'collection': '𘞋𘞍𘞍𘞐𘞏𘞑'}
+{'rank': 95, 'name': '术师手册', 'type_1': '轻小说', 'author': '听日', 'detail_url': 'https://book.qidian.com/info/1025990049', 'collection': '𘞋𘞏𘞖𘞕𘞕𘞔'}
+{'rank': 94, 'name': '斗罗大陆V重生唐三', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1027996625', 'collection': '𘞋𘞏𘞖𘞔𘞏𘞖'}
+{'rank': 93, 'name': '原来我是修仙大佬', 'type_1': '仙侠', 'author': '木下雉水', 'detail_url': 'https://book.qidian.com/info/1022314396', 'collection': '𘞍𘞑𘞐𘞔𘞏𘞋'}
+{'rank': 92, 'name': '宇宙职业选手', 'type_1': '科幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1031581171', 'collection': '𘞍𘞑𘞖𘞖𘞐𘞒'}
+{'rank': 91, 'name': '金刚不坏大寨主', 'type_1': '武侠', 'author': '徍男', 'detail_url': 'https://book.qidian.com/info/1023502814', 'collection': '𘞍𘞑𘞋𘞑𘞕𘞓'}
+{'rank': 90, 'name': '明天下', 'type_1': '历史', 'author': '孑与2', 'detail_url': 'https://book.qidian.com/info/1015609210', 'collection': '𘞍𘞒𘞑𘞑𘞋𘞋'}
+{'rank': 89, 'name': '异常生物见闻录', 'type_1': '科幻', 'author': '远瞳', 'detail_url': 'https://book.qidian.com/info/3242304', 'collection': '𘞍𘞕𘞖𘞖𘞕𘞒'}
+{'rank': 88, 'name': '极道天魔', 'type_1': '仙侠', 'author': '滚开', 'detail_url': 'https://book.qidian.com/info/1005401501', 'collection': '𘞍𘞕𘞍𘞑𘞓𘞋'}
+{'rank': 87, 'name': '史上第一混乱', 'type_1': '都市', 'author': '张小花', 'detail_url': 'https://book.qidian.com/info/174075', 'collection': '𘞍𘞔𘞕𘞒𘞖𘞒'}
+{'rank': 86, 'name': '校花的贴身高手', 'type_1': '都市', 'author': '鱼人二代', 'detail_url': 'https://book.qidian.com/info/1931432', 'collection': '𘞍𘞓𘞑𘞕𘞔𘞕'}
+{'rank': 85, 'name': '我的女友是恶劣大小姐', 'type_1': '轻小说', 'author': '掠过的乌鸦', 'detail_url': 'https://book.qidian.com/info/1021671831', 'collection': '𘞍𘞓𘞐𘞕𘞐𘞔'}
+{'rank': 84, 'name': '莽荒纪', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/2502372', 'collection': '𘞍𘞓𘞔𘞍𘞏𘞐'}
+{'rank': 83, 'name': '一世之尊', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/3249362', 'collection': '𘞍𘞖𘞑𘞓𘞍𘞒'}
+{'rank': 82, 'name': '我用闲书成圣人', 'type_1': '仙侠', 'author': '出走八万里', 'detail_url': 'https://book.qidian.com/info/1028463573', 'collection': '𘞍𘞖𘞐𘞖𘞓𘞔'}
+{'rank': 81, 'name': '绍宋', 'type_1': '历史', 'author': '榴弹怕水', 'detail_url': 'https://book.qidian.com/info/1017281778', 'collection': '𘞍𘞖𘞓𘞖𘞔𘞍'}
+{'rank': 80, 'name': '兰若蝉声', 'type_1': '短篇', 'author': '扫叶僧', 'detail_url': 'https://book.qidian.com/info/1016459104', 'collection': '𘞍𘞖𘞓𘞏𘞍𘞕'}
+{'rank': 79, 'name': '仙逆', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/1264634', 'collection': '𘞍𘞋𘞋𘞖𘞓𘞒'}
+{'rank': 78, 'name': '魔临', 'type_1': '悬疑', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1016560323', 'collection': '𘞍𘞏𘞑𘞏𘞋𘞏'}
+{'rank': 77, 'name': '神墓', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/63856', 'collection': '𘞏𘞑𘞒𘞓𘞕𘞐'}
+{'rank': 76, 'name': '天道图书馆', 'type_1': '玄幻', 'author': '横扫天涯', 'detail_url': 'https://book.qidian.com/info/1004179514', 'collection': '𘞏𘞖𘞑𘞐𘞓𘞕'}
+{'rank': 75, 'name': '神秘复苏', 'type_1': '仙侠', 'author': '佛前献花', 'detail_url': 'https://book.qidian.com/info/1012584111', 'collection': '𘞏𘞖𘞖𘞐𘞍𘞕'}
+{'rank': 74, 'name': '黎明之剑', 'type_1': '科幻', 'author': '远瞳', 'detail_url': 'https://book.qidian.com/info/1010400217', 'collection': '𘞏𘞋𘞒𘞕𘞋𘞔'}
+{'rank': 73, 'name': '学霸的黑科技系统', 'type_1': '科幻', 'author': '晨星LL', 'detail_url': 'https://book.qidian.com/info/1011449273', 'collection': '𘞏𘞍𘞒𘞍𘞏𘞖'}
+{'rank': 72, 'name': '斗罗大陆IV终极斗罗', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1013406185', 'collection': '𘞐𘞑𘞑𘞕𘞑𘞒𘞕'}
+{'rank': 71, 'name': '视死如归魏君子', 'type_1': '轻小说', 'author': '平层', 'detail_url': 'https://book.qidian.com/info/1027440366', 'collection': '𘞐𘞑𘞐𘞖𘞍𘞍𘞍'}
+{'rank': 70, 'name': '大梦主', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/1016534035', 'collection': '𘞐𘞑𘞒𘞓𘞒𘞒𘞒'}
+{'rank': 69, 'name': '临渊行', 'type_1': '玄幻', 'author': '宅猪', 'detail_url': 'https://book.qidian.com/info/1017125042', 'collection': '𘞐𘞑𘞕𘞑𘞏𘞔𘞏'}
+{'rank': 68, 'name': '从斗罗开始打卡', 'type_1': '轻小说', 'author': '夏竖琴', 'detail_url': 'https://book.qidian.com/info/1016869634', 'collection': '𘞐𘞑𘞕𘞋𘞒𘞔𘞕'}
+{'rank': 67, 'name': '盗墓笔记', 'type_1': '悬疑', 'author': '南派三叔', 'detail_url': 'https://book.qidian.com/info/68223', 'collection': '𘞐𘞑𘞓𘞒𘞏𘞋𘞒'}
+{'rank': 66, 'name': '签到十年,我被绝色师姐曝光了', 'type_1': '玄幻', 'author': '卿慕寒', 'detail_url': 'https://book.qidian.com/info/1025826037', 'collection': '𘞐𘞑𘞓𘞓𘞑𘞒𘞓'}
+{'rank': 65, 'name': '我欲封天', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/3106580', 'collection': '𘞐𘞐𘞑𘞏𘞍𘞕𘞖'}
+{'rank': 64, 'name': '我有一座冒险屋', 'type_1': '悬疑', 'author': '我会修空调', 'detail_url': 'https://book.qidian.com/info/1012284323', 'collection': '𘞐𘞐𘞒𘞓𘞒𘞒𘞋'}
+{'rank': 63, 'name': '九星毒奶', 'type_1': '科幻', 'author': '育', 'detail_url': 'https://book.qidian.com/info/1013432302', 'collection': '𘞐𘞐𘞕𘞔𘞓𘞕𘞐'}
+{'rank': 62, 'name': '烂柯棋缘', 'type_1': '仙侠', 'author': '真费事', 'detail_url': 'https://book.qidian.com/info/1015990091', 'collection': '𘞐𘞐𘞔𘞋𘞐𘞔𘞖'}
+{'rank': 61, 'name': '我的徒弟都是大反派', 'type_1': '玄幻', 'author': '谋生任转蓬', 'detail_url': 'https://book.qidian.com/info/1016660823', 'collection': '𘞐𘞐𘞋𘞔𘞍𘞒𘞏'}
+{'rank': 60, 'name': '道君', 'type_1': '仙侠', 'author': '跃千愁', 'detail_url': 'https://book.qidian.com/info/1005236478', 'collection': '𘞐𘞐𘞍𘞖𘞍𘞏𘞔'}
+{'rank': 59, 'name': '吞噬星空', 'type_1': '科幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1639199', 'collection': '𘞐𘞐𘞏𘞋𘞍𘞓𘞓'}
+{'rank': 58, 'name': '武动乾坤', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/2048120', 'collection': '𘞐𘞒𘞐𘞍𘞋𘞐𘞔'}
+{'rank': 57, 'name': '朕', 'type_1': '历史', 'author': '王梓钧', 'detail_url': 'https://book.qidian.com/info/1028520538', 'collection': '𘞐𘞒𘞒𘞐𘞔𘞑𘞏'}
+{'rank': 56, 'name': '斗罗大陆II绝世唐门', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/2517792', 'collection': '𘞐𘞒𘞔𘞒𘞑𘞏𘞖'}
+{'rank': 55, 'name': '万界天尊', 'type_1': '玄幻', 'author': '血红', 'detail_url': 'https://book.qidian.com/info/1005238666', 'collection': '𘞐𘞒𘞓𘞑𘞒𘞔𘞍'}
+{'rank': 54, 'name': '亏成首富从游戏开始', 'type_1': '游戏', 'author': '青衫取醉', 'detail_url': 'https://book.qidian.com/info/1016150754', 'collection': '𘞐𘞒𘞖𘞐𘞑𘞔𘞐'}
+{'rank': 53, 'name': '超神机械师', 'type_1': '游戏', 'author': '齐佩甲', 'detail_url': 'https://book.qidian.com/info/1009480992', 'collection': '𘞐𘞒𘞋𘞐𘞍𘞒𘞔'}
+{'rank': 52, 'name': '我就是不按套路出牌', 'type_1': '轻小说', 'author': '百分之七', 'detail_url': 'https://book.qidian.com/info/1021578188', 'collection': '𘞐𘞒𘞏𘞔𘞑𘞍𘞖'}
+{'rank': 51, 'name': '美食供应商', 'type_1': '都市', 'author': '会做菜的猫', 'detail_url': 'https://book.qidian.com/info/1003667321', 'collection': '𘞐𘞕𘞑𘞑𘞍𘞐𘞐'}
+{'rank': 50, 'name': '盘龙', 'type_1': '奇幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1017141', 'collection': '𘞐𘞕𘞑𘞒𘞐𘞋𘞑'}
+{'rank': 49, 'name': '雪鹰领主', 'type_1': '玄幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/3513193', 'collection': '𘞐𘞕𘞐𘞔𘞕𘞕𘞕'}
+{'rank': 48, 'name': '将夜', 'type_1': '玄幻', 'author': '猫腻', 'detail_url': 'https://book.qidian.com/info/2083259', 'collection': '𘞐𘞕𘞐𘞖𘞖𘞐𘞑'}
+{'rank': 47, 'name': '星辰变', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/118447', 'collection': '𘞐𘞕𘞕𘞏𘞒𘞒𘞏'}
+{'rank': 46, 'name': '不科学御兽', 'type_1': '玄幻', 'author': '轻泉流响', 'detail_url': 'https://book.qidian.com/info/1029006481', 'collection': '𘞐𘞕𘞔𘞔𘞏𘞓𘞕'}
+{'rank': 45, 'name': '遮天', 'type_1': '仙侠', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1735921', 'collection': '𘞐𘞕𘞋𘞏𘞏𘞓𘞖'}
+{'rank': 44, 'name': '全职高手', 'type_1': '游戏', 'author': '蝴蝶蓝', 'detail_url': 'https://book.qidian.com/info/1887208', 'collection': '𘞐𘞕𘞏𘞐𘞑𘞐𘞏'}
+{'rank': 43, 'name': '大魏读书人', 'type_1': '仙侠', 'author': '七月未时', 'detail_url': 'https://book.qidian.com/info/1029160231', 'collection': '𘞐𘞕𘞏𘞖𘞓𘞐𘞕'}
+{'rank': 42, 'name': '凡人修仙之仙界篇', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/1010734492', 'collection': '𘞐𘞔𘞑𘞏𘞓𘞏𘞓'}
+{'rank': 41, 'name': '这个人仙太过正经', 'type_1': '仙侠', 'author': '言归正传', 'detail_url': 'https://book.qidian.com/info/1021635590', 'collection': '𘞐𘞔𘞒𘞓𘞒𘞐𘞖'}
+{'rank': 40, 'name': '轮回乐园', 'type_1': '轻小说', 'author': '那一只蚊子', 'detail_url': 'https://book.qidian.com/info/1009817672', 'collection': '𘞐𘞔𘞔𘞒𘞐𘞒𘞒'}
+{'rank': 39, 'name': '明克街13号', 'type_1': '都市', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1030870265', 'collection': '𘞐𘞔𘞓𘞒𘞍𘞓𘞏'}
+{'rank': 38, 'name': '庆余年', 'type_1': '历史', 'author': '猫腻', 'detail_url': 'https://book.qidian.com/info/114559', 'collection': '𘞐𘞔𘞏𘞐𘞐𘞐𘞐'}
+{'rank': 37, 'name': '稳住别浪', 'type_1': '都市', 'author': '跳舞', 'detail_url': 'https://book.qidian.com/info/1025325411', 'collection': '𘞐𘞓𘞕𘞕𘞒𘞔𘞏'}
+{'rank': 36, 'name': '天启预报', 'type_1': '奇幻', 'author': '风月', 'detail_url': 'https://book.qidian.com/info/1014180485', 'collection': '𘞐𘞓𘞔𘞍𘞐𘞓𘞓'}
+{'rank': 35, 'name': '不朽凡人', 'type_1': '仙侠', 'author': '鹅是老五', 'detail_url': 'https://book.qidian.com/info/1003307568', 'collection': '𘞐𘞓𘞖𘞕𘞐𘞔𘞋'}
+{'rank': 34, 'name': '深空彼岸', 'type_1': '都市', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1027339371', 'collection': '𘞐𘞓𘞖𘞔𘞓𘞖𘞏'}
+{'rank': 33, 'name': '凡人修仙传', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/107580', 'collection': '𘞐𘞓𘞋𘞐𘞏𘞍𘞋'}
+{'rank': 32, 'name': '大王饶命', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1010191960', 'collection': '𘞐𘞓𘞍𘞖𘞔𘞒𘞔'}
+{'rank': 31, 'name': '长夜余火', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1023422452', 'collection': '𘞐𘞖𘞐𘞐𘞖𘞒𘞕'}
+{'rank': 30, 'name': '飞剑问道', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1010468795', 'collection': '𘞐𘞖𘞏𘞓𘞑𘞒𘞐'}
+{'rank': 29, 'name': '平平无奇大师兄', 'type_1': '轻小说', 'author': '黑夜弥天', 'detail_url': 'https://book.qidian.com/info/1017176480', 'collection': '𘞐𘞋𘞒𘞍𘞔𘞍𘞐'}
+{'rank': 28, 'name': '放开那个女巫', 'type_1': '奇幻', 'author': '二目', 'detail_url': 'https://book.qidian.com/info/1003306811', 'collection': '𘞐𘞋𘞓𘞖𘞖𘞐𘞏'}
+{'rank': 27, 'name': '赘婿', 'type_1': '历史', 'author': '愤怒的香蕉', 'detail_url': 'https://book.qidian.com/info/1979049', 'collection': '𘞐𘞋𘞓𘞖𘞋𘞋𘞐'}
+{'rank': 26, 'name': '全球高武', 'type_1': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1012237441', 'collection': '𘞐𘞋𘞓𘞍𘞑𘞕𘞑'}
+{'rank': 25, 'name': '汉乡', 'type_1': '历史', 'author': '孑与2', 'detail_url': 'https://book.qidian.com/info/1010136878', 'collection': '𘞐𘞋𘞍𘞒𘞖𘞍𘞋'}
+{'rank': 24, 'name': '大主宰', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/2750457', 'collection': '𘞐𘞋𘞏𘞔𘞐𘞋𘞋'}
+{'rank': 23, 'name': '镇妖博物馆', 'type_1': '悬疑', 'author': '阎ZK', 'detail_url': 'https://book.qidian.com/info/1026722127', 'collection': '𘞐𘞍𘞕𘞕𘞒𘞖𘞕'}
+{'rank': 22, 'name': '完美世界', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/2952453', 'collection': '𘞐𘞍𘞍𘞖𘞖𘞒𘞋'}
+{'rank': 21, 'name': '这游戏也太真实了', 'type_1': '轻小说', 'author': '晨星LL', 'detail_url': 'https://book.qidian.com/info/1029391348', 'collection': '𘞐𘞍𘞍𘞖𘞏𘞒𘞑'}
+{'rank': 20, 'name': '斗罗大陆', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1115277', 'collection': '𘞒𘞑𘞏𘞐𘞒𘞐𘞑'}
+{'rank': 19, 'name': '玄界之门', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/3676417', 'collection': '𘞒𘞐𘞔𘞓𘞋𘞍𘞒'}
+{'rank': 18, 'name': '从今天开始做藩王', 'type_1': '历史', 'author': '背着家的蜗牛', 'detail_url': 'https://book.qidian.com/info/1023831464', 'collection': '𘞒𘞕𘞓𘞔𘞐𘞑𘞋'}
+{'rank': 17, 'name': '斗罗大陆III龙王传说', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/3681560', 'collection': '𘞒𘞓𘞕𘞓𘞓𘞕𘞓'}
+{'rank': 16, 'name': '星门', 'type_1': '玄幻', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1027669580', 'collection': '𘞒𘞓𘞔𘞒𘞋𘞖𘞖'}
+{'rank': 15, 'name': '我真没想重生啊', 'type_1': '都市', 'author': '柳岸花又明', 'detail_url': 'https://book.qidian.com/info/1015648531', 'collection': '𘞒𘞖𘞐𘞕𘞍𘞍𘞋'}
+{'rank': 14, 'name': '斗破苍穹', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/1209977', 'collection': '𘞒𘞖𘞕𘞖𘞒𘞒𘞏'}
+{'rank': 13, 'name': '我的治愈系游戏', 'type_1': '悬疑', 'author': '我会修空调', 'detail_url': 'https://book.qidian.com/info/1025901449', 'collection': '𘞒𘞖𘞔𘞑𘞔𘞕𘞕'}
+{'rank': 12, 'name': '第一序列', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1013562540', 'collection': '𘞒𘞍𘞐𘞏𘞓𘞏𘞏'}
+{'rank': 11, 'name': '牧神记', 'type_1': '玄幻', 'author': '宅猪', 'detail_url': 'https://book.qidian.com/info/1009704712', 'collection': '𘞒𘞍𘞏𘞐𘞕𘞔𘞓'}
+{'rank': 10, 'name': '开局签到荒古圣体', 'type_1': '玄幻', 'author': 'J神', 'detail_url': 'https://book.qidian.com/info/1021378513', 'collection': '𘞒𘞏𘞋𘞋𘞏𘞋𘞏'}
+{'rank': 9, 'name': '夜的命名术', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1021617576', 'collection': '𘞕𘞒𘞑𘞖𘞍𘞒𘞏'}
+{'rank': 8, 'name': '从红月开始', 'type_1': '科幻', 'author': '黑山老鬼', 'detail_url': 'https://book.qidian.com/info/1024868626', 'collection': '𘞕𘞕𘞔𘞏𘞒𘞖𘞒'}
+{'rank': 7, 'name': '万族之劫', 'type_1': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1018027842', 'collection': '𘞕𘞋𘞖𘞋𘞓𘞒𘞋'}
+{'rank': 6, 'name': '我师兄实在太稳健了', 'type_1': '仙侠', 'author': '言归正传', 'detail_url': 'https://book.qidian.com/info/1016572786', 'collection': '𘞕𘞏𘞑𘞍𘞒𘞏𘞏'}
+{'rank': 5, 'name': '一念永恒', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/1003354631', 'collection': '𘞔𘞔𘞓𘞖𘞑𘞍𘞕'}
+{'rank': 4, 'name': '修真聊天群(聊天群的日常生活)', 'type_1': '都市', 'author': '圣骑士的传说', 'detail_url': 'https://book.qidian.com/info/3602691', 'collection': '𘞔𘞔𘞓𘞍𘞓𘞓𘞓'}
+{'rank': 3, 'name': '大奉打更人', 'type_1': '仙侠', 'author': '卖报小郎君', 'detail_url': 'https://book.qidian.com/info/1019664125', 'collection': '𘞔𘞋𘞍𘞍𘞔𘞖𘞍'}
+{'rank': 2, 'name': '诡秘之主', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1010868264', 'collection': '𘞓𘞋𘞋𘞐𘞒𘞋𘞋'}
+{'rank': 1, 'name': '圣墟', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1004608738', 'collection': '𘞖𘞋𘞐𘞒𘞔𘞔𘞑'}
+{'rank': 40, 'name': '轮回乐园', 'type_1': '轻小说', 'author': '那一只蚊子', 'detail_url': 'https://book.qidian.com/info/1009817672', 'collection': '𘞍𘞆𘞆𘞌𘞍𘞌𘞌'}
+{'rank': 39, 'name': '明克街13号', 'type_1': '都市', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1030870265', 'collection': '𘞍𘞆𘞉𘞌𘞈𘞉𘞅'}
+{'rank': 38, 'name': '庆余年', 'type_1': '历史', 'author': '猫腻', 'detail_url': 'https://book.qidian.com/info/114559', 'collection': '𘞍𘞆𘞅𘞍𘞍𘞍𘞍'}
+{'rank': 37, 'name': '稳住别浪', 'type_1': '都市', 'author': '跳舞', 'detail_url': 'https://book.qidian.com/info/1025325411', 'collection': '𘞍𘞉𘞂𘞂𘞌𘞆𘞅'}
+{'rank': 36, 'name': '天启预报', 'type_1': '奇幻', 'author': '风月', 'detail_url': 'https://book.qidian.com/info/1014180485', 'collection': '𘞍𘞉𘞆𘞈𘞍𘞉𘞉'}
+{'rank': 35, 'name': '不朽凡人', 'type_1': '仙侠', 'author': '鹅是老五', 'detail_url': 'https://book.qidian.com/info/1003307568', 'collection': '𘞍𘞉𘞇𘞂𘞍𘞆𘞄'}
+{'rank': 34, 'name': '深空彼岸', 'type_1': '都市', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1027339371', 'collection': '𘞍𘞉𘞇𘞆𘞉𘞇𘞅'}
+{'rank': 33, 'name': '凡人修仙传', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/107580', 'collection': '𘞍𘞉𘞄𘞍𘞅𘞈𘞄'}
+{'rank': 32, 'name': '大王饶命', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1010191960', 'collection': '𘞍𘞉𘞈𘞇𘞆𘞌𘞆'}
+{'rank': 31, 'name': '长夜余火', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1023422452', 'collection': '𘞍𘞇𘞍𘞍𘞇𘞌𘞂'}
+{'rank': 30, 'name': '飞剑问道', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1010468795', 'collection': '𘞍𘞇𘞅𘞉𘞋𘞌𘞍'}
+{'rank': 29, 'name': '平平无奇大师兄', 'type_1': '轻小说', 'author': '黑夜弥天', 'detail_url': 'https://book.qidian.com/info/1017176480', 'collection': '𘞍𘞄𘞌𘞈𘞆𘞈𘞍'}
+{'rank': 28, 'name': '放开那个女巫', 'type_1': '奇幻', 'author': '二目', 'detail_url': 'https://book.qidian.com/info/1003306811', 'collection': '𘞍𘞄𘞉𘞇𘞇𘞍𘞅'}
+{'rank': 27, 'name': '赘婿', 'type_1': '历史', 'author': '愤怒的香蕉', 'detail_url': 'https://book.qidian.com/info/1979049', 'collection': '𘞍𘞄𘞉𘞇𘞄𘞄𘞍'}
+{'rank': 26, 'name': '全球高武', 'type_1': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1012237441', 'collection': '𘞍𘞄𘞉𘞈𘞋𘞂𘞋'}
+{'rank': 25, 'name': '汉乡', 'type_1': '历史', 'author': '孑与2', 'detail_url': 'https://book.qidian.com/info/1010136878', 'collection': '𘞍𘞄𘞈𘞌𘞇𘞈𘞄'}
+{'rank': 24, 'name': '大主宰', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/2750457', 'collection': '𘞍𘞄𘞅𘞆𘞍𘞄𘞄'}
+{'rank': 23, 'name': '镇妖博物馆', 'type_1': '悬疑', 'author': '阎ZK', 'detail_url': 'https://book.qidian.com/info/1026722127', 'collection': '𘞍𘞈𘞂𘞂𘞌𘞇𘞂'}
+{'rank': 22, 'name': '完美世界', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/2952453', 'collection': '𘞍𘞈𘞈𘞇𘞇𘞌𘞄'}
+{'rank': 21, 'name': '这游戏也太真实了', 'type_1': '轻小说', 'author': '晨星LL', 'detail_url': 'https://book.qidian.com/info/1029391348', 'collection': '𘞍𘞈𘞈𘞇𘞅𘞌𘞋'}
+{'rank': 20, 'name': '斗罗大陆', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1115277', 'collection': '𘞌𘞋𘞅𘞍𘞌𘞍𘞋'}
+{'rank': 19, 'name': '玄界之门', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/3676417', 'collection': '𘞌𘞍𘞆𘞉𘞄𘞈𘞌'}
+{'rank': 18, 'name': '从今天开始做藩王', 'type_1': '历史', 'author': '背着家的蜗牛', 'detail_url': 'https://book.qidian.com/info/1023831464', 'collection': '𘞌𘞂𘞉𘞆𘞍𘞋𘞄'}
+{'rank': 17, 'name': '斗罗大陆III龙王传说', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/3681560', 'collection': '𘞌𘞉𘞂𘞉𘞉𘞂𘞉'}
+{'rank': 16, 'name': '星门', 'type_1': '玄幻', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1027669580', 'collection': '𘞌𘞉𘞆𘞌𘞄𘞇𘞇'}
+{'rank': 15, 'name': '我真没想重生啊', 'type_1': '都市', 'author': '柳岸花又明', 'detail_url': 'https://book.qidian.com/info/1015648531', 'collection': '𘞌𘞇𘞍𘞂𘞈𘞈𘞄'}
+{'rank': 14, 'name': '斗破苍穹', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/1209977', 'collection': '𘞌𘞇𘞂𘞇𘞌𘞌𘞅'}
+{'rank': 13, 'name': '我的治愈系游戏', 'type_1': '悬疑', 'author': '我会修空调', 'detail_url': 'https://book.qidian.com/info/1025901449', 'collection': '𘞌𘞇𘞆𘞋𘞆𘞂𘞂'}
+{'rank': 12, 'name': '第一序列', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1013562540', 'collection': '𘞌𘞈𘞍𘞅𘞉𘞅𘞅'}
+{'rank': 11, 'name': '牧神记', 'type_1': '玄幻', 'author': '宅猪', 'detail_url': 'https://book.qidian.com/info/1009704712', 'collection': '𘞌𘞈𘞅𘞍𘞂𘞆𘞉'}
+{'rank': 10, 'name': '开局签到荒古圣体', 'type_1': '玄幻', 'author': 'J神', 'detail_url': 'https://book.qidian.com/info/1021378513', 'collection': '𘞌𘞅𘞄𘞄𘞅𘞄𘞅'}
+{'rank': 9, 'name': '夜的命名术', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1021617576', 'collection': '𘞂𘞌𘞋𘞇𘞈𘞌𘞅'}
+{'rank': 8, 'name': '从红月开始', 'type_1': '科幻', 'author': '黑山老鬼', 'detail_url': 'https://book.qidian.com/info/1024868626', 'collection': '𘞂𘞂𘞆𘞅𘞌𘞇𘞌'}
+{'rank': 7, 'name': '万族之劫', 'type_1': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1018027842', 'collection': '𘞂𘞄𘞇𘞄𘞉𘞌𘞄'}
+{'rank': 6, 'name': '我师兄实在太稳健了', 'type_1': '仙侠', 'author': '言归正传', 'detail_url': 'https://book.qidian.com/info/1016572786', 'collection': '𘞂𘞅𘞋𘞈𘞌𘞅𘞅'}
+{'rank': 5, 'name': '一念永恒', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/1003354631', 'collection': '𘞆𘞆𘞉𘞇𘞋𘞈𘞂'}
+{'rank': 4, 'name': '修真聊天群(聊天群的日常生活)', 'type_1': '都市', 'author': '圣骑士的传说', 'detail_url': 'https://book.qidian.com/info/3602691', 'collection': '𘞆𘞆𘞉𘞈𘞉𘞉𘞉'}
+{'rank': 3, 'name': '大奉打更人', 'type_1': '仙侠', 'author': '卖报小郎君', 'detail_url': 'https://book.qidian.com/info/1019664125', 'collection': '𘞆𘞄𘞈𘞈𘞆𘞇𘞈'}
+{'rank': 2, 'name': '诡秘之主', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1010868264', 'collection': '𘞉𘞄𘞄𘞍𘞌𘞄𘞄'}
+{'rank': 1, 'name': '圣墟', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1004608738', 'collection': '𘞇𘞄𘞍𘞌𘞆𘞆𘞋'}
+{'rank': 40, 'name': '轮回乐园', 'type_1': '轻小说', 'author': '那一只蚊子', 'detail_url': 'https://book.qidian.com/info/1009817672', 'collection': '𘜪𘜭𘜭𘜧𘜪𘜧𘜧'}
+{'rank': 39, 'name': '明克街13号', 'type_1': '都市', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1030870265', 'collection': '𘜪𘜭𘜥𘜧𘜬𘜥𘜩'}
+{'rank': 38, 'name': '庆余年', 'type_1': '历史', 'author': '猫腻', 'detail_url': 'https://book.qidian.com/info/114559', 'collection': '𘜪𘜭𘜩𘜪𘜪𘜪𘜪'}
+{'rank': 37, 'name': '稳住别浪', 'type_1': '都市', 'author': '跳舞', 'detail_url': 'https://book.qidian.com/info/1025325411', 'collection': '𘜪𘜥𘜮𘜮𘜧𘜭𘜩'}
+{'rank': 36, 'name': '天启预报', 'type_1': '奇幻', 'author': '风月', 'detail_url': 'https://book.qidian.com/info/1014180485', 'collection': '𘜪𘜥𘜭𘜬𘜪𘜥𘜥'}
+{'rank': 35, 'name': '不朽凡人', 'type_1': '仙侠', 'author': '鹅是老五', 'detail_url': 'https://book.qidian.com/info/1003307568', 'collection': '𘜪𘜥𘜫𘜮𘜪𘜭𘜨'}
+{'rank': 34, 'name': '深空彼岸', 'type_1': '都市', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1027339371', 'collection': '𘜪𘜥𘜫𘜭𘜥𘜫𘜩'}
+{'rank': 33, 'name': '凡人修仙传', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/107580', 'collection': '𘜪𘜥𘜨𘜪𘜩𘜬𘜨'}
+{'rank': 32, 'name': '大王饶命', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1010191960', 'collection': '𘜪𘜥𘜬𘜫𘜭𘜧𘜭'}
+{'rank': 31, 'name': '长夜余火', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1023422452', 'collection': '𘜪𘜫𘜪𘜪𘜫𘜧𘜮'}
+{'rank': 30, 'name': '飞剑问道', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1010468795', 'collection': '𘜪𘜫𘜩𘜥𘜦𘜧𘜪'}
+{'rank': 29, 'name': '平平无奇大师兄', 'type_1': '轻小说', 'author': '黑夜弥天', 'detail_url': 'https://book.qidian.com/info/1017176480', 'collection': '𘜪𘜨𘜧𘜬𘜭𘜬𘜪'}
+{'rank': 28, 'name': '放开那个女巫', 'type_1': '奇幻', 'author': '二目', 'detail_url': 'https://book.qidian.com/info/1003306811', 'collection': '𘜪𘜨𘜥𘜫𘜫𘜪𘜩'}
+{'rank': 27, 'name': '赘婿', 'type_1': '历史', 'author': '愤怒的香蕉', 'detail_url': 'https://book.qidian.com/info/1979049', 'collection': '𘜪𘜨𘜥𘜫𘜨𘜨𘜪'}
+{'rank': 26, 'name': '全球高武', 'type_1': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1012237441', 'collection': '𘜪𘜨𘜥𘜬𘜦𘜮𘜦'}
+{'rank': 25, 'name': '汉乡', 'type_1': '历史', 'author': '孑与2', 'detail_url': 'https://book.qidian.com/info/1010136878', 'collection': '𘜪𘜨𘜬𘜧𘜫𘜬𘜨'}
+{'rank': 24, 'name': '大主宰', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/2750457', 'collection': '𘜪𘜨𘜩𘜭𘜪𘜨𘜨'}
+{'rank': 23, 'name': '镇妖博物馆', 'type_1': '悬疑', 'author': '阎ZK', 'detail_url': 'https://book.qidian.com/info/1026722127', 'collection': '𘜪𘜬𘜮𘜮𘜧𘜫𘜮'}
+{'rank': 22, 'name': '完美世界', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/2952453', 'collection': '𘜪𘜬𘜬𘜫𘜫𘜧𘜨'}
+{'rank': 21, 'name': '这游戏也太真实了', 'type_1': '轻小说', 'author': '晨星LL', 'detail_url': 'https://book.qidian.com/info/1029391348', 'collection': '𘜪𘜬𘜬𘜫𘜩𘜧𘜦'}
+{'rank': 20, 'name': '斗罗大陆', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1115277', 'collection': '𘜧𘜦𘜩𘜪𘜧𘜪𘜦'}
+{'rank': 19, 'name': '玄界之门', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/3676417', 'collection': '𘜧𘜪𘜭𘜥𘜨𘜬𘜧'}
+{'rank': 18, 'name': '从今天开始做藩王', 'type_1': '历史', 'author': '背着家的蜗牛', 'detail_url': 'https://book.qidian.com/info/1023831464', 'collection': '𘜧𘜮𘜥𘜭𘜪𘜦𘜨'}
+{'rank': 17, 'name': '斗罗大陆III龙王传说', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/3681560', 'collection': '𘜧𘜥𘜮𘜥𘜥𘜮𘜥'}
+{'rank': 16, 'name': '星门', 'type_1': '玄幻', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1027669580', 'collection': '𘜧𘜥𘜭𘜧𘜨𘜫𘜫'}
+{'rank': 15, 'name': '我真没想重生啊', 'type_1': '都市', 'author': '柳岸花又明', 'detail_url': 'https://book.qidian.com/info/1015648531', 'collection': '𘜧𘜫𘜪𘜮𘜬𘜬𘜨'}
+{'rank': 14, 'name': '斗破苍穹', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/1209977', 'collection': '𘜧𘜫𘜮𘜫𘜧𘜧𘜩'}
+{'rank': 13, 'name': '我的治愈系游戏', 'type_1': '悬疑', 'author': '我会修空调', 'detail_url': 'https://book.qidian.com/info/1025901449', 'collection': '𘜧𘜫𘜭𘜦𘜭𘜮𘜮'}
+{'rank': 12, 'name': '第一序列', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1013562540', 'collection': '𘜧𘜬𘜪𘜩𘜥𘜩𘜩'}
+{'rank': 11, 'name': '牧神记', 'type_1': '玄幻', 'author': '宅猪', 'detail_url': 'https://book.qidian.com/info/1009704712', 'collection': '𘜧𘜬𘜩𘜪𘜮𘜭𘜥'}
+{'rank': 10, 'name': '开局签到荒古圣体', 'type_1': '玄幻', 'author': 'J神', 'detail_url': 'https://book.qidian.com/info/1021378513', 'collection': '𘜧𘜩𘜨𘜨𘜩𘜨𘜩'}
+{'rank': 9, 'name': '夜的命名术', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1021617576', 'collection': '𘜮𘜧𘜦𘜫𘜬𘜧𘜩'}
+{'rank': 8, 'name': '从红月开始', 'type_1': '科幻', 'author': '黑山老鬼', 'detail_url': 'https://book.qidian.com/info/1024868626', 'collection': '𘜮𘜮𘜭𘜩𘜧𘜫𘜧'}
+{'rank': 7, 'name': '万族之劫', 'type_1': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1018027842', 'collection': '𘜮𘜨𘜫𘜨𘜥𘜧𘜨'}
+{'rank': 6, 'name': '我师兄实在太稳健了', 'type_1': '仙侠', 'author': '言归正传', 'detail_url': 'https://book.qidian.com/info/1016572786', 'collection': '𘜮𘜩𘜦𘜬𘜧𘜩𘜩'}
+{'rank': 5, 'name': '一念永恒', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/1003354631', 'collection': '𘜭𘜭𘜥𘜫𘜦𘜬𘜮'}
+{'rank': 4, 'name': '修真聊天群(聊天群的日常生活)', 'type_1': '都市', 'author': '圣骑士的传说', 'detail_url': 'https://book.qidian.com/info/3602691', 'collection': '𘜭𘜭𘜥𘜬𘜥𘜥𘜥'}
+{'rank': 3, 'name': '大奉打更人', 'type_1': '仙侠', 'author': '卖报小郎君', 'detail_url': 'https://book.qidian.com/info/1019664125', 'collection': '𘜭𘜨𘜬𘜬𘜭𘜫𘜬'}
+{'rank': 2, 'name': '诡秘之主', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1010868264', 'collection': '𘜥𘜨𘜨𘜪𘜧𘜨𘜨'}
+{'rank': 1, 'name': '圣墟', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1004608738', 'collection': '𘜫𘜨𘜪𘜧𘜭𘜭𘜦'}
+{'rank': 100, 'name': '这个诅咒太棒了', 'type_1': '都市', 'author': '行者有三', 'detail_url': 'https://book.qidian.com/info/1024722226', 'collection': '𘜤𘜧𘜧𘜩𘜬𘜢'}
+{'rank': 99, 'name': '深夜书屋', 'type_1': '悬疑', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1011335417', 'collection': '𘜤𘜤𘜬𘜬𘜭𘜭'}
+{'rank': 98, 'name': '九鼎记', 'type_1': '武侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1321320', 'collection': '𘜤𘜤𘜤𘜨𘜪𘜥'}
+{'rank': 97, 'name': '赤心巡天', 'type_1': '仙侠', 'author': '情何以甚', 'detail_url': 'https://book.qidian.com/info/1016530091', 'collection': '𘜤𘜫𘜥𘜭𘜨𘜥'}
+{'rank': 96, 'name': '惊悚乐园', 'type_1': '游戏', 'author': '三天两觉', 'detail_url': 'https://book.qidian.com/info/2597043', 'collection': '𘜤𘜫𘜫𘜪𘜨𘜬'}
+{'rank': 95, 'name': '术师手册', 'type_1': '轻小说', 'author': '听日', 'detail_url': 'https://book.qidian.com/info/1025990049', 'collection': '𘜤𘜨𘜧𘜢𘜢𘜥'}
+{'rank': 94, 'name': '斗罗大陆V重生唐三', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1027996625', 'collection': '𘜤𘜨𘜧𘜥𘜨𘜧'}
+{'rank': 93, 'name': '原来我是修仙大佬', 'type_1': '仙侠', 'author': '木下雉水', 'detail_url': 'https://book.qidian.com/info/1022314396', 'collection': '𘜫𘜬𘜪𘜥𘜨𘜤'}
+{'rank': 92, 'name': '宇宙职业选手', 'type_1': '科幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1031581171', 'collection': '𘜫𘜬𘜧𘜧𘜪𘜭'}
+{'rank': 91, 'name': '金刚不坏大寨主', 'type_1': '武侠', 'author': '徍男', 'detail_url': 'https://book.qidian.com/info/1023502814', 'collection': '𘜫𘜬𘜤𘜬𘜢𘜩'}
+{'rank': 90, 'name': '明天下', 'type_1': '历史', 'author': '孑与2', 'detail_url': 'https://book.qidian.com/info/1015609210', 'collection': '𘜫𘜭𘜬𘜬𘜤𘜤'}
+{'rank': 89, 'name': '异常生物见闻录', 'type_1': '科幻', 'author': '远瞳', 'detail_url': 'https://book.qidian.com/info/3242304', 'collection': '𘜫𘜢𘜧𘜧𘜢𘜭'}
+{'rank': 88, 'name': '极道天魔', 'type_1': '仙侠', 'author': '滚开', 'detail_url': 'https://book.qidian.com/info/1005401501', 'collection': '𘜫𘜢𘜫𘜬𘜩𘜤'}
+{'rank': 87, 'name': '史上第一混乱', 'type_1': '都市', 'author': '张小花', 'detail_url': 'https://book.qidian.com/info/174075', 'collection': '𘜫𘜥𘜢𘜭𘜧𘜭'}
+{'rank': 86, 'name': '校花的贴身高手', 'type_1': '都市', 'author': '鱼人二代', 'detail_url': 'https://book.qidian.com/info/1931432', 'collection': '𘜫𘜩𘜬𘜢𘜥𘜢'}
+{'rank': 85, 'name': '我的女友是恶劣大小姐', 'type_1': '轻小说', 'author': '掠过的乌鸦', 'detail_url': 'https://book.qidian.com/info/1021671831', 'collection': '𘜫𘜩𘜪𘜢𘜪𘜥'}
+{'rank': 84, 'name': '莽荒纪', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/2502372', 'collection': '𘜫𘜩𘜥𘜫𘜨𘜪'}
+{'rank': 83, 'name': '一世之尊', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/3249362', 'collection': '𘜫𘜧𘜬𘜩𘜫𘜭'}
+{'rank': 82, 'name': '我用闲书成圣人', 'type_1': '仙侠', 'author': '出走八万里', 'detail_url': 'https://book.qidian.com/info/1028463573', 'collection': '𘜫𘜧𘜪𘜧𘜩𘜥'}
+{'rank': 81, 'name': '绍宋', 'type_1': '历史', 'author': '榴弹怕水', 'detail_url': 'https://book.qidian.com/info/1017281778', 'collection': '𘜫𘜧𘜩𘜧𘜥𘜫'}
+{'rank': 80, 'name': '兰若蝉声', 'type_1': '短篇', 'author': '扫叶僧', 'detail_url': 'https://book.qidian.com/info/1016459104', 'collection': '𘡩𘡢𘡫𘡨𘡩𘡪'}
+{'rank': 79, 'name': '仙逆', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/1264634', 'collection': '𘡩𘡥𘡥𘡢𘡫𘡦'}
+{'rank': 78, 'name': '魔临', 'type_1': '悬疑', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1016560323', 'collection': '𘡩𘡨𘡣𘡨𘡥𘡨'}
+{'rank': 77, 'name': '神墓', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/63856', 'collection': '𘡨𘡣𘡦𘡫𘡪𘡠'}
+{'rank': 76, 'name': '天道图书馆', 'type_1': '玄幻', 'author': '横扫天涯', 'detail_url': 'https://book.qidian.com/info/1004179514', 'collection': '𘡨𘡢𘡣𘡠𘡫𘡪'}
+{'rank': 75, 'name': '神秘复苏', 'type_1': '仙侠', 'author': '佛前献花', 'detail_url': 'https://book.qidian.com/info/1012584111', 'collection': '𘡨𘡢𘡢𘡠𘡩𘡪'}
+{'rank': 74, 'name': '黎明之剑', 'type_1': '科幻', 'author': '远瞳', 'detail_url': 'https://book.qidian.com/info/1010400217', 'collection': '𘡨𘡥𘡦𘡪𘡥𘡧'}
+{'rank': 73, 'name': '学霸的黑科技系统', 'type_1': '科幻', 'author': '晨星LL', 'detail_url': 'https://book.qidian.com/info/1011449273', 'collection': '𘡨𘡩𘡦𘡩𘡨𘡢'}
+{'rank': 72, 'name': '斗罗大陆IV终极斗罗', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1013406185', 'collection': '𘡠𘡣𘡣𘡪𘡣𘡦𘡪'}
+{'rank': 71, 'name': '视死如归魏君子', 'type_1': '轻小说', 'author': '平层', 'detail_url': 'https://book.qidian.com/info/1027440366', 'collection': '𘡠𘡣𘡠𘡢𘡩𘡩𘡩'}
+{'rank': 70, 'name': '大梦主', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/1016534035', 'collection': '𘡠𘡣𘡦𘡫𘡦𘡦𘡦'}
+{'rank': 69, 'name': '临渊行', 'type_1': '玄幻', 'author': '宅猪', 'detail_url': 'https://book.qidian.com/info/1017125042', 'collection': '𘡠𘡣𘡪𘡣𘡨𘡧𘡨'}
+{'rank': 68, 'name': '从斗罗开始打卡', 'type_1': '轻小说', 'author': '夏竖琴', 'detail_url': 'https://book.qidian.com/info/1016869634', 'collection': '𘡠𘡣𘡪𘡥𘡦𘡧𘡪'}
+{'rank': 67, 'name': '盗墓笔记', 'type_1': '悬疑', 'author': '南派三叔', 'detail_url': 'https://book.qidian.com/info/68223', 'collection': '𘡠𘡣𘡫𘡦𘡨𘡥𘡦'}
+{'rank': 66, 'name': '签到十年,我被绝色师姐曝光了', 'type_1': '玄幻', 'author': '卿慕寒', 'detail_url': 'https://book.qidian.com/info/1025826037', 'collection': '𘡠𘡣𘡫𘡫𘡣𘡦𘡫'}
+{'rank': 65, 'name': '我欲封天', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/3106580', 'collection': '𘡠𘡠𘡣𘡨𘡩𘡪𘡢'}
+{'rank': 64, 'name': '我有一座冒险屋', 'type_1': '悬疑', 'author': '我会修空调', 'detail_url': 'https://book.qidian.com/info/1012284323', 'collection': '𘡠𘡠𘡦𘡫𘡦𘡦𘡥'}
+{'rank': 63, 'name': '九星毒奶', 'type_1': '科幻', 'author': '育', 'detail_url': 'https://book.qidian.com/info/1013432302', 'collection': '𘡠𘡠𘡪𘡧𘡫𘡪𘡠'}
+{'rank': 62, 'name': '烂柯棋缘', 'type_1': '仙侠', 'author': '真费事', 'detail_url': 'https://book.qidian.com/info/1015990091', 'collection': '𘡠𘡠𘡧𘡥𘡠𘡧𘡢'}
+{'rank': 61, 'name': '我的徒弟都是大反派', 'type_1': '玄幻', 'author': '谋生任转蓬', 'detail_url': 'https://book.qidian.com/info/1016660823', 'collection': '𘡠𘡠𘡥𘡧𘡩𘡦𘡨'}
+{'rank': 60, 'name': '道君', 'type_1': '仙侠', 'author': '跃千愁', 'detail_url': 'https://book.qidian.com/info/1005236478', 'collection': '𘡠𘡠𘡩𘡢𘡩𘡨𘡧'}
+{'rank': 59, 'name': '吞噬星空', 'type_1': '科幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1639199', 'collection': '𘡠𘡠𘡨𘡥𘡩𘡫𘡫'}
+{'rank': 58, 'name': '武动乾坤', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/2048120', 'collection': '𘡠𘡦𘡠𘡩𘡥𘡠𘡧'}
+{'rank': 57, 'name': '朕', 'type_1': '历史', 'author': '王梓钧', 'detail_url': 'https://book.qidian.com/info/1028520538', 'collection': '𘡠𘡦𘡦𘡠𘡧𘡣𘡨'}
+{'rank': 56, 'name': '斗罗大陆II绝世唐门', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/2517792', 'collection': '𘡠𘡦𘡧𘡦𘡣𘡨𘡢'}
+{'rank': 55, 'name': '万界天尊', 'type_1': '玄幻', 'author': '血红', 'detail_url': 'https://book.qidian.com/info/1005238666', 'collection': '𘡠𘡦𘡫𘡣𘡦𘡧𘡩'}
+{'rank': 54, 'name': '亏成首富从游戏开始', 'type_1': '游戏', 'author': '青衫取醉', 'detail_url': 'https://book.qidian.com/info/1016150754', 'collection': '𘡠𘡦𘡢𘡠𘡣𘡧𘡠'}
+{'rank': 53, 'name': '超神机械师', 'type_1': '游戏', 'author': '齐佩甲', 'detail_url': 'https://book.qidian.com/info/1009480992', 'collection': '𘡠𘡦𘡥𘡠𘡩𘡦𘡧'}
+{'rank': 52, 'name': '我就是不按套路出牌', 'type_1': '轻小说', 'author': '百分之七', 'detail_url': 'https://book.qidian.com/info/1021578188', 'collection': '𘡠𘡦𘡨𘡧𘡣𘡩𘡢'}
+{'rank': 51, 'name': '美食供应商', 'type_1': '都市', 'author': '会做菜的猫', 'detail_url': 'https://book.qidian.com/info/1003667321', 'collection': '𘡠𘡪𘡣𘡣𘡩𘡠𘡠'}
+{'rank': 50, 'name': '盘龙', 'type_1': '奇幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1017141', 'collection': '𘡠𘡪𘡣𘡦𘡠𘡥𘡣'}
+{'rank': 49, 'name': '雪鹰领主', 'type_1': '玄幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/3513193', 'collection': '𘡠𘡪𘡠𘡧𘡪𘡪𘡪'}
+{'rank': 48, 'name': '将夜', 'type_1': '玄幻', 'author': '猫腻', 'detail_url': 'https://book.qidian.com/info/2083259', 'collection': '𘡠𘡪𘡠𘡢𘡢𘡠𘡣'}
+{'rank': 47, 'name': '星辰变', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/118447', 'collection': '𘡠𘡪𘡪𘡨𘡦𘡦𘡨'}
+{'rank': 46, 'name': '不科学御兽', 'type_1': '玄幻', 'author': '轻泉流响', 'detail_url': 'https://book.qidian.com/info/1029006481', 'collection': '𘡠𘡪𘡧𘡧𘡨𘡫𘡪'}
+{'rank': 45, 'name': '遮天', 'type_1': '仙侠', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1735921', 'collection': '𘡠𘡪𘡥𘡨𘡨𘡫𘡢'}
+{'rank': 44, 'name': '全职高手', 'type_1': '游戏', 'author': '蝴蝶蓝', 'detail_url': 'https://book.qidian.com/info/1887208', 'collection': '𘡠𘡪𘡨𘡠𘡣𘡠𘡨'}
+{'rank': 43, 'name': '大魏读书人', 'type_1': '仙侠', 'author': '七月未时', 'detail_url': 'https://book.qidian.com/info/1029160231', 'collection': '𘡠𘡪𘡨𘡢𘡫𘡠𘡪'}
+{'rank': 42, 'name': '凡人修仙之仙界篇', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/1010734492', 'collection': '𘡠𘡧𘡣𘡨𘡫𘡨𘡫'}
+{'rank': 41, 'name': '这个人仙太过正经', 'type_1': '仙侠', 'author': '言归正传', 'detail_url': 'https://book.qidian.com/info/1021635590', 'collection': '𘡠𘡧𘡦𘡫𘡦𘡠𘡢'}
+{'rank': 40, 'name': '轮回乐园', 'type_1': '轻小说', 'author': '那一只蚊子', 'detail_url': 'https://book.qidian.com/info/1009817672', 'collection': '𘡠𘡧𘡧𘡦𘡠𘡦𘡦'}
+{'rank': 39, 'name': '明克街13号', 'type_1': '都市', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1030870265', 'collection': '𘡠𘡧𘡫𘡦𘡩𘡫𘡨'}
+{'rank': 38, 'name': '庆余年', 'type_1': '历史', 'author': '猫腻', 'detail_url': 'https://book.qidian.com/info/114559', 'collection': '𘡠𘡧𘡨𘡠𘡠𘡠𘡠'}
+{'rank': 37, 'name': '稳住别浪', 'type_1': '都市', 'author': '跳舞', 'detail_url': 'https://book.qidian.com/info/1025325411', 'collection': '𘡠𘡫𘡪𘡪𘡦𘡧𘡨'}
+{'rank': 36, 'name': '天启预报', 'type_1': '奇幻', 'author': '风月', 'detail_url': 'https://book.qidian.com/info/1014180485', 'collection': '𘡠𘡫𘡧𘡩𘡠𘡫𘡫'}
+{'rank': 35, 'name': '不朽凡人', 'type_1': '仙侠', 'author': '鹅是老五', 'detail_url': 'https://book.qidian.com/info/1003307568', 'collection': '𘡠𘡫𘡢𘡪𘡠𘡧𘡥'}
+{'rank': 34, 'name': '深空彼岸', 'type_1': '都市', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1027339371', 'collection': '𘡠𘡫𘡢𘡧𘡫𘡢𘡨'}
+{'rank': 33, 'name': '凡人修仙传', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/107580', 'collection': '𘡠𘡫𘡥𘡠𘡨𘡩𘡥'}
+{'rank': 32, 'name': '大王饶命', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1010191960', 'collection': '𘡠𘡫𘡩𘡢𘡧𘡦𘡧'}
+{'rank': 31, 'name': '长夜余火', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1023422452', 'collection': '𘡠𘡢𘡠𘡠𘡢𘡦𘡪'}
+{'rank': 30, 'name': '飞剑问道', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1010468795', 'collection': '𘡠𘡢𘡨𘡫𘡣𘡦𘡠'}
+{'rank': 29, 'name': '平平无奇大师兄', 'type_1': '轻小说', 'author': '黑夜弥天', 'detail_url': 'https://book.qidian.com/info/1017176480', 'collection': '𘡠𘡥𘡦𘡩𘡧𘡩𘡠'}
+{'rank': 28, 'name': '放开那个女巫', 'type_1': '奇幻', 'author': '二目', 'detail_url': 'https://book.qidian.com/info/1003306811', 'collection': '𘡠𘡥𘡫𘡢𘡢𘡠𘡨'}
+{'rank': 27, 'name': '赘婿', 'type_1': '历史', 'author': '愤怒的香蕉', 'detail_url': 'https://book.qidian.com/info/1979049', 'collection': '𘡠𘡥𘡫𘡢𘡥𘡥𘡠'}
+{'rank': 26, 'name': '全球高武', 'type_1': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1012237441', 'collection': '𘡠𘡥𘡫𘡩𘡣𘡪𘡣'}
+{'rank': 25, 'name': '汉乡', 'type_1': '历史', 'author': '孑与2', 'detail_url': 'https://book.qidian.com/info/1010136878', 'collection': '𘡠𘡥𘡩𘡦𘡢𘡩𘡥'}
+{'rank': 24, 'name': '大主宰', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/2750457', 'collection': '𘡠𘡥𘡨𘡧𘡠𘡥𘡥'}
+{'rank': 23, 'name': '镇妖博物馆', 'type_1': '悬疑', 'author': '阎ZK', 'detail_url': 'https://book.qidian.com/info/1026722127', 'collection': '𘡠𘡩𘡪𘡪𘡦𘡢𘡪'}
+{'rank': 22, 'name': '完美世界', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/2952453', 'collection': '𘡠𘡩𘡩𘡢𘡢𘡦𘡥'}
+{'rank': 21, 'name': '这游戏也太真实了', 'type_1': '轻小说', 'author': '晨星LL', 'detail_url': 'https://book.qidian.com/info/1029391348', 'collection': '𘡠𘡩𘡩𘡢𘡨𘡦𘡣'}
+{'rank': 20, 'name': '斗罗大陆', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1115277', 'collection': '𘡦𘡣𘡨𘡠𘡦𘡠𘡣'}
+{'rank': 19, 'name': '玄界之门', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/3676417', 'collection': '𘡦𘡠𘡧𘡫𘡥𘡩𘡦'}
+{'rank': 18, 'name': '从今天开始做藩王', 'type_1': '历史', 'author': '背着家的蜗牛', 'detail_url': 'https://book.qidian.com/info/1023831464', 'collection': '𘡦𘡪𘡫𘡧𘡠𘡣𘡥'}
+{'rank': 17, 'name': '斗罗大陆III龙王传说', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/3681560', 'collection': '𘡦𘡫𘡪𘡫𘡫𘡪𘡫'}
+{'rank': 16, 'name': '星门', 'type_1': '玄幻', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1027669580', 'collection': '𘡦𘡫𘡧𘡦𘡥𘡢𘡢'}
+{'rank': 15, 'name': '我真没想重生啊', 'type_1': '都市', 'author': '柳岸花又明', 'detail_url': 'https://book.qidian.com/info/1015648531', 'collection': '𘡦𘡢𘡠𘡪𘡩𘡩𘡥'}
+{'rank': 14, 'name': '斗破苍穹', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/1209977', 'collection': '𘡦𘡢𘡪𘡢𘡦𘡦𘡨'}
+{'rank': 13, 'name': '我的治愈系游戏', 'type_1': '悬疑', 'author': '我会修空调', 'detail_url': 'https://book.qidian.com/info/1025901449', 'collection': '𘡦𘡢𘡧𘡣𘡧𘡪𘡪'}
+{'rank': 12, 'name': '第一序列', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1013562540', 'collection': '𘡦𘡩𘡠𘡨𘡫𘡨𘡨'}
+{'rank': 11, 'name': '牧神记', 'type_1': '玄幻', 'author': '宅猪', 'detail_url': 'https://book.qidian.com/info/1009704712', 'collection': '𘡦𘡩𘡨𘡠𘡪𘡧𘡫'}
+{'rank': 10, 'name': '开局签到荒古圣体', 'type_1': '玄幻', 'author': 'J神', 'detail_url': 'https://book.qidian.com/info/1021378513', 'collection': '𘡦𘡨𘡥𘡥𘡨𘡥𘡨'}
+{'rank': 9, 'name': '夜的命名术', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1021617576', 'collection': '𘡪𘡦𘡣𘡢𘡩𘡦𘡨'}
+{'rank': 8, 'name': '从红月开始', 'type_1': '科幻', 'author': '黑山老鬼', 'detail_url': 'https://book.qidian.com/info/1024868626', 'collection': '𘡪𘡪𘡧𘡨𘡦𘡢𘡦'}
+{'rank': 7, 'name': '万族之劫', 'type_1': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1018027842', 'collection': '𘡪𘡥𘡢𘡥𘡫𘡦𘡥'}
+{'rank': 6, 'name': '我师兄实在太稳健了', 'type_1': '仙侠', 'author': '言归正传', 'detail_url': 'https://book.qidian.com/info/1016572786', 'collection': '𘡪𘡨𘡣𘡩𘡦𘡨𘡨'}
+{'rank': 5, 'name': '一念永恒', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/1003354631', 'collection': '𘡧𘡧𘡫𘡢𘡣𘡩𘡪'}
+{'rank': 4, 'name': '修真聊天群(聊天群的日常生活)', 'type_1': '都市', 'author': '圣骑士的传说', 'detail_url': 'https://book.qidian.com/info/3602691', 'collection': '𘡧𘡧𘡫𘡩𘡫𘡫𘡫'}
+{'rank': 3, 'name': '大奉打更人', 'type_1': '仙侠', 'author': '卖报小郎君', 'detail_url': 'https://book.qidian.com/info/1019664125', 'collection': '𘡧𘡥𘡩𘡩𘡧𘡢𘡩'}
+{'rank': 2, 'name': '诡秘之主', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1010868264', 'collection': '𘡫𘡥𘡥𘡠𘡦𘡥𘡥'}
+{'rank': 1, 'name': '圣墟', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1004608738', 'collection': '𘡢𘡥𘡠𘡦𘡧𘡧𘡣'}
+{'rank': 100, 'name': '这个诅咒太棒了', 'type_1': '都市', 'author': '行者有三', 'detail_url': 'https://book.qidian.com/info/1024722226', 'collection': '𘠙𘠔𘠔𘠒𘠓𘠛'}
+{'rank': 99, 'name': '深夜书屋', 'type_1': '悬疑', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1011335417', 'collection': '𘠙𘠙𘠓𘠓𘠖𘠖'}
+{'rank': 98, 'name': '九鼎记', 'type_1': '武侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1321320', 'collection': '𘠙𘠙𘠙𘠚𘠗𘠕'}
+{'rank': 97, 'name': '赤心巡天', 'type_1': '仙侠', 'author': '情何以甚', 'detail_url': 'https://book.qidian.com/info/1016530091', 'collection': '𘠙𘠐𘠕𘠖𘠚𘠕'}
+{'rank': 96, 'name': '惊悚乐园', 'type_1': '游戏', 'author': '三天两觉', 'detail_url': 'https://book.qidian.com/info/2597043', 'collection': '𘠙𘠐𘠐𘠗𘠚𘠓'}
+{'rank': 95, 'name': '术师手册', 'type_1': '轻小说', 'author': '听日', 'detail_url': 'https://book.qidian.com/info/1025990049', 'collection': '𘠙𘠚𘠔𘠛𘠛𘠕'}
+{'rank': 94, 'name': '斗罗大陆V重生唐三', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1027996625', 'collection': '𘠙𘠚𘠔𘠕𘠚𘠔'}
+{'rank': 93, 'name': '原来我是修仙大佬', 'type_1': '仙侠', 'author': '木下雉水', 'detail_url': 'https://book.qidian.com/info/1022314396', 'collection': '𘠐𘠓𘠗𘠕𘠚𘠙'}
+{'rank': 92, 'name': '宇宙职业选手', 'type_1': '科幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1031581171', 'collection': '𘠐𘠓𘠔𘠔𘠗𘠖'}
+{'rank': 91, 'name': '金刚不坏大寨主', 'type_1': '武侠', 'author': '徍男', 'detail_url': 'https://book.qidian.com/info/1023502814', 'collection': '𘠐𘠓𘠙𘠓𘠛𘠒'}
+{'rank': 90, 'name': '明天下', 'type_1': '历史', 'author': '孑与2', 'detail_url': 'https://book.qidian.com/info/1015609210', 'collection': '𘠐𘠖𘠓𘠓𘠙𘠙'}
+{'rank': 89, 'name': '异常生物见闻录', 'type_1': '科幻', 'author': '远瞳', 'detail_url': 'https://book.qidian.com/info/3242304', 'collection': '𘠐𘠛𘠔𘠔𘠛𘠖'}
+{'rank': 88, 'name': '极道天魔', 'type_1': '仙侠', 'author': '滚开', 'detail_url': 'https://book.qidian.com/info/1005401501', 'collection': '𘠐𘠛𘠐𘠓𘠒𘠙'}
+{'rank': 87, 'name': '史上第一混乱', 'type_1': '都市', 'author': '张小花', 'detail_url': 'https://book.qidian.com/info/174075', 'collection': '𘠐𘠕𘠛𘠖𘠔𘠖'}
+{'rank': 86, 'name': '校花的贴身高手', 'type_1': '都市', 'author': '鱼人二代', 'detail_url': 'https://book.qidian.com/info/1931432', 'collection': '𘠐𘠒𘠓𘠛𘠕𘠛'}
+{'rank': 85, 'name': '我的女友是恶劣大小姐', 'type_1': '轻小说', 'author': '掠过的乌鸦', 'detail_url': 'https://book.qidian.com/info/1021671831', 'collection': '𘠐𘠒𘠗𘠛𘠗𘠕'}
+{'rank': 84, 'name': '莽荒纪', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/2502372', 'collection': '𘠐𘠒𘠕𘠐𘠚𘠗'}
+{'rank': 83, 'name': '一世之尊', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/3249362', 'collection': '𘠐𘠔𘠓𘠒𘠐𘠖'}
+{'rank': 82, 'name': '我用闲书成圣人', 'type_1': '仙侠', 'author': '出走八万里', 'detail_url': 'https://book.qidian.com/info/1028463573', 'collection': '𘠐𘠔𘠗𘠔𘠒𘠕'}
+{'rank': 81, 'name': '绍宋', 'type_1': '历史', 'author': '榴弹怕水', 'detail_url': 'https://book.qidian.com/info/1017281778', 'collection': '𘠐𘠔𘠒𘠔𘠕𘠐'}
+{'rank': 80, 'name': '兰若蝉声', 'type_1': '短篇', 'author': '扫叶僧', 'detail_url': 'https://book.qidian.com/info/1016459104', 'collection': '𘠐𘠔𘠒𘠚𘠐𘠛'}
+{'rank': 79, 'name': '仙逆', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/1264634', 'collection': '𘠐𘠙𘠙𘠔𘠒𘠖'}
+{'rank': 78, 'name': '魔临', 'type_1': '悬疑', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1016560323', 'collection': '𘠐𘠚𘠓𘠚𘠙𘠚'}
+{'rank': 77, 'name': '神墓', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/63856', 'collection': '𘠚𘠓𘠖𘠒𘠛𘠗'}
+{'rank': 76, 'name': '天道图书馆', 'type_1': '玄幻', 'author': '横扫天涯', 'detail_url': 'https://book.qidian.com/info/1004179514', 'collection': '𘠚𘠔𘠓𘠗𘠒𘠛'}
+{'rank': 75, 'name': '神秘复苏', 'type_1': '仙侠', 'author': '佛前献花', 'detail_url': 'https://book.qidian.com/info/1012584111', 'collection': '𘠚𘠔𘠔𘠗𘠐𘠛'}
+{'rank': 74, 'name': '黎明之剑', 'type_1': '科幻', 'author': '远瞳', 'detail_url': 'https://book.qidian.com/info/1010400217', 'collection': '𘠚𘠙𘠖𘠛𘠙𘠕'}
+{'rank': 73, 'name': '学霸的黑科技系统', 'type_1': '科幻', 'author': '晨星LL', 'detail_url': 'https://book.qidian.com/info/1011449273', 'collection': '𘠚𘠐𘠖𘠐𘠚𘠔'}
+{'rank': 72, 'name': '斗罗大陆IV终极斗罗', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1013406185', 'collection': '𘠗𘠓𘠓𘠛𘠓𘠖𘠛'}
+{'rank': 71, 'name': '视死如归魏君子', 'type_1': '轻小说', 'author': '平层', 'detail_url': 'https://book.qidian.com/info/1027440366', 'collection': '𘠗𘠓𘠗𘠔𘠐𘠐𘠐'}
+{'rank': 70, 'name': '大梦主', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/1016534035', 'collection': '𘠗𘠓𘠖𘠒𘠖𘠖𘠖'}
+{'rank': 69, 'name': '临渊行', 'type_1': '玄幻', 'author': '宅猪', 'detail_url': 'https://book.qidian.com/info/1017125042', 'collection': '𘠗𘠓𘠛𘠓𘠚𘠕𘠚'}
+{'rank': 68, 'name': '从斗罗开始打卡', 'type_1': '轻小说', 'author': '夏竖琴', 'detail_url': 'https://book.qidian.com/info/1016869634', 'collection': '𘠗𘠓𘠛𘠙𘠖𘠕𘠛'}
+{'rank': 67, 'name': '盗墓笔记', 'type_1': '悬疑', 'author': '南派三叔', 'detail_url': 'https://book.qidian.com/info/68223', 'collection': '𘠗𘠓𘠒𘠖𘠚𘠙𘠖'}
+{'rank': 66, 'name': '签到十年,我被绝色师姐曝光了', 'type_1': '玄幻', 'author': '卿慕寒', 'detail_url': 'https://book.qidian.com/info/1025826037', 'collection': '𘠗𘠓𘠒𘠒𘠓𘠖𘠒'}
+{'rank': 65, 'name': '我欲封天', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/3106580', 'collection': '𘠗𘠗𘠓𘠚𘠐𘠛𘠔'}
+{'rank': 64, 'name': '我有一座冒险屋', 'type_1': '悬疑', 'author': '我会修空调', 'detail_url': 'https://book.qidian.com/info/1012284323', 'collection': '𘠗𘠗𘠖𘠒𘠖𘠖𘠙'}
+{'rank': 63, 'name': '九星毒奶', 'type_1': '科幻', 'author': '育', 'detail_url': 'https://book.qidian.com/info/1013432302', 'collection': '𘠗𘠗𘠛𘠕𘠒𘠛𘠗'}
+{'rank': 62, 'name': '烂柯棋缘', 'type_1': '仙侠', 'author': '真费事', 'detail_url': 'https://book.qidian.com/info/1015990091', 'collection': '𘠗𘠗𘠕𘠙𘠗𘠕𘠔'}
+{'rank': 61, 'name': '我的徒弟都是大反派', 'type_1': '玄幻', 'author': '谋生任转蓬', 'detail_url': 'https://book.qidian.com/info/1016660823', 'collection': '𘠗𘠗𘠙𘠕𘠐𘠖𘠚'}
+{'rank': 60, 'name': '道君', 'type_1': '仙侠', 'author': '跃千愁', 'detail_url': 'https://book.qidian.com/info/1005236478', 'collection': '𘠗𘠗𘠐𘠔𘠐𘠚𘠕'}
+{'rank': 59, 'name': '吞噬星空', 'type_1': '科幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1639199', 'collection': '𘠗𘠗𘠚𘠙𘠐𘠒𘠒'}
+{'rank': 58, 'name': '武动乾坤', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/2048120', 'collection': '𘠗𘠖𘠗𘠐𘠙𘠗𘠕'}
+{'rank': 57, 'name': '朕', 'type_1': '历史', 'author': '王梓钧', 'detail_url': 'https://book.qidian.com/info/1028520538', 'collection': '𘠗𘠖𘠖𘠗𘠕𘠓𘠚'}
+{'rank': 56, 'name': '斗罗大陆II绝世唐门', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/2517792', 'collection': '𘠗𘠖𘠕𘠖𘠓𘠚𘠔'}
+{'rank': 55, 'name': '万界天尊', 'type_1': '玄幻', 'author': '血红', 'detail_url': 'https://book.qidian.com/info/1005238666', 'collection': '𘠗𘠖𘠒𘠓𘠖𘠕𘠐'}
+{'rank': 54, 'name': '亏成首富从游戏开始', 'type_1': '游戏', 'author': '青衫取醉', 'detail_url': 'https://book.qidian.com/info/1016150754', 'collection': '𘠗𘠖𘠔𘠗𘠓𘠕𘠗'}
+{'rank': 53, 'name': '超神机械师', 'type_1': '游戏', 'author': '齐佩甲', 'detail_url': 'https://book.qidian.com/info/1009480992', 'collection': '𘠗𘠖𘠙𘠗𘠐𘠖𘠕'}
+{'rank': 52, 'name': '我就是不按套路出牌', 'type_1': '轻小说', 'author': '百分之七', 'detail_url': 'https://book.qidian.com/info/1021578188', 'collection': '𘠗𘠖𘠚𘠕𘠓𘠐𘠔'}
+{'rank': 51, 'name': '美食供应商', 'type_1': '都市', 'author': '会做菜的猫', 'detail_url': 'https://book.qidian.com/info/1003667321', 'collection': '𘠗𘠛𘠓𘠓𘠐𘠗𘠗'}
+{'rank': 50, 'name': '盘龙', 'type_1': '奇幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1017141', 'collection': '𘠗𘠛𘠓𘠖𘠗𘠙𘠓'}
+{'rank': 49, 'name': '雪鹰领主', 'type_1': '玄幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/3513193', 'collection': '𘠗𘠛𘠗𘠕𘠛𘠛𘠛'}
+{'rank': 48, 'name': '将夜', 'type_1': '玄幻', 'author': '猫腻', 'detail_url': 'https://book.qidian.com/info/2083259', 'collection': '𘠗𘠛𘠗𘠔𘠔𘠗𘠓'}
+{'rank': 47, 'name': '星辰变', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/118447', 'collection': '𘠗𘠛𘠛𘠚𘠖𘠖𘠚'}
+{'rank': 46, 'name': '不科学御兽', 'type_1': '玄幻', 'author': '轻泉流响', 'detail_url': 'https://book.qidian.com/info/1029006481', 'collection': '𘠗𘠛𘠕𘠕𘠚𘠒𘠛'}
+{'rank': 45, 'name': '遮天', 'type_1': '仙侠', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1735921', 'collection': '𘠗𘠛𘠙𘠚𘠚𘠒𘠔'}
+{'rank': 44, 'name': '全职高手', 'type_1': '游戏', 'author': '蝴蝶蓝', 'detail_url': 'https://book.qidian.com/info/1887208', 'collection': '𘠗𘠛𘠚𘠗𘠓𘠗𘠚'}
+{'rank': 43, 'name': '大魏读书人', 'type_1': '仙侠', 'author': '七月未时', 'detail_url': 'https://book.qidian.com/info/1029160231', 'collection': '𘠗𘠛𘠚𘠔𘠒𘠗𘠛'}
+{'rank': 42, 'name': '凡人修仙之仙界篇', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/1010734492', 'collection': '𘠗𘠕𘠓𘠚𘠒𘠚𘠒'}
+{'rank': 41, 'name': '这个人仙太过正经', 'type_1': '仙侠', 'author': '言归正传', 'detail_url': 'https://book.qidian.com/info/1021635590', 'collection': '𘠗𘠕𘠖𘠒𘠖𘠗𘠔'}
+{'rank': 40, 'name': '轮回乐园', 'type_1': '轻小说', 'author': '那一只蚊子', 'detail_url': 'https://book.qidian.com/info/1009817672', 'collection': '𘜪𘜥𘜥𘜭𘜪𘜭𘜭'}
+{'rank': 39, 'name': '明克街13号', 'type_1': '都市', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1030870265', 'collection': '𘜪𘜥𘜩𘜭𘜫𘜩𘜨'}
+{'rank': 38, 'name': '庆余年', 'type_1': '历史', 'author': '猫腻', 'detail_url': 'https://book.qidian.com/info/114559', 'collection': '𘜪𘜥𘜨𘜪𘜪𘜪𘜪'}
+{'rank': 37, 'name': '稳住别浪', 'type_1': '都市', 'author': '跳舞', 'detail_url': 'https://book.qidian.com/info/1025325411', 'collection': '𘜪𘜩𘜢𘜢𘜭𘜥𘜨'}
+{'rank': 36, 'name': '天启预报', 'type_1': '奇幻', 'author': '风月', 'detail_url': 'https://book.qidian.com/info/1014180485', 'collection': '𘜪𘜩𘜥𘜫𘜪𘜩𘜩'}
+{'rank': 35, 'name': '不朽凡人', 'type_1': '仙侠', 'author': '鹅是老五', 'detail_url': 'https://book.qidian.com/info/1003307568', 'collection': '𘜪𘜩𘜧𘜢𘜪𘜥𘜤'}
+{'rank': 34, 'name': '深空彼岸', 'type_1': '都市', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1027339371', 'collection': '𘜪𘜩𘜧𘜥𘜩𘜧𘜨'}
+{'rank': 33, 'name': '凡人修仙传', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/107580', 'collection': '𘜪𘜩𘜤𘜪𘜨𘜫𘜤'}
+{'rank': 32, 'name': '大王饶命', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1010191960', 'collection': '𘜪𘜩𘜫𘜧𘜥𘜭𘜥'}
+{'rank': 31, 'name': '长夜余火', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1023422452', 'collection': '𘜪𘜧𘜪𘜪𘜧𘜭𘜢'}
+{'rank': 30, 'name': '飞剑问道', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1010468795', 'collection': '𘜪𘜧𘜨𘜩𘜬𘜭𘜪'}
+{'rank': 29, 'name': '平平无奇大师兄', 'type_1': '轻小说', 'author': '黑夜弥天', 'detail_url': 'https://book.qidian.com/info/1017176480', 'collection': '𘜪𘜤𘜭𘜫𘜥𘜫𘜪'}
+{'rank': 28, 'name': '放开那个女巫', 'type_1': '奇幻', 'author': '二目', 'detail_url': 'https://book.qidian.com/info/1003306811', 'collection': '𘜪𘜤𘜩𘜧𘜧𘜪𘜨'}
+{'rank': 27, 'name': '赘婿', 'type_1': '历史', 'author': '愤怒的香蕉', 'detail_url': 'https://book.qidian.com/info/1979049', 'collection': '𘜪𘜤𘜩𘜧𘜤𘜤𘜪'}
+{'rank': 26, 'name': '全球高武', 'type_1': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1012237441', 'collection': '𘜪𘜤𘜩𘜫𘜬𘜢𘜬'}
+{'rank': 25, 'name': '汉乡', 'type_1': '历史', 'author': '孑与2', 'detail_url': 'https://book.qidian.com/info/1010136878', 'collection': '𘜪𘜤𘜫𘜭𘜧𘜫𘜤'}
+{'rank': 24, 'name': '大主宰', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/2750457', 'collection': '𘜪𘜤𘜨𘜥𘜪𘜤𘜤'}
+{'rank': 23, 'name': '镇妖博物馆', 'type_1': '悬疑', 'author': '阎ZK', 'detail_url': 'https://book.qidian.com/info/1026722127', 'collection': '𘜪𘜫𘜢𘜢𘜭𘜧𘜢'}
+{'rank': 22, 'name': '完美世界', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/2952453', 'collection': '𘜪𘜫𘜫𘜧𘜧𘜭𘜤'}
+{'rank': 21, 'name': '这游戏也太真实了', 'type_1': '轻小说', 'author': '晨星LL', 'detail_url': 'https://book.qidian.com/info/1029391348', 'collection': '𘜪𘜫𘜫𘜧𘜨𘜭𘜬'}
+{'rank': 20, 'name': '斗罗大陆', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1115277', 'collection': '𘜭𘜬𘜨𘜪𘜭𘜪𘜬'}
+{'rank': 19, 'name': '玄界之门', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/3676417', 'collection': '𘜭𘜪𘜥𘜩𘜤𘜫𘜭'}
+{'rank': 18, 'name': '从今天开始做藩王', 'type_1': '历史', 'author': '背着家的蜗牛', 'detail_url': 'https://book.qidian.com/info/1023831464', 'collection': '𘜭𘜢𘜩𘜥𘜪𘜬𘜤'}
+{'rank': 17, 'name': '斗罗大陆III龙王传说', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/3681560', 'collection': '𘜭𘜩𘜢𘜩𘜩𘜢𘜩'}
+{'rank': 16, 'name': '星门', 'type_1': '玄幻', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1027669580', 'collection': '𘜭𘜩𘜥𘜭𘜤𘜧𘜧'}
+{'rank': 15, 'name': '我真没想重生啊', 'type_1': '都市', 'author': '柳岸花又明', 'detail_url': 'https://book.qidian.com/info/1015648531', 'collection': '𘜭𘜧𘜪𘜢𘜫𘜫𘜤'}
+{'rank': 14, 'name': '斗破苍穹', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/1209977', 'collection': '𘜭𘜧𘜢𘜧𘜭𘜭𘜨'}
+{'rank': 13, 'name': '我的治愈系游戏', 'type_1': '悬疑', 'author': '我会修空调', 'detail_url': 'https://book.qidian.com/info/1025901449', 'collection': '𘜭𘜧𘜥𘜬𘜥𘜢𘜢'}
+{'rank': 12, 'name': '第一序列', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1013562540', 'collection': '𘜭𘜫𘜪𘜨𘜩𘜨𘜨'}
+{'rank': 11, 'name': '牧神记', 'type_1': '玄幻', 'author': '宅猪', 'detail_url': 'https://book.qidian.com/info/1009704712', 'collection': '𘜭𘜫𘜨𘜪𘜢𘜥𘜩'}
+{'rank': 10, 'name': '开局签到荒古圣体', 'type_1': '玄幻', 'author': 'J神', 'detail_url': 'https://book.qidian.com/info/1021378513', 'collection': '𘜭𘜨𘜤𘜤𘜨𘜤𘜨'}
+{'rank': 9, 'name': '夜的命名术', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1021617576', 'collection': '𘜢𘜭𘜬𘜧𘜫𘜭𘜨'}
+{'rank': 8, 'name': '从红月开始', 'type_1': '科幻', 'author': '黑山老鬼', 'detail_url': 'https://book.qidian.com/info/1024868626', 'collection': '𘜢𘜢𘜥𘜨𘜭𘜧𘜭'}
+{'rank': 7, 'name': '万族之劫', 'type_1': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1018027842', 'collection': '𘜢𘜤𘜧𘜤𘜩𘜭𘜤'}
+{'rank': 6, 'name': '我师兄实在太稳健了', 'type_1': '仙侠', 'author': '言归正传', 'detail_url': 'https://book.qidian.com/info/1016572786', 'collection': '𘜢𘜨𘜬𘜫𘜭𘜨𘜨'}
+{'rank': 5, 'name': '一念永恒', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/1003354631', 'collection': '𘜥𘜥𘜩𘜧𘜬𘜫𘜢'}
+{'rank': 4, 'name': '修真聊天群(聊天群的日常生活)', 'type_1': '都市', 'author': '圣骑士的传说', 'detail_url': 'https://book.qidian.com/info/3602691', 'collection': '𘜥𘜥𘜩𘜫𘜩𘜩𘜩'}
+{'rank': 3, 'name': '大奉打更人', 'type_1': '仙侠', 'author': '卖报小郎君', 'detail_url': 'https://book.qidian.com/info/1019664125', 'collection': '𘜥𘜤𘜫𘜫𘜥𘜧𘜫'}
+{'rank': 2, 'name': '诡秘之主', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1010868264', 'collection': '𘜩𘜤𘜤𘜪𘜭𘜤𘜤'}
+{'rank': 1, 'name': '圣墟', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1004608738', 'collection': '𘜧𘜤𘜪𘜭𘜥𘜥𘜬'}
+{'rank': 100, 'name': '明朝败家子', 'type_1': '历史', 'author': '上山打老虎额', 'detail_url': 'https://book.qidian.com/info/1011705052', 'collection': '𘝆𘝇𘝇𘝆𘝉𘝉'}
+{'rank': 99, 'name': '深夜书屋', 'type_1': '悬疑', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1011335417', 'collection': '𘝆𘝆𘝉𘝃𘝄𘝃'}
+{'rank': 98, 'name': '九鼎记', 'type_1': '武侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1321320', 'collection': '𘝆𘝆𘝄𘝅𘝅𘝇'}
+{'rank': 97, 'name': '赤心巡天', 'type_1': '仙侠', 'author': '情何以甚', 'detail_url': 'https://book.qidian.com/info/1016530091', 'collection': '𘝆𘝄𘝂𘝁𘝀𘝅'}
+{'rank': 96, 'name': '惊悚乐园', 'type_1': '游戏', 'author': '三天两觉', 'detail_url': 'https://book.qidian.com/info/2597043', 'collection': '𘝆𘝄𘝄𘝄𘝅𘝀'}
+{'rank': 95, 'name': '术师手册', 'type_1': '轻小说', 'author': '听日', 'detail_url': 'https://book.qidian.com/info/1025990049', 'collection': '𘝆𘝀𘝆𘝆𘝃𘝁'}
+{'rank': 94, 'name': '斗罗大陆V重生唐三', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1027996625', 'collection': '𘝆𘝀𘝀𘝂𘝂𘝀'}
+{'rank': 93, 'name': '原来我是修仙大佬', 'type_1': '仙侠', 'author': '木下雉水', 'detail_url': 'https://book.qidian.com/info/1022314396', 'collection': '𘝄𘝉𘝅𘝇𘝁𘝂'}
+{'rank': 92, 'name': '金刚不坏大寨主', 'type_1': '武侠', 'author': '徍男', 'detail_url': 'https://book.qidian.com/info/1023502814', 'collection': '𘝄𘝉𘝆𘝉𘝃𘝉'}
+{'rank': 91, 'name': '宇宙职业选手', 'type_1': '科幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1031581171', 'collection': '𘝄𘝅𘝁𘝀𘝁𘝁'}
+{'rank': 90, 'name': '明天下', 'type_1': '历史', 'author': '孑与2', 'detail_url': 'https://book.qidian.com/info/1015609210', 'collection': '𘝄𘝁𘝉𘝅𘝁𘝂'}
+{'rank': 89, 'name': '异常生物见闻录', 'type_1': '科幻', 'author': '远瞳', 'detail_url': 'https://book.qidian.com/info/3242304', 'collection': '𘝄𘝃𘝆𘝅𘝅𘝄'}
+{'rank': 88, 'name': '极道天魔', 'type_1': '仙侠', 'author': '滚开', 'detail_url': 'https://book.qidian.com/info/1005401501', 'collection': '𘝄𘝃𘝄𘝁𘝁𘝄'}
+{'rank': 87, 'name': '史上第一混乱', 'type_1': '都市', 'author': '张小花', 'detail_url': 'https://book.qidian.com/info/174075', 'collection': '𘝄𘝈𘝃𘝃𘝉𘝀'}
+{'rank': 86, 'name': '校花的贴身高手', 'type_1': '都市', 'author': '鱼人二代', 'detail_url': 'https://book.qidian.com/info/1931432', 'collection': '𘝄𘝂𘝉𘝀𘝀𘝀'}
+{'rank': 85, 'name': '我的女友是恶劣大小姐', 'type_1': '轻小说', 'author': '掠过的乌鸦', 'detail_url': 'https://book.qidian.com/info/1021671831', 'collection': '𘝄𘝂𘝅𘝈𘝄𘝉'}
+{'rank': 84, 'name': '莽荒纪', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/2502372', 'collection': '𘝄𘝂𘝂𘝅𘝄𘝄'}
+{'rank': 83, 'name': '一世之尊', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/3249362', 'collection': '𘝄𘝇𘝅𘝉𘝃𘝆'}
+{'rank': 82, 'name': '绍宋', 'type_1': '历史', 'author': '榴弹怕水', 'detail_url': 'https://book.qidian.com/info/1017281778', 'collection': '𘝄𘝇𘝂𘝆𘝇𘝈'}
+{'rank': 81, 'name': '我用闲书成圣人', 'type_1': '仙侠', 'author': '出走八万里', 'detail_url': 'https://book.qidian.com/info/1028463573', 'collection': '𘝄𘝇𘝂𘝀𘝂𘝄'}
+{'rank': 80, 'name': '兰若蝉声', 'type_1': '短篇', 'author': '扫叶僧', 'detail_url': 'https://book.qidian.com/info/1016459104', 'collection': '𘞳𘞰𘞬𘞮𘞰𘞯'}
+{'rank': 79, 'name': '仙逆', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/1264634', 'collection': '𘞳𘞵𘞳𘞯𘞬𘞳'}
+{'rank': 78, 'name': '魔临', 'type_1': '悬疑', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1016560323', 'collection': '𘞳𘞮𘞭𘞰𘞱𘞭'}
+{'rank': 77, 'name': '神墓', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/63856', 'collection': '𘞮𘞯𘞴𘞳𘞴𘞵'}
+{'rank': 76, 'name': '天道图书馆', 'type_1': '玄幻', 'author': '横扫天涯', 'detail_url': 'https://book.qidian.com/info/1004179514', 'collection': '𘞮𘞰𘞯𘞴𘞴𘞲'}
+{'rank': 75, 'name': '神秘复苏', 'type_1': '仙侠', 'author': '佛前献花', 'detail_url': 'https://book.qidian.com/info/1012584111', 'collection': '𘞮𘞰𘞮𘞮𘞱𘞲'}
+{'rank': 74, 'name': '黎明之剑', 'type_1': '科幻', 'author': '远瞳', 'detail_url': 'https://book.qidian.com/info/1010400217', 'collection': '𘞮𘞵𘞲𘞬𘞰𘞰'}
+{'rank': 73, 'name': '学霸的黑科技系统', 'type_1': '科幻', 'author': '晨星LL', 'detail_url': 'https://book.qidian.com/info/1011449273', 'collection': '𘞮𘞳𘞱𘞭𘞮𘞲'}
+{'rank': 72, 'name': '斗罗大陆IV终极斗罗', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1013406185', 'collection': '𘞭𘞯𘞯𘞲𘞭𘞵𘞲'}
+{'rank': 71, 'name': '视死如归魏君子', 'type_1': '轻小说', 'author': '平层', 'detail_url': 'https://book.qidian.com/info/1027440366', 'collection': '𘞭𘞯𘞴𘞴𘞵𘞱𘞯'}
+{'rank': 70, 'name': '大梦主', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/1016534035', 'collection': '𘞭𘞯𘞴𘞬𘞵𘞮𘞭'}
+{'rank': 69, 'name': '临渊行', 'type_1': '玄幻', 'author': '宅猪', 'detail_url': 'https://book.qidian.com/info/1017125042', 'collection': '𘞭𘞯𘞲𘞭𘞴𘞲𘞰'}
+{'rank': 68, 'name': '从斗罗开始打卡', 'type_1': '轻小说', 'author': '夏竖琴', 'detail_url': 'https://book.qidian.com/info/1016869634', 'collection': '𘞭𘞯𘞲𘞵𘞲𘞴𘞬'}
+{'rank': 67, 'name': '盗墓笔记', 'type_1': '悬疑', 'author': '南派三叔', 'detail_url': 'https://book.qidian.com/info/68223', 'collection': '𘞭𘞯𘞬𘞲𘞲𘞰𘞯'}
+{'rank': 66, 'name': '签到十年,我被绝色师姐曝光了', 'type_1': '玄幻', 'author': '卿慕寒', 'detail_url': 'https://book.qidian.com/info/1025826037', 'collection': '𘞭𘞯𘞬𘞱𘞳𘞯𘞲'}
+{'rank': 65, 'name': '我欲封天', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/3106580', 'collection': '𘞭𘞭𘞭𘞯𘞯𘞮𘞴'}
+{'rank': 64, 'name': '我有一座冒险屋', 'type_1': '悬疑', 'author': '我会修空调', 'detail_url': 'https://book.qidian.com/info/1012284323', 'collection': '𘞭𘞭𘞴𘞰𘞯𘞭𘞴'}
+{'rank': 63, 'name': '九星毒奶', 'type_1': '科幻', 'author': '育', 'detail_url': 'https://book.qidian.com/info/1013432302', 'collection': '𘞭𘞭𘞲𘞱𘞰𘞳𘞭'}
+{'rank': 62, 'name': '烂柯棋缘', 'type_1': '仙侠', 'author': '真费事', 'detail_url': 'https://book.qidian.com/info/1015990091', 'collection': '𘞭𘞭𘞱𘞵𘞵𘞵𘞬'}
+{'rank': 61, 'name': '我的徒弟都是大反派', 'type_1': '玄幻', 'author': '谋生任转蓬', 'detail_url': 'https://book.qidian.com/info/1016660823', 'collection': '𘞭𘞭𘞵𘞱𘞵𘞮𘞬'}
+{'rank': 60, 'name': '道君', 'type_1': '仙侠', 'author': '跃千愁', 'detail_url': 'https://book.qidian.com/info/1005236478', 'collection': '𘞭𘞭𘞳𘞰𘞮𘞲𘞬'}
+{'rank': 59, 'name': '吞噬星空', 'type_1': '科幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1639199', 'collection': '𘞭𘞭𘞮𘞳𘞳𘞯𘞰'}
+{'rank': 58, 'name': '武动乾坤', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/2048120', 'collection': '𘞭𘞴𘞭𘞮𘞭𘞱𘞴'}
+{'rank': 57, 'name': '朕', 'type_1': '历史', 'author': '王梓钧', 'detail_url': 'https://book.qidian.com/info/1028520538', 'collection': '𘞭𘞴𘞴𘞴𘞭𘞬𘞭'}
+{'rank': 56, 'name': '斗罗大陆II绝世唐门', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/2517792', 'collection': '𘞭𘞴𘞱𘞴𘞲𘞳𘞱'}
+{'rank': 55, 'name': '万界天尊', 'type_1': '玄幻', 'author': '血红', 'detail_url': 'https://book.qidian.com/info/1005238666', 'collection': '𘞭𘞴𘞬𘞯𘞴𘞱𘞲'}
+{'rank': 54, 'name': '亏成首富从游戏开始', 'type_1': '游戏', 'author': '青衫取醉', 'detail_url': 'https://book.qidian.com/info/1016150754', 'collection': '𘞭𘞴𘞰𘞭𘞴𘞲𘞲'}
+{'rank': 53, 'name': '超神机械师', 'type_1': '游戏', 'author': '齐佩甲', 'detail_url': 'https://book.qidian.com/info/1009480992', 'collection': '𘞭𘞴𘞵𘞴𘞳𘞲𘞭'}
+{'rank': 52, 'name': '我就是不按套路出牌', 'type_1': '轻小说', 'author': '百分之七', 'detail_url': 'https://book.qidian.com/info/1021578188', 'collection': '𘞭𘞴𘞮𘞲𘞱𘞬𘞯'}
+{'rank': 51, 'name': '美食供应商', 'type_1': '都市', 'author': '会做菜的猫', 'detail_url': 'https://book.qidian.com/info/1003667321', 'collection': '𘞭𘞲𘞯𘞯𘞳𘞯𘞲'}
+{'rank': 50, 'name': '盘龙', 'type_1': '奇幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1017141', 'collection': '𘞭𘞲𘞯𘞴𘞰𘞰𘞮'}
+{'rank': 49, 'name': '雪鹰领主', 'type_1': '玄幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/3513193', 'collection': '𘞭𘞲𘞭𘞱𘞲𘞬𘞵'}
+{'rank': 48, 'name': '将夜', 'type_1': '玄幻', 'author': '猫腻', 'detail_url': 'https://book.qidian.com/info/2083259', 'collection': '𘞭𘞲𘞭𘞰𘞰𘞮𘞲'}
+{'rank': 47, 'name': '星辰变', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/118447', 'collection': '𘞭𘞲𘞱𘞯𘞬𘞵𘞭'}
+{'rank': 46, 'name': '遮天', 'type_1': '仙侠', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1735921', 'collection': '𘞭𘞲𘞳𘞭𘞭𘞲𘞴'}
+{'rank': 45, 'name': '不科学御兽', 'type_1': '玄幻', 'author': '轻泉流响', 'detail_url': 'https://book.qidian.com/info/1029006481', 'collection': '𘞭𘞲𘞳𘞰𘞬𘞬𘞭'}
+{'rank': 44, 'name': '全职高手', 'type_1': '游戏', 'author': '蝴蝶蓝', 'detail_url': 'https://book.qidian.com/info/1887208', 'collection': '𘞭𘞲𘞮𘞭𘞱𘞭𘞳'}
+{'rank': 43, 'name': '大魏读书人', 'type_1': '仙侠', 'author': '七月未时', 'detail_url': 'https://book.qidian.com/info/1029160231', 'collection': '𘞭𘞲𘞮𘞵𘞵𘞱𘞯'}
+{'rank': 42, 'name': '凡人修仙之仙界篇', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/1010734492', 'collection': '𘞭𘞱𘞭𘞭𘞵𘞭𘞲'}
+{'rank': 41, 'name': '这个人仙太过正经', 'type_1': '仙侠', 'author': '言归正传', 'detail_url': 'https://book.qidian.com/info/1021635590', 'collection': '𘞭𘞱𘞴𘞬𘞭𘞲𘞴'}
+{'rank': 40, 'name': '轮回乐园', 'type_1': '轻小说', 'author': '那一只蚊子', 'detail_url': 'https://book.qidian.com/info/1009817672', 'collection': '𘞭𘞱𘞱𘞱𘞱𘞭𘞵'}
+{'rank': 39, 'name': '明克街13号', 'type_1': '都市', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1030870265', 'collection': '𘞭𘞱𘞬𘞳𘞲𘞴𘞱'}
+{'rank': 38, 'name': '庆余年', 'type_1': '历史', 'author': '猫腻', 'detail_url': 'https://book.qidian.com/info/114559', 'collection': '𘞭𘞱𘞮𘞭𘞬𘞭𘞵'}
+{'rank': 37, 'name': '稳住别浪', 'type_1': '都市', 'author': '跳舞', 'detail_url': 'https://book.qidian.com/info/1025325411', 'collection': '𘞭𘞬𘞲𘞱𘞮𘞴𘞮'}
+{'rank': 36, 'name': '天启预报', 'type_1': '奇幻', 'author': '风月', 'detail_url': 'https://book.qidian.com/info/1014180485', 'collection': '𘞭𘞬𘞬𘞭𘞳𘞬𘞯'}
+{'rank': 35, 'name': '不朽凡人', 'type_1': '仙侠', 'author': '鹅是老五', 'detail_url': 'https://book.qidian.com/info/1003307568', 'collection': '𘞭𘞬𘞰𘞲𘞭𘞴𘞲'}
+{'rank': 34, 'name': '深空彼岸', 'type_1': '都市', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1027339371', 'collection': '𘞭𘞬𘞵𘞴𘞳𘞮𘞬'}
+{'rank': 33, 'name': '凡人修仙传', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/107580', 'collection': '𘞭𘞬𘞵𘞲𘞲𘞭𘞲'}
+{'rank': 32, 'name': '大王饶命', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1010191960', 'collection': '𘞭𘞬𘞳𘞵𘞬𘞵𘞯'}
+{'rank': 31, 'name': '长夜余火', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1023422452', 'collection': '𘞭𘞰𘞭𘞲𘞭𘞱𘞬'}
+{'rank': 30, 'name': '飞剑问道', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1010468795', 'collection': '𘞭𘞰𘞮𘞱𘞮𘞰𘞳'}
+{'rank': 29, 'name': '平平无奇大师兄', 'type_1': '轻小说', 'author': '黑夜弥天', 'detail_url': 'https://book.qidian.com/info/1017176480', 'collection': '𘞭𘞵𘞴𘞳𘞲𘞵𘞰'}
+{'rank': 28, 'name': '放开那个女巫', 'type_1': '奇幻', 'author': '二目', 'detail_url': 'https://book.qidian.com/info/1003306811', 'collection': '𘞭𘞵𘞬𘞰𘞮𘞱𘞳'}
+{'rank': 27, 'name': '赘婿', 'type_1': '历史', 'author': '愤怒的香蕉', 'detail_url': 'https://book.qidian.com/info/1979049', 'collection': '𘞭𘞵𘞬𘞵𘞴𘞴𘞮'}
+{'rank': 26, 'name': '全球高武', 'type_1': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1012237441', 'collection': '𘞭𘞵𘞬𘞳𘞬𘞳𘞯'}
+{'rank': 25, 'name': '汉乡', 'type_1': '历史', 'author': '孑与2', 'detail_url': 'https://book.qidian.com/info/1010136878', 'collection': '𘞭𘞵𘞳𘞴𘞰𘞰𘞬'}
+{'rank': 24, 'name': '大主宰', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/2750457', 'collection': '𘞭𘞵𘞮𘞱𘞲𘞯𘞴'}
+{'rank': 23, 'name': '镇妖博物馆', 'type_1': '悬疑', 'author': '阎ZK', 'detail_url': 'https://book.qidian.com/info/1026722127', 'collection': '𘞭𘞳𘞲𘞵𘞮𘞱𘞭'}
+{'rank': 22, 'name': '完美世界', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/2952453', 'collection': '𘞭𘞳𘞳𘞳𘞰𘞬𘞳'}
+{'rank': 21, 'name': '这游戏也太真实了', 'type_1': '轻小说', 'author': '晨星LL', 'detail_url': 'https://book.qidian.com/info/1029391348', 'collection': '𘞭𘞮𘞯𘞰𘞳𘞯𘞬'}
+{'rank': 20, 'name': '斗罗大陆', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1115277', 'collection': '𘞴𘞯𘞮𘞴𘞯𘞬𘞲'}
+{'rank': 19, 'name': '玄界之门', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/3676417', 'collection': '𘞴𘞭𘞱𘞬𘞵𘞱𘞴'}
+{'rank': 18, 'name': '从今天开始做藩王', 'type_1': '历史', 'author': '背着家的蜗牛', 'detail_url': 'https://book.qidian.com/info/1023831464', 'collection': '𘞴𘞲𘞬𘞱𘞯𘞴𘞲'}
+{'rank': 17, 'name': '斗罗大陆III龙王传说', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/3681560', 'collection': '𘞴𘞬𘞲𘞵𘞬𘞴𘞭'}
+{'rank': 16, 'name': '星门', 'type_1': '玄幻', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1027669580', 'collection': '𘞴𘞬𘞬𘞬𘞯𘞳𘞮'}
+{'rank': 15, 'name': '我真没想重生啊', 'type_1': '都市', 'author': '柳岸花又明', 'detail_url': 'https://book.qidian.com/info/1015648531', 'collection': '𘞴𘞰𘞭𘞱𘞮𘞭𘞰'}
+{'rank': 14, 'name': '斗破苍穹', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/1209977', 'collection': '𘞴𘞰𘞲𘞳𘞯𘞵𘞯'}
+{'rank': 13, 'name': '我的治愈系游戏', 'type_1': '悬疑', 'author': '我会修空调', 'detail_url': 'https://book.qidian.com/info/1025901449', 'collection': '𘞴𘞰𘞰𘞬𘞬𘞬𘞴'}
+{'rank': 12, 'name': '第一序列', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1013562540', 'collection': '𘞴𘞳𘞴𘞯𘞭𘞮𘞮'}
+{'rank': 11, 'name': '牧神记', 'type_1': '玄幻', 'author': '宅猪', 'detail_url': 'https://book.qidian.com/info/1009704712', 'collection': '𘞴𘞳𘞮𘞭𘞳𘞲𘞲'}
+{'rank': 10, 'name': '开局签到荒古圣体', 'type_1': '玄幻', 'author': 'J神', 'detail_url': 'https://book.qidian.com/info/1021378513', 'collection': '𘞴𘞮𘞵𘞮𘞳𘞱𘞵'}
+{'rank': 9, 'name': '夜的命名术', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1021617576', 'collection': '𘞲𘞴𘞱𘞳𘞳𘞲𘞱'}
+{'rank': 8, 'name': '从红月开始', 'type_1': '科幻', 'author': '黑山老鬼', 'detail_url': 'https://book.qidian.com/info/1024868626', 'collection': '𘞲𘞲𘞬𘞯𘞵𘞲𘞮'}
+{'rank': 7, 'name': '万族之劫', 'type_1': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1018027842', 'collection': '𘞲𘞵𘞰𘞵𘞮𘞳𘞱'}
+{'rank': 6, 'name': '我师兄实在太稳健了', 'type_1': '仙侠', 'author': '言归正传', 'detail_url': 'https://book.qidian.com/info/1016572786', 'collection': '𘞲𘞮𘞯𘞮𘞵𘞱𘞱'}
+{'rank': 5, 'name': '一念永恒', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/1003354631', 'collection': '𘞱𘞱𘞬𘞰𘞴𘞯𘞯'}
+{'rank': 4, 'name': '修真聊天群(聊天群的日常生活)', 'type_1': '都市', 'author': '圣骑士的传说', 'detail_url': 'https://book.qidian.com/info/3602691', 'collection': '𘞱𘞱𘞰𘞯𘞳𘞬𘞭'}
+{'rank': 3, 'name': '大奉打更人', 'type_1': '仙侠', 'author': '卖报小郎君', 'detail_url': 'https://book.qidian.com/info/1019664125', 'collection': '𘞱𘞵𘞮𘞲𘞯𘞬𘞱'}
+{'rank': 2, 'name': '诡秘之主', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1010868264', 'collection': '𘞬𘞵𘞵𘞱𘞰𘞰𘞰'}
+{'rank': 1, 'name': '圣墟', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1004608738', 'collection': '𘞰𘞵𘞭𘞱𘞬𘞯𘞭'}
+{'rank': 100, 'name': '明朝败家子', 'type_1': '历史', 'author': '上山打老虎额', 'detail_url': 'https://book.qidian.com/info/1011705052', 'collection': '𘞇𘞎𘞎𘞇𘞌𘞌'}
+{'rank': 99, 'name': '深夜书屋', 'type_1': '悬疑', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1011335417', 'collection': '𘞇𘞇𘞌𘞃𘞋𘞃'}
+{'rank': 98, 'name': '九鼎记', 'type_1': '武侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1321320', 'collection': '𘞇𘞇𘞋𘞊𘞊𘞎'}
+{'rank': 97, 'name': '赤心巡天', 'type_1': '仙侠', 'author': '情何以甚', 'detail_url': 'https://book.qidian.com/info/1016530091', 'collection': '𘞇𘞋𘞈𘞅𘞉𘞊'}
+{'rank': 96, 'name': '惊悚乐园', 'type_1': '游戏', 'author': '三天两觉', 'detail_url': 'https://book.qidian.com/info/2597043', 'collection': '𘞇𘞋𘞋𘞋𘞊𘞉'}
+{'rank': 95, 'name': '术师手册', 'type_1': '轻小说', 'author': '听日', 'detail_url': 'https://book.qidian.com/info/1025990049', 'collection': '𘞇𘞉𘞇𘞇𘞃𘞅'}
+{'rank': 94, 'name': '斗罗大陆V重生唐三', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1027996625', 'collection': '𘞇𘞉𘞉𘞈𘞈𘞉'}
+{'rank': 93, 'name': '原来我是修仙大佬', 'type_1': '仙侠', 'author': '木下雉水', 'detail_url': 'https://book.qidian.com/info/1022314396', 'collection': '𘞋𘞌𘞊𘞎𘞅𘞈'}
+{'rank': 92, 'name': '金刚不坏大寨主', 'type_1': '武侠', 'author': '徍男', 'detail_url': 'https://book.qidian.com/info/1023502814', 'collection': '𘞋𘞌𘞇𘞌𘞃𘞌'}
+{'rank': 91, 'name': '宇宙职业选手', 'type_1': '科幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1031581171', 'collection': '𘞋𘞊𘞅𘞉𘞅𘞅'}
+{'rank': 90, 'name': '明天下', 'type_1': '历史', 'author': '孑与2', 'detail_url': 'https://book.qidian.com/info/1015609210', 'collection': '𘞋𘞅𘞌𘞊𘞅𘞈'}
+{'rank': 89, 'name': '异常生物见闻录', 'type_1': '科幻', 'author': '远瞳', 'detail_url': 'https://book.qidian.com/info/3242304', 'collection': '𘞋𘞃𘞇𘞊𘞊𘞋'}
+{'rank': 88, 'name': '极道天魔', 'type_1': '仙侠', 'author': '滚开', 'detail_url': 'https://book.qidian.com/info/1005401501', 'collection': '𘞋𘞃𘞋𘞅𘞅𘞋'}
+{'rank': 87, 'name': '史上第一混乱', 'type_1': '都市', 'author': '张小花', 'detail_url': 'https://book.qidian.com/info/174075', 'collection': '𘞋𘞆𘞃𘞃𘞌𘞉'}
+{'rank': 86, 'name': '校花的贴身高手', 'type_1': '都市', 'author': '鱼人二代', 'detail_url': 'https://book.qidian.com/info/1931432', 'collection': '𘞋𘞈𘞌𘞉𘞉𘞉'}
+{'rank': 85, 'name': '我的女友是恶劣大小姐', 'type_1': '轻小说', 'author': '掠过的乌鸦', 'detail_url': 'https://book.qidian.com/info/1021671831', 'collection': '𘞋𘞈𘞊𘞆𘞋𘞌'}
+{'rank': 84, 'name': '莽荒纪', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/2502372', 'collection': '𘞋𘞈𘞈𘞊𘞋𘞋'}
+{'rank': 83, 'name': '一世之尊', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/3249362', 'collection': '𘞋𘞎𘞊𘞌𘞃𘞇'}
+{'rank': 82, 'name': '绍宋', 'type_1': '历史', 'author': '榴弹怕水', 'detail_url': 'https://book.qidian.com/info/1017281778', 'collection': '𘞋𘞎𘞈𘞇𘞎𘞆'}
+{'rank': 81, 'name': '我用闲书成圣人', 'type_1': '仙侠', 'author': '出走八万里', 'detail_url': 'https://book.qidian.com/info/1028463573', 'collection': '𘞋𘞎𘞈𘞉𘞈𘞋'}
+{'rank': 80, 'name': '兰若蝉声', 'type_1': '短篇', 'author': '扫叶僧', 'detail_url': 'https://book.qidian.com/info/1016459104', 'collection': '𘞋𘞎𘞈𘞉𘞎𘞌'}
+{'rank': 79, 'name': '仙逆', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/1264634', 'collection': '𘞋𘞇𘞋𘞌𘞈𘞋'}
+{'rank': 78, 'name': '魔临', 'type_1': '悬疑', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1016560323', 'collection': '𘞋𘞉𘞊𘞎𘞆𘞊'}
+{'rank': 77, 'name': '神墓', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/63856', 'collection': '𘞉𘞌𘞅𘞋𘞅𘞇'}
+{'rank': 76, 'name': '天道图书馆', 'type_1': '玄幻', 'author': '横扫天涯', 'detail_url': 'https://book.qidian.com/info/1004179514', 'collection': '𘞉𘞎𘞌𘞅𘞅𘞃'}
+{'rank': 75, 'name': '神秘复苏', 'type_1': '仙侠', 'author': '佛前献花', 'detail_url': 'https://book.qidian.com/info/1012584111', 'collection': '𘞉𘞎𘞉𘞉𘞆𘞃'}
+{'rank': 74, 'name': '黎明之剑', 'type_1': '科幻', 'author': '远瞳', 'detail_url': 'https://book.qidian.com/info/1010400217', 'collection': '𘞉𘞇𘞃𘞈𘞎𘞎'}
+{'rank': 73, 'name': '学霸的黑科技系统', 'type_1': '科幻', 'author': '晨星LL', 'detail_url': 'https://book.qidian.com/info/1011449273', 'collection': '𘞉𘞋𘞆𘞊𘞉𘞃'}
+{'rank': 72, 'name': '斗罗大陆IV终极斗罗', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1013406185', 'collection': '𘞊𘞌𘞌𘞃𘞊𘞇𘞃'}
+{'rank': 71, 'name': '视死如归魏君子', 'type_1': '轻小说', 'author': '平层', 'detail_url': 'https://book.qidian.com/info/1027440366', 'collection': '𘞊𘞌𘞅𘞅𘞇𘞆𘞌'}
+{'rank': 70, 'name': '大梦主', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/1016534035', 'collection': '𘞊𘞌𘞅𘞈𘞇𘞉𘞊'}
+{'rank': 69, 'name': '临渊行', 'type_1': '玄幻', 'author': '宅猪', 'detail_url': 'https://book.qidian.com/info/1017125042', 'collection': '𘞊𘞌𘞃𘞊𘞅𘞃𘞎'}
+{'rank': 68, 'name': '从斗罗开始打卡', 'type_1': '轻小说', 'author': '夏竖琴', 'detail_url': 'https://book.qidian.com/info/1016869634', 'collection': '𘞊𘞌𘞃𘞇𘞃𘞅𘞈'}
+{'rank': 67, 'name': '盗墓笔记', 'type_1': '悬疑', 'author': '南派三叔', 'detail_url': 'https://book.qidian.com/info/68223', 'collection': '𘞊𘞌𘞈𘞃𘞃𘞎𘞌'}
+{'rank': 66, 'name': '签到十年,我被绝色师姐曝光了', 'type_1': '玄幻', 'author': '卿慕寒', 'detail_url': 'https://book.qidian.com/info/1025826037', 'collection': '𘞊𘞌𘞈𘞆𘞋𘞌𘞃'}
+{'rank': 65, 'name': '我欲封天', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/3106580', 'collection': '𘞊𘞊𘞊𘞌𘞌𘞉𘞅'}
+{'rank': 64, 'name': '我有一座冒险屋', 'type_1': '悬疑', 'author': '我会修空调', 'detail_url': 'https://book.qidian.com/info/1012284323', 'collection': '𘞊𘞊𘞅𘞎𘞌𘞊𘞅'}
+{'rank': 63, 'name': '九星毒奶', 'type_1': '科幻', 'author': '育', 'detail_url': 'https://book.qidian.com/info/1013432302', 'collection': '𘞊𘞊𘞃𘞆𘞎𘞋𘞊'}
+{'rank': 62, 'name': '烂柯棋缘', 'type_1': '仙侠', 'author': '真费事', 'detail_url': 'https://book.qidian.com/info/1015990091', 'collection': '𘞊𘞊𘞆𘞇𘞇𘞇𘞈'}
+{'rank': 61, 'name': '我的徒弟都是大反派', 'type_1': '玄幻', 'author': '谋生任转蓬', 'detail_url': 'https://book.qidian.com/info/1016660823', 'collection': '𘞊𘞊𘞇𘞆𘞇𘞉𘞈'}
+{'rank': 60, 'name': '道君', 'type_1': '仙侠', 'author': '跃千愁', 'detail_url': 'https://book.qidian.com/info/1005236478', 'collection': '𘞊𘞊𘞋𘞎𘞉𘞃𘞈'}
+{'rank': 59, 'name': '吞噬星空', 'type_1': '科幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1639199', 'collection': '𘞊𘞊𘞉𘞋𘞋𘞌𘞎'}
+{'rank': 58, 'name': '武动乾坤', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/2048120', 'collection': '𘞊𘞅𘞊𘞉𘞊𘞆𘞅'}
+{'rank': 57, 'name': '朕', 'type_1': '历史', 'author': '王梓钧', 'detail_url': 'https://book.qidian.com/info/1028520538', 'collection': '𘞊𘞅𘞅𘞅𘞊𘞈𘞊'}
+{'rank': 56, 'name': '斗罗大陆II绝世唐门', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/2517792', 'collection': '𘞊𘞅𘞆𘞅𘞃𘞋𘞆'}
+{'rank': 55, 'name': '万界天尊', 'type_1': '玄幻', 'author': '血红', 'detail_url': 'https://book.qidian.com/info/1005238666', 'collection': '𘞊𘞅𘞈𘞌𘞅𘞆𘞃'}
+{'rank': 54, 'name': '亏成首富从游戏开始', 'type_1': '游戏', 'author': '青衫取醉', 'detail_url': 'https://book.qidian.com/info/1016150754', 'collection': '𘞊𘞅𘞎𘞊𘞅𘞃𘞃'}
+{'rank': 53, 'name': '超神机械师', 'type_1': '游戏', 'author': '齐佩甲', 'detail_url': 'https://book.qidian.com/info/1009480992', 'collection': '𘞊𘞅𘞇𘞅𘞋𘞃𘞊'}
+{'rank': 52, 'name': '我就是不按套路出牌', 'type_1': '轻小说', 'author': '百分之七', 'detail_url': 'https://book.qidian.com/info/1021578188', 'collection': '𘞊𘞅𘞉𘞃𘞆𘞈𘞌'}
+{'rank': 51, 'name': '美食供应商', 'type_1': '都市', 'author': '会做菜的猫', 'detail_url': 'https://book.qidian.com/info/1003667321', 'collection': '𘞊𘞃𘞌𘞌𘞋𘞌𘞃'}
+{'rank': 50, 'name': '盘龙', 'type_1': '奇幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1017141', 'collection': '𘞊𘞃𘞌𘞅𘞎𘞎𘞉'}
+{'rank': 49, 'name': '雪鹰领主', 'type_1': '玄幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/3513193', 'collection': '𘞊𘞃𘞊𘞆𘞃𘞈𘞇'}
+{'rank': 48, 'name': '将夜', 'type_1': '玄幻', 'author': '猫腻', 'detail_url': 'https://book.qidian.com/info/2083259', 'collection': '𘞊𘞃𘞊𘞎𘞎𘞉𘞃'}
+{'rank': 47, 'name': '星辰变', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/118447', 'collection': '𘞊𘞃𘞆𘞌𘞈𘞇𘞊'}
+{'rank': 46, 'name': '遮天', 'type_1': '仙侠', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1735921', 'collection': '𘞊𘞃𘞋𘞊𘞊𘞃𘞅'}
+{'rank': 45, 'name': '不科学御兽', 'type_1': '玄幻', 'author': '轻泉流响', 'detail_url': 'https://book.qidian.com/info/1029006481', 'collection': '𘞊𘞃𘞋𘞎𘞈𘞈𘞊'}
+{'rank': 44, 'name': '全职高手', 'type_1': '游戏', 'author': '蝴蝶蓝', 'detail_url': 'https://book.qidian.com/info/1887208', 'collection': '𘞊𘞃𘞉𘞊𘞆𘞊𘞋'}
+{'rank': 43, 'name': '大魏读书人', 'type_1': '仙侠', 'author': '七月未时', 'detail_url': 'https://book.qidian.com/info/1029160231', 'collection': '𘞊𘞃𘞉𘞇𘞇𘞆𘞌'}
+{'rank': 42, 'name': '凡人修仙之仙界篇', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/1010734492', 'collection': '𘞊𘞆𘞊𘞊𘞇𘞊𘞃'}
+{'rank': 41, 'name': '这个人仙太过正经', 'type_1': '仙侠', 'author': '言归正传', 'detail_url': 'https://book.qidian.com/info/1021635590', 'collection': '𘞊𘞆𘞅𘞈𘞊𘞃𘞅'}
+{'rank': 40, 'name': '轮回乐园', 'type_1': '轻小说', 'author': '那一只蚊子', 'detail_url': 'https://book.qidian.com/info/1009817672', 'collection': '𘞊𘞆𘞆𘞆𘞆𘞊𘞇'}
+{'rank': 39, 'name': '明克街13号', 'type_1': '都市', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1030870265', 'collection': '𘞊𘞆𘞈𘞋𘞃𘞅𘞆'}
+{'rank': 38, 'name': '庆余年', 'type_1': '历史', 'author': '猫腻', 'detail_url': 'https://book.qidian.com/info/114559', 'collection': '𘞊𘞆𘞉𘞊𘞈𘞊𘞇'}
+{'rank': 37, 'name': '稳住别浪', 'type_1': '都市', 'author': '跳舞', 'detail_url': 'https://book.qidian.com/info/1025325411', 'collection': '𘞊𘞈𘞃𘞆𘞉𘞅𘞉'}
+{'rank': 36, 'name': '天启预报', 'type_1': '奇幻', 'author': '风月', 'detail_url': 'https://book.qidian.com/info/1014180485', 'collection': '𘞊𘞈𘞈𘞊𘞋𘞈𘞌'}
+{'rank': 35, 'name': '不朽凡人', 'type_1': '仙侠', 'author': '鹅是老五', 'detail_url': 'https://book.qidian.com/info/1003307568', 'collection': '𘞊𘞈𘞎𘞃𘞊𘞅𘞃'}
+{'rank': 34, 'name': '深空彼岸', 'type_1': '都市', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1027339371', 'collection': '𘞊𘞈𘞇𘞅𘞋𘞉𘞈'}
+{'rank': 33, 'name': '凡人修仙传', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/107580', 'collection': '𘞊𘞈𘞇𘞃𘞃𘞊𘞃'}
+{'rank': 32, 'name': '大王饶命', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1010191960', 'collection': '𘞊𘞈𘞋𘞇𘞈𘞇𘞌'}
+{'rank': 31, 'name': '长夜余火', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1023422452', 'collection': '𘞊𘞎𘞊𘞃𘞊𘞆𘞈'}
+{'rank': 30, 'name': '飞剑问道', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1010468795', 'collection': '𘞊𘞎𘞉𘞆𘞉𘞎𘞋'}
+{'rank': 29, 'name': '平平无奇大师兄', 'type_1': '轻小说', 'author': '黑夜弥天', 'detail_url': 'https://book.qidian.com/info/1017176480', 'collection': '𘞊𘞇𘞅𘞋𘞃𘞇𘞎'}
+{'rank': 28, 'name': '放开那个女巫', 'type_1': '奇幻', 'author': '二目', 'detail_url': 'https://book.qidian.com/info/1003306811', 'collection': '𘞊𘞇𘞈𘞎𘞉𘞆𘞋'}
+{'rank': 27, 'name': '赘婿', 'type_1': '历史', 'author': '愤怒的香蕉', 'detail_url': 'https://book.qidian.com/info/1979049', 'collection': '𘞊𘞇𘞈𘞇𘞅𘞅𘞉'}
+{'rank': 26, 'name': '全球高武', 'type_1': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1012237441', 'collection': '𘞊𘞇𘞈𘞋𘞈𘞋𘞌'}
+{'rank': 25, 'name': '汉乡', 'type_1': '历史', 'author': '孑与2', 'detail_url': 'https://book.qidian.com/info/1010136878', 'collection': '𘞊𘞇𘞋𘞅𘞎𘞎𘞈'}
+{'rank': 24, 'name': '大主宰', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/2750457', 'collection': '𘞊𘞇𘞉𘞆𘞃𘞌𘞅'}
+{'rank': 23, 'name': '镇妖博物馆', 'type_1': '悬疑', 'author': '阎ZK', 'detail_url': 'https://book.qidian.com/info/1026722127', 'collection': '𘞊𘞋𘞃𘞇𘞉𘞆𘞊'}
+{'rank': 22, 'name': '完美世界', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/2952453', 'collection': '𘞊𘞋𘞋𘞋𘞎𘞈𘞋'}
+{'rank': 21, 'name': '这游戏也太真实了', 'type_1': '轻小说', 'author': '晨星LL', 'detail_url': 'https://book.qidian.com/info/1029391348', 'collection': '𘞊𘞉𘞌𘞎𘞋𘞌𘞈'}
+{'rank': 20, 'name': '斗罗大陆', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1115277', 'collection': '𘞅𘞌𘞉𘞅𘞌𘞈𘞃'}
+{'rank': 19, 'name': '玄界之门', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/3676417', 'collection': '𘞅𘞊𘞆𘞈𘞇𘞆𘞅'}
+{'rank': 18, 'name': '从今天开始做藩王', 'type_1': '历史', 'author': '背着家的蜗牛', 'detail_url': 'https://book.qidian.com/info/1023831464', 'collection': '𘞅𘞃𘞈𘞆𘞌𘞅𘞃'}
+{'rank': 17, 'name': '斗罗大陆III龙王传说', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/3681560', 'collection': '𘞅𘞈𘞃𘞇𘞈𘞅𘞊'}
+{'rank': 16, 'name': '星门', 'type_1': '玄幻', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1027669580', 'collection': '𘞅𘞈𘞈𘞈𘞌𘞋𘞉'}
+{'rank': 15, 'name': '我真没想重生啊', 'type_1': '都市', 'author': '柳岸花又明', 'detail_url': 'https://book.qidian.com/info/1015648531', 'collection': '𘞅𘞎𘞊𘞆𘞉𘞊𘞎'}
+{'rank': 14, 'name': '斗破苍穹', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/1209977', 'collection': '𘞅𘞎𘞃𘞋𘞌𘞇𘞌'}
+{'rank': 13, 'name': '我的治愈系游戏', 'type_1': '悬疑', 'author': '我会修空调', 'detail_url': 'https://book.qidian.com/info/1025901449', 'collection': '𘞅𘞎𘞎𘞈𘞈𘞈𘞅'}
+{'rank': 12, 'name': '第一序列', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1013562540', 'collection': '𘞅𘞋𘞅𘞌𘞊𘞉𘞉'}
+{'rank': 11, 'name': '牧神记', 'type_1': '玄幻', 'author': '宅猪', 'detail_url': 'https://book.qidian.com/info/1009704712', 'collection': '𘞅𘞋𘞉𘞊𘞋𘞃𘞃'}
+{'rank': 10, 'name': '开局签到荒古圣体', 'type_1': '玄幻', 'author': 'J神', 'detail_url': 'https://book.qidian.com/info/1021378513', 'collection': '𘞅𘞉𘞇𘞉𘞋𘞆𘞇'}
+{'rank': 9, 'name': '夜的命名术', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1021617576', 'collection': '𘞃𘞅𘞆𘞋𘞋𘞃𘞆'}
+{'rank': 8, 'name': '从红月开始', 'type_1': '科幻', 'author': '黑山老鬼', 'detail_url': 'https://book.qidian.com/info/1024868626', 'collection': '𘞃𘞃𘞈𘞌𘞇𘞃𘞉'}
+{'rank': 7, 'name': '万族之劫', 'type_1': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1018027842', 'collection': '𘞃𘞇𘞎𘞇𘞉𘞋𘞆'}
+{'rank': 6, 'name': '我师兄实在太稳健了', 'type_1': '仙侠', 'author': '言归正传', 'detail_url': 'https://book.qidian.com/info/1016572786', 'collection': '𘞃𘞉𘞌𘞉𘞇𘞆𘞆'}
+{'rank': 5, 'name': '一念永恒', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/1003354631', 'collection': '𘞆𘞆𘞈𘞎𘞅𘞌𘞌'}
+{'rank': 4, 'name': '修真聊天群(聊天群的日常生活)', 'type_1': '都市', 'author': '圣骑士的传说', 'detail_url': 'https://book.qidian.com/info/3602691', 'collection': '𘞆𘞆𘞎𘞌𘞋𘞈𘞊'}
+{'rank': 3, 'name': '大奉打更人', 'type_1': '仙侠', 'author': '卖报小郎君', 'detail_url': 'https://book.qidian.com/info/1019664125', 'collection': '𘞆𘞇𘞉𘞃𘞌𘞈𘞆'}
+{'rank': 2, 'name': '诡秘之主', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1010868264', 'collection': '𘞈𘞇𘞇𘞆𘞎𘞎𘞎'}
+{'rank': 1, 'name': '圣墟', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1004608738', 'collection': '𘞎𘞇𘞊𘞆𘞈𘞌𘞊'}
+{'rank': 100, 'name': '明朝败家子', 'type_1': '历史', 'author': '上山打老虎额', 'detail_url': 'https://book.qidian.com/info/1011705052', 'collection': '𘣂𘣈𘣈𘣂𘣉𘣉'}
+{'rank': 99, 'name': '深夜书屋', 'type_1': '悬疑', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1011335417', 'collection': '𘣂𘣂𘣉𘣄𘢿𘣄'}
+{'rank': 98, 'name': '九鼎记', 'type_1': '武侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1321320', 'collection': '𘣂𘣂𘢿𘣇𘣇𘣈'}
+{'rank': 97, 'name': '赤心巡天', 'type_1': '仙侠', 'author': '情何以甚', 'detail_url': 'https://book.qidian.com/info/1016530091', 'collection': '𘣂𘢿𘣅𘣆𘣃𘣇'}
+{'rank': 96, 'name': '惊悚乐园', 'type_1': '游戏', 'author': '三天两觉', 'detail_url': 'https://book.qidian.com/info/2597043', 'collection': '𘣂𘢿𘢿𘢿𘣇𘣃'}
+{'rank': 95, 'name': '术师手册', 'type_1': '轻小说', 'author': '听日', 'detail_url': 'https://book.qidian.com/info/1025990049', 'collection': '𘣂𘣃𘣂𘣂𘣄𘣆'}
+{'rank': 94, 'name': '斗罗大陆V重生唐三', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1027996625', 'collection': '𘣂𘣃𘣃𘣅𘣅𘣃'}
+{'rank': 93, 'name': '原来我是修仙大佬', 'type_1': '仙侠', 'author': '木下雉水', 'detail_url': 'https://book.qidian.com/info/1022314396', 'collection': '𘢿𘣉𘣇𘣈𘣆𘣅'}
+{'rank': 92, 'name': '金刚不坏大寨主', 'type_1': '武侠', 'author': '徍男', 'detail_url': 'https://book.qidian.com/info/1023502814', 'collection': '𘢿𘣉𘣂𘣉𘣄𘣉'}
+{'rank': 91, 'name': '宇宙职业选手', 'type_1': '科幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1031581171', 'collection': '𘢿𘣇𘣆𘣃𘣆𘣆'}
+{'rank': 90, 'name': '明天下', 'type_1': '历史', 'author': '孑与2', 'detail_url': 'https://book.qidian.com/info/1015609210', 'collection': '𘢿𘣆𘣉𘣇𘣆𘣅'}
+{'rank': 89, 'name': '异常生物见闻录', 'type_1': '科幻', 'author': '远瞳', 'detail_url': 'https://book.qidian.com/info/3242304', 'collection': '𘢿𘣄𘣂𘣇𘣇𘢿'}
+{'rank': 88, 'name': '极道天魔', 'type_1': '仙侠', 'author': '滚开', 'detail_url': 'https://book.qidian.com/info/1005401501', 'collection': '𘢿𘣄𘢿𘣆𘣆𘢿'}
+{'rank': 87, 'name': '史上第一混乱', 'type_1': '都市', 'author': '张小花', 'detail_url': 'https://book.qidian.com/info/174075', 'collection': '𘢿𘣁𘣄𘣄𘣉𘣃'}
+{'rank': 86, 'name': '校花的贴身高手', 'type_1': '都市', 'author': '鱼人二代', 'detail_url': 'https://book.qidian.com/info/1931432', 'collection': '𘢿𘣅𘣉𘣃𘣃𘣃'}
+{'rank': 85, 'name': '我的女友是恶劣大小姐', 'type_1': '轻小说', 'author': '掠过的乌鸦', 'detail_url': 'https://book.qidian.com/info/1021671831', 'collection': '𘢿𘣅𘣇𘣁𘢿𘣉'}
+{'rank': 84, 'name': '莽荒纪', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/2502372', 'collection': '𘢿𘣅𘣅𘣇𘢿𘢿'}
+{'rank': 83, 'name': '一世之尊', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/3249362', 'collection': '𘢿𘣈𘣇𘣉𘣄𘣂'}
+{'rank': 82, 'name': '绍宋', 'type_1': '历史', 'author': '榴弹怕水', 'detail_url': 'https://book.qidian.com/info/1017281778', 'collection': '𘢿𘣈𘣅𘣂𘣈𘣁'}
+{'rank': 81, 'name': '我用闲书成圣人', 'type_1': '仙侠', 'author': '出走八万里', 'detail_url': 'https://book.qidian.com/info/1028463573', 'collection': '𘢿𘣈𘣅𘣃𘣅𘢿'}
+{'rank': 80, 'name': '兰若蝉声', 'type_1': '短篇', 'author': '扫叶僧', 'detail_url': 'https://book.qidian.com/info/1016459104', 'collection': '𘠰𘠯𘠲𘠱𘠯𘠫'}
+{'rank': 79, 'name': '仙逆', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/1264634', 'collection': '𘠰𘠭𘠰𘠫𘠲𘠰'}
+{'rank': 78, 'name': '魔临', 'type_1': '悬疑', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1016560323', 'collection': '𘠰𘠱𘠬𘠯𘠮𘠬'}
+{'rank': 77, 'name': '神墓', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/63856', 'collection': '𘠱𘠫𘠧𘠰𘠧𘠭'}
+{'rank': 76, 'name': '天道图书馆', 'type_1': '玄幻', 'author': '横扫天涯', 'detail_url': 'https://book.qidian.com/info/1004179514', 'collection': '𘠱𘠯𘠫𘠧𘠧𘠪'}
+{'rank': 75, 'name': '神秘复苏', 'type_1': '仙侠', 'author': '佛前献花', 'detail_url': 'https://book.qidian.com/info/1012584111', 'collection': '𘠱𘠯𘠱𘠱𘠮𘠪'}
+{'rank': 74, 'name': '黎明之剑', 'type_1': '科幻', 'author': '远瞳', 'detail_url': 'https://book.qidian.com/info/1010400217', 'collection': '𘠱𘠭𘠪𘠲𘠯𘠯'}
+{'rank': 73, 'name': '学霸的黑科技系统', 'type_1': '科幻', 'author': '晨星LL', 'detail_url': 'https://book.qidian.com/info/1011449273', 'collection': '𘠱𘠰𘠮𘠬𘠱𘠪'}
+{'rank': 72, 'name': '斗罗大陆IV终极斗罗', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1013406185', 'collection': '𘠬𘠫𘠫𘠪𘠬𘠭𘠪'}
+{'rank': 71, 'name': '视死如归魏君子', 'type_1': '轻小说', 'author': '平层', 'detail_url': 'https://book.qidian.com/info/1027440366', 'collection': '𘠬𘠫𘠧𘠧𘠭𘠮𘠫'}
+{'rank': 70, 'name': '大梦主', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/1016534035', 'collection': '𘠬𘠫𘠧𘠲𘠭𘠱𘠬'}
+{'rank': 69, 'name': '临渊行', 'type_1': '玄幻', 'author': '宅猪', 'detail_url': 'https://book.qidian.com/info/1017125042', 'collection': '𘠬𘠫𘠪𘠬𘠧𘠪𘠯'}
+{'rank': 68, 'name': '从斗罗开始打卡', 'type_1': '轻小说', 'author': '夏竖琴', 'detail_url': 'https://book.qidian.com/info/1016869634', 'collection': '𘠬𘠫𘠪𘠭𘠪𘠧𘠲'}
+{'rank': 67, 'name': '盗墓笔记', 'type_1': '悬疑', 'author': '南派三叔', 'detail_url': 'https://book.qidian.com/info/68223', 'collection': '𘠬𘠫𘠲𘠪𘠪𘠯𘠫'}
+{'rank': 66, 'name': '签到十年,我被绝色师姐曝光了', 'type_1': '玄幻', 'author': '卿慕寒', 'detail_url': 'https://book.qidian.com/info/1025826037', 'collection': '𘠬𘠫𘠲𘠮𘠰𘠫𘠪'}
+{'rank': 65, 'name': '我欲封天', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/3106580', 'collection': '𘠬𘠬𘠬𘠫𘠫𘠱𘠧'}
+{'rank': 64, 'name': '我有一座冒险屋', 'type_1': '悬疑', 'author': '我会修空调', 'detail_url': 'https://book.qidian.com/info/1012284323', 'collection': '𘠬𘠬𘠧𘠯𘠫𘠬𘠧'}
+{'rank': 63, 'name': '九星毒奶', 'type_1': '科幻', 'author': '育', 'detail_url': 'https://book.qidian.com/info/1013432302', 'collection': '𘠬𘠬𘠪𘠮𘠯𘠰𘠬'}
+{'rank': 62, 'name': '烂柯棋缘', 'type_1': '仙侠', 'author': '真费事', 'detail_url': 'https://book.qidian.com/info/1015990091', 'collection': '𘠬𘠬𘠮𘠭𘠭𘠭𘠲'}
+{'rank': 61, 'name': '我的徒弟都是大反派', 'type_1': '玄幻', 'author': '谋生任转蓬', 'detail_url': 'https://book.qidian.com/info/1016660823', 'collection': '𘠬𘠬𘠭𘠮𘠭𘠱𘠲'}
+{'rank': 60, 'name': '道君', 'type_1': '仙侠', 'author': '跃千愁', 'detail_url': 'https://book.qidian.com/info/1005236478', 'collection': '𘠬𘠬𘠰𘠯𘠱𘠪𘠲'}
+{'rank': 59, 'name': '吞噬星空', 'type_1': '科幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1639199', 'collection': '𘠬𘠬𘠱𘠰𘠰𘠫𘠯'}
+{'rank': 58, 'name': '武动乾坤', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/2048120', 'collection': '𘠬𘠧𘠬𘠱𘠬𘠮𘠧'}
+{'rank': 57, 'name': '朕', 'type_1': '历史', 'author': '王梓钧', 'detail_url': 'https://book.qidian.com/info/1028520538', 'collection': '𘠬𘠧𘠧𘠧𘠬𘠲𘠬'}
+{'rank': 56, 'name': '斗罗大陆II绝世唐门', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/2517792', 'collection': '𘠬𘠧𘠮𘠧𘠪𘠰𘠮'}
+{'rank': 55, 'name': '万界天尊', 'type_1': '玄幻', 'author': '血红', 'detail_url': 'https://book.qidian.com/info/1005238666', 'collection': '𘠬𘠧𘠲𘠫𘠧𘠮𘠪'}
+{'rank': 54, 'name': '亏成首富从游戏开始', 'type_1': '游戏', 'author': '青衫取醉', 'detail_url': 'https://book.qidian.com/info/1016150754', 'collection': '𘠬𘠧𘠯𘠬𘠧𘠪𘠪'}
+{'rank': 53, 'name': '超神机械师', 'type_1': '游戏', 'author': '齐佩甲', 'detail_url': 'https://book.qidian.com/info/1009480992', 'collection': '𘠬𘠧𘠭𘠧𘠰𘠪𘠬'}
+{'rank': 52, 'name': '我就是不按套路出牌', 'type_1': '轻小说', 'author': '百分之七', 'detail_url': 'https://book.qidian.com/info/1021578188', 'collection': '𘠬𘠧𘠱𘠪𘠮𘠲𘠫'}
+{'rank': 51, 'name': '美食供应商', 'type_1': '都市', 'author': '会做菜的猫', 'detail_url': 'https://book.qidian.com/info/1003667321', 'collection': '𘠬𘠪𘠫𘠫𘠰𘠫𘠪'}
+{'rank': 50, 'name': '盘龙', 'type_1': '奇幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1017141', 'collection': '𘠬𘠪𘠫𘠧𘠯𘠯𘠱'}
+{'rank': 49, 'name': '雪鹰领主', 'type_1': '玄幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/3513193', 'collection': '𘠬𘠪𘠬𘠮𘠪𘠲𘠭'}
+{'rank': 48, 'name': '将夜', 'type_1': '玄幻', 'author': '猫腻', 'detail_url': 'https://book.qidian.com/info/2083259', 'collection': '𘠬𘠪𘠬𘠯𘠯𘠱𘠪'}
+{'rank': 47, 'name': '星辰变', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/118447', 'collection': '𘠬𘠪𘠮𘠫𘠲𘠭𘠬'}
+{'rank': 46, 'name': '遮天', 'type_1': '仙侠', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1735921', 'collection': '𘠬𘠪𘠰𘠬𘠬𘠪𘠧'}
+{'rank': 45, 'name': '不科学御兽', 'type_1': '玄幻', 'author': '轻泉流响', 'detail_url': 'https://book.qidian.com/info/1029006481', 'collection': '𘠬𘠪𘠰𘠯𘠲𘠲𘠬'}
+{'rank': 44, 'name': '全职高手', 'type_1': '游戏', 'author': '蝴蝶蓝', 'detail_url': 'https://book.qidian.com/info/1887208', 'collection': '𘠬𘠪𘠱𘠬𘠮𘠬𘠰'}
+{'rank': 43, 'name': '大魏读书人', 'type_1': '仙侠', 'author': '七月未时', 'detail_url': 'https://book.qidian.com/info/1029160231', 'collection': '𘠬𘠪𘠱𘠭𘠭𘠮𘠫'}
+{'rank': 42, 'name': '凡人修仙之仙界篇', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/1010734492', 'collection': '𘠬𘠮𘠬𘠬𘠭𘠬𘠪'}
+{'rank': 41, 'name': '这个人仙太过正经', 'type_1': '仙侠', 'author': '言归正传', 'detail_url': 'https://book.qidian.com/info/1021635590', 'collection': '𘠬𘠮𘠧𘠲𘠬𘠪𘠧'}
+{'rank': 40, 'name': '轮回乐园', 'type_1': '轻小说', 'author': '那一只蚊子', 'detail_url': 'https://book.qidian.com/info/1009817672', 'collection': '𘠬𘠮𘠮𘠮𘠮𘠬𘠭'}
+{'rank': 39, 'name': '明克街13号', 'type_1': '都市', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1030870265', 'collection': '𘠬𘠮𘠲𘠰𘠪𘠧𘠮'}
+{'rank': 38, 'name': '庆余年', 'type_1': '历史', 'author': '猫腻', 'detail_url': 'https://book.qidian.com/info/114559', 'collection': '𘠬𘠮𘠱𘠬𘠲𘠬𘠭'}
+{'rank': 37, 'name': '稳住别浪', 'type_1': '都市', 'author': '跳舞', 'detail_url': 'https://book.qidian.com/info/1025325411', 'collection': '𘠬𘠲𘠪𘠮𘠱𘠧𘠱'}
+{'rank': 36, 'name': '天启预报', 'type_1': '奇幻', 'author': '风月', 'detail_url': 'https://book.qidian.com/info/1014180485', 'collection': '𘠬𘠲𘠲𘠬𘠰𘠲𘠫'}
+{'rank': 35, 'name': '不朽凡人', 'type_1': '仙侠', 'author': '鹅是老五', 'detail_url': 'https://book.qidian.com/info/1003307568', 'collection': '𘠬𘠲𘠯𘠪𘠬𘠧𘠪'}
+{'rank': 34, 'name': '深空彼岸', 'type_1': '都市', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1027339371', 'collection': '𘠬𘠲𘠭𘠧𘠰𘠱𘠲'}
+{'rank': 33, 'name': '凡人修仙传', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/107580', 'collection': '𘠬𘠲𘠭𘠪𘠪𘠬𘠪'}
+{'rank': 32, 'name': '大王饶命', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1010191960', 'collection': '𘠬𘠲𘠰𘠭𘠲𘠭𘠫'}
+{'rank': 31, 'name': '长夜余火', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1023422452', 'collection': '𘠬𘠯𘠬𘠪𘠬𘠮𘠲'}
+{'rank': 30, 'name': '飞剑问道', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1010468795', 'collection': '𘠬𘠯𘠱𘠮𘠱𘠯𘠰'}
+{'rank': 29, 'name': '平平无奇大师兄', 'type_1': '轻小说', 'author': '黑夜弥天', 'detail_url': 'https://book.qidian.com/info/1017176480', 'collection': '𘠬𘠭𘠧𘠰𘠪𘠭𘠯'}
+{'rank': 28, 'name': '放开那个女巫', 'type_1': '奇幻', 'author': '二目', 'detail_url': 'https://book.qidian.com/info/1003306811', 'collection': '𘠬𘠭𘠲𘠯𘠱𘠮𘠰'}
+{'rank': 27, 'name': '赘婿', 'type_1': '历史', 'author': '愤怒的香蕉', 'detail_url': 'https://book.qidian.com/info/1979049', 'collection': '𘠬𘠭𘠲𘠭𘠧𘠧𘠱'}
+{'rank': 26, 'name': '全球高武', 'type_1': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1012237441', 'collection': '𘠬𘠭𘠲𘠰𘠲𘠰𘠫'}
+{'rank': 25, 'name': '汉乡', 'type_1': '历史', 'author': '孑与2', 'detail_url': 'https://book.qidian.com/info/1010136878', 'collection': '𘠬𘠭𘠰𘠧𘠯𘠯𘠲'}
+{'rank': 24, 'name': '大主宰', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/2750457', 'collection': '𘠬𘠭𘠱𘠮𘠪𘠫𘠧'}
+{'rank': 23, 'name': '镇妖博物馆', 'type_1': '悬疑', 'author': '阎ZK', 'detail_url': 'https://book.qidian.com/info/1026722127', 'collection': '𘠬𘠰𘠪𘠭𘠱𘠮𘠬'}
+{'rank': 22, 'name': '完美世界', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/2952453', 'collection': '𘠬𘠰𘠰𘠰𘠯𘠲𘠰'}
+{'rank': 21, 'name': '这游戏也太真实了', 'type_1': '轻小说', 'author': '晨星LL', 'detail_url': 'https://book.qidian.com/info/1029391348', 'collection': '𘠬𘠱𘠫𘠯𘠰𘠫𘠲'}
+{'rank': 20, 'name': '斗罗大陆', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1115277', 'collection': '𘠧𘠫𘠱𘠧𘠫𘠲𘠪'}
+{'rank': 19, 'name': '玄界之门', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/3676417', 'collection': '𘠧𘠬𘠮𘠲𘠭𘠮𘠧'}
+{'rank': 18, 'name': '从今天开始做藩王', 'type_1': '历史', 'author': '背着家的蜗牛', 'detail_url': 'https://book.qidian.com/info/1023831464', 'collection': '𘠧𘠪𘠲𘠮𘠫𘠧𘠪'}
+{'rank': 17, 'name': '斗罗大陆III龙王传说', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/3681560', 'collection': '𘠧𘠲𘠪𘠭𘠲𘠧𘠬'}
+{'rank': 16, 'name': '星门', 'type_1': '玄幻', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1027669580', 'collection': '𘠧𘠲𘠲𘠲𘠫𘠰𘠱'}
+{'rank': 15, 'name': '我真没想重生啊', 'type_1': '都市', 'author': '柳岸花又明', 'detail_url': 'https://book.qidian.com/info/1015648531', 'collection': '𘠧𘠯𘠬𘠮𘠱𘠬𘠯'}
+{'rank': 14, 'name': '斗破苍穹', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/1209977', 'collection': '𘠧𘠯𘠪𘠰𘠫𘠭𘠫'}
+{'rank': 13, 'name': '我的治愈系游戏', 'type_1': '悬疑', 'author': '我会修空调', 'detail_url': 'https://book.qidian.com/info/1025901449', 'collection': '𘠧𘠯𘠯𘠲𘠲𘠲𘠧'}
+{'rank': 12, 'name': '第一序列', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1013562540', 'collection': '𘠧𘠰𘠧𘠫𘠬𘠱𘠱'}
+{'rank': 11, 'name': '牧神记', 'type_1': '玄幻', 'author': '宅猪', 'detail_url': 'https://book.qidian.com/info/1009704712', 'collection': '𘠧𘠰𘠱𘠬𘠰𘠪𘠪'}
+{'rank': 10, 'name': '开局签到荒古圣体', 'type_1': '玄幻', 'author': 'J神', 'detail_url': 'https://book.qidian.com/info/1021378513', 'collection': '𘠧𘠱𘠭𘠱𘠰𘠮𘠭'}
+{'rank': 9, 'name': '夜的命名术', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1021617576', 'collection': '𘠪𘠧𘠮𘠰𘠰𘠪𘠮'}
+{'rank': 8, 'name': '从红月开始', 'type_1': '科幻', 'author': '黑山老鬼', 'detail_url': 'https://book.qidian.com/info/1024868626', 'collection': '𘠪𘠪𘠲𘠫𘠭𘠪𘠱'}
+{'rank': 7, 'name': '万族之劫', 'type_1': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1018027842', 'collection': '𘠪𘠭𘠯𘠭𘠱𘠰𘠮'}
+{'rank': 6, 'name': '我师兄实在太稳健了', 'type_1': '仙侠', 'author': '言归正传', 'detail_url': 'https://book.qidian.com/info/1016572786', 'collection': '𘠪𘠱𘠫𘠱𘠭𘠮𘠮'}
+{'rank': 5, 'name': '一念永恒', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/1003354631', 'collection': '𘠮𘠮𘠲𘠯𘠧𘠫𘠫'}
+{'rank': 4, 'name': '修真聊天群(聊天群的日常生活)', 'type_1': '都市', 'author': '圣骑士的传说', 'detail_url': 'https://book.qidian.com/info/3602691', 'collection': '𘠮𘠮𘠯𘠫𘠰𘠲𘠬'}
+{'rank': 3, 'name': '大奉打更人', 'type_1': '仙侠', 'author': '卖报小郎君', 'detail_url': 'https://book.qidian.com/info/1019664125', 'collection': '𘠮𘠭𘠱𘠪𘠫𘠲𘠮'}
+{'rank': 2, 'name': '诡秘之主', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1010868264', 'collection': '𘠲𘠭𘠭𘠮𘠯𘠯𘠯'}
+{'rank': 1, 'name': '圣墟', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1004608738', 'collection': '𘠯𘠭𘠬𘠮𘠲𘠫𘠬'}
+{'rank': 100, 'name': '明朝败家子', 'type_1': '历史', 'author': '上山打老虎额', 'detail_url': 'https://book.qidian.com/info/1011705052', 'collection': '𘢂𘢉𘢉𘢂𘢈𘢈'}
+{'rank': 99, 'name': '深夜书屋', 'type_1': '悬疑', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1011335417', 'collection': '𘢂𘢂𘢈𘢀𘢆𘢀'}
+{'rank': 98, 'name': '九鼎记', 'type_1': '武侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1321320', 'collection': '𘢂𘢂𘢆𘢅𘢅𘢉'}
+{'rank': 97, 'name': '赤心巡天', 'type_1': '仙侠', 'author': '情何以甚', 'detail_url': 'https://book.qidian.com/info/1016530091', 'collection': '𘢂𘢆𘡾𘢄𘢇𘢅'}
+{'rank': 96, 'name': '惊悚乐园', 'type_1': '游戏', 'author': '三天两觉', 'detail_url': 'https://book.qidian.com/info/2597043', 'collection': '𘢂𘢆𘢆𘢆𘢅𘢇'}
+{'rank': 95, 'name': '术师手册', 'type_1': '轻小说', 'author': '听日', 'detail_url': 'https://book.qidian.com/info/1025990049', 'collection': '𘢂𘢇𘢂𘢂𘢀𘢄'}
+{'rank': 94, 'name': '斗罗大陆V重生唐三', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1027996625', 'collection': '𘢂𘢇𘢇𘡾𘡾𘢇'}
+{'rank': 93, 'name': '原来我是修仙大佬', 'type_1': '仙侠', 'author': '木下雉水', 'detail_url': 'https://book.qidian.com/info/1022314396', 'collection': '𘢆𘢈𘢅𘢉𘢄𘡾'}
+{'rank': 92, 'name': '金刚不坏大寨主', 'type_1': '武侠', 'author': '徍男', 'detail_url': 'https://book.qidian.com/info/1023502814', 'collection': '𘢆𘢈𘢂𘢈𘢀𘢈'}
+{'rank': 91, 'name': '宇宙职业选手', 'type_1': '科幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1031581171', 'collection': '𘢆𘢅𘢄𘢇𘢄𘢄'}
+{'rank': 90, 'name': '明天下', 'type_1': '历史', 'author': '孑与2', 'detail_url': 'https://book.qidian.com/info/1015609210', 'collection': '𘢆𘢄𘢈𘢅𘢄𘡾'}
+{'rank': 89, 'name': '异常生物见闻录', 'type_1': '科幻', 'author': '远瞳', 'detail_url': 'https://book.qidian.com/info/3242304', 'collection': '𘢆𘢀𘢂𘢅𘢅𘢆'}
+{'rank': 88, 'name': '极道天魔', 'type_1': '仙侠', 'author': '滚开', 'detail_url': 'https://book.qidian.com/info/1005401501', 'collection': '𘢆𘢀𘢆𘢄𘢄𘢆'}
+{'rank': 87, 'name': '史上第一混乱', 'type_1': '都市', 'author': '张小花', 'detail_url': 'https://book.qidian.com/info/174075', 'collection': '𘢆𘢃𘢀𘢀𘢈𘢇'}
+{'rank': 86, 'name': '校花的贴身高手', 'type_1': '都市', 'author': '鱼人二代', 'detail_url': 'https://book.qidian.com/info/1931432', 'collection': '𘢆𘡾𘢈𘢇𘢇𘢇'}
+{'rank': 85, 'name': '我的女友是恶劣大小姐', 'type_1': '轻小说', 'author': '掠过的乌鸦', 'detail_url': 'https://book.qidian.com/info/1021671831', 'collection': '𘢆𘡾𘢅𘢃𘢆𘢈'}
+{'rank': 84, 'name': '莽荒纪', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/2502372', 'collection': '𘢆𘡾𘡾𘢅𘢆𘢆'}
+{'rank': 83, 'name': '一世之尊', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/3249362', 'collection': '𘢆𘢉𘢅𘢈𘢀𘢂'}
+{'rank': 82, 'name': '绍宋', 'type_1': '历史', 'author': '榴弹怕水', 'detail_url': 'https://book.qidian.com/info/1017281778', 'collection': '𘢆𘢉𘡾𘢂𘢉𘢃'}
+{'rank': 81, 'name': '我用闲书成圣人', 'type_1': '仙侠', 'author': '出走八万里', 'detail_url': 'https://book.qidian.com/info/1028463573', 'collection': '𘢆𘢉𘡾𘢇𘡾𘢆'}
+{'rank': 80, 'name': '兰若蝉声', 'type_1': '短篇', 'author': '扫叶僧', 'detail_url': 'https://book.qidian.com/info/1016459104', 'collection': '𘢆𘢉𘡾𘢇𘢉𘢈'}
+{'rank': 79, 'name': '仙逆', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/1264634', 'collection': '𘢆𘢂𘢆𘢈𘡾𘢆'}
+{'rank': 78, 'name': '魔临', 'type_1': '悬疑', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1016560323', 'collection': '𘢆𘢇𘢅𘢉𘢃𘢅'}
+{'rank': 77, 'name': '神墓', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/63856', 'collection': '𘢇𘢈𘢄𘢆𘢄𘢂'}
+{'rank': 76, 'name': '天道图书馆', 'type_1': '玄幻', 'author': '横扫天涯', 'detail_url': 'https://book.qidian.com/info/1004179514', 'collection': '𘢇𘢉𘢈𘢄𘢄𘢀'}
+{'rank': 75, 'name': '神秘复苏', 'type_1': '仙侠', 'author': '佛前献花', 'detail_url': 'https://book.qidian.com/info/1012584111', 'collection': '𘢇𘢉𘢇𘢇𘢃𘢀'}
+{'rank': 74, 'name': '黎明之剑', 'type_1': '科幻', 'author': '远瞳', 'detail_url': 'https://book.qidian.com/info/1010400217', 'collection': '𘢇𘢂𘢀𘡾𘢉𘢉'}
+{'rank': 73, 'name': '学霸的黑科技系统', 'type_1': '科幻', 'author': '晨星LL', 'detail_url': 'https://book.qidian.com/info/1011449273', 'collection': '𘢇𘢆𘢃𘢅𘢇𘢀'}
+{'rank': 72, 'name': '斗罗大陆IV终极斗罗', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1013406185', 'collection': '𘢅𘢈𘢈𘢀𘢅𘢂𘢀'}
+{'rank': 71, 'name': '视死如归魏君子', 'type_1': '轻小说', 'author': '平层', 'detail_url': 'https://book.qidian.com/info/1027440366', 'collection': '𘢅𘢈𘢄𘢄𘢂𘢃𘢈'}
+{'rank': 70, 'name': '大梦主', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/1016534035', 'collection': '𘢅𘢈𘢄𘡾𘢂𘢇𘢅'}
+{'rank': 69, 'name': '临渊行', 'type_1': '玄幻', 'author': '宅猪', 'detail_url': 'https://book.qidian.com/info/1017125042', 'collection': '𘢅𘢈𘢀𘢅𘢄𘢀𘢉'}
+{'rank': 68, 'name': '从斗罗开始打卡', 'type_1': '轻小说', 'author': '夏竖琴', 'detail_url': 'https://book.qidian.com/info/1016869634', 'collection': '𘢅𘢈𘢀𘢂𘢀𘢄𘡾'}
+{'rank': 67, 'name': '盗墓笔记', 'type_1': '悬疑', 'author': '南派三叔', 'detail_url': 'https://book.qidian.com/info/68223', 'collection': '𘢅𘢈𘡾𘢀𘢀𘢉𘢈'}
+{'rank': 66, 'name': '签到十年,我被绝色师姐曝光了', 'type_1': '玄幻', 'author': '卿慕寒', 'detail_url': 'https://book.qidian.com/info/1025826037', 'collection': '𘢅𘢈𘡾𘢃𘢆𘢈𘢀'}
+{'rank': 65, 'name': '我欲封天', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/3106580', 'collection': '𘢅𘢅𘢅𘢈𘢈𘢇𘢄'}
+{'rank': 64, 'name': '我有一座冒险屋', 'type_1': '悬疑', 'author': '我会修空调', 'detail_url': 'https://book.qidian.com/info/1012284323', 'collection': '𘢅𘢅𘢄𘢉𘢈𘢅𘢄'}
+{'rank': 63, 'name': '九星毒奶', 'type_1': '科幻', 'author': '育', 'detail_url': 'https://book.qidian.com/info/1013432302', 'collection': '𘢅𘢅𘢀𘢃𘢉𘢆𘢅'}
+{'rank': 62, 'name': '烂柯棋缘', 'type_1': '仙侠', 'author': '真费事', 'detail_url': 'https://book.qidian.com/info/1015990091', 'collection': '𘢅𘢅𘢃𘢂𘢂𘢂𘡾'}
+{'rank': 61, 'name': '我的徒弟都是大反派', 'type_1': '玄幻', 'author': '谋生任转蓬', 'detail_url': 'https://book.qidian.com/info/1016660823', 'collection': '𘢅𘢅𘢂𘢃𘢂𘢇𘡾'}
+{'rank': 60, 'name': '道君', 'type_1': '仙侠', 'author': '跃千愁', 'detail_url': 'https://book.qidian.com/info/1005236478', 'collection': '𘢅𘢅𘢆𘢉𘢇𘢀𘡾'}
+{'rank': 59, 'name': '吞噬星空', 'type_1': '科幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1639199', 'collection': '𘢅𘢅𘢇𘢆𘢆𘢈𘢉'}
+{'rank': 58, 'name': '武动乾坤', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/2048120', 'collection': '𘢅𘢄𘢅𘢇𘢅𘢃𘢄'}
+{'rank': 57, 'name': '朕', 'type_1': '历史', 'author': '王梓钧', 'detail_url': 'https://book.qidian.com/info/1028520538', 'collection': '𘢅𘢄𘢄𘢄𘢅𘡾𘢅'}
+{'rank': 56, 'name': '斗罗大陆II绝世唐门', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/2517792', 'collection': '𘢅𘢄𘢃𘢄𘢀𘢆𘢃'}
+{'rank': 55, 'name': '万界天尊', 'type_1': '玄幻', 'author': '血红', 'detail_url': 'https://book.qidian.com/info/1005238666', 'collection': '𘢅𘢄𘡾𘢈𘢄𘢃𘢀'}
+{'rank': 54, 'name': '亏成首富从游戏开始', 'type_1': '游戏', 'author': '青衫取醉', 'detail_url': 'https://book.qidian.com/info/1016150754', 'collection': '𘢅𘢄𘢉𘢅𘢄𘢀𘢀'}
+{'rank': 53, 'name': '超神机械师', 'type_1': '游戏', 'author': '齐佩甲', 'detail_url': 'https://book.qidian.com/info/1009480992', 'collection': '𘢅𘢄𘢂𘢄𘢆𘢀𘢅'}
+{'rank': 52, 'name': '我就是不按套路出牌', 'type_1': '轻小说', 'author': '百分之七', 'detail_url': 'https://book.qidian.com/info/1021578188', 'collection': '𘢅𘢄𘢇𘢀𘢃𘡾𘢈'}
+{'rank': 51, 'name': '美食供应商', 'type_1': '都市', 'author': '会做菜的猫', 'detail_url': 'https://book.qidian.com/info/1003667321', 'collection': '𘢅𘢀𘢈𘢈𘢆𘢈𘢀'}
+{'rank': 50, 'name': '盘龙', 'type_1': '奇幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1017141', 'collection': '𘢅𘢀𘢈𘢄𘢉𘢉𘢇'}
+{'rank': 49, 'name': '雪鹰领主', 'type_1': '玄幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/3513193', 'collection': '𘢅𘢀𘢅𘢃𘢀𘡾𘢂'}
+{'rank': 48, 'name': '将夜', 'type_1': '玄幻', 'author': '猫腻', 'detail_url': 'https://book.qidian.com/info/2083259', 'collection': '𘢅𘢀𘢅𘢉𘢉𘢇𘢀'}
+{'rank': 47, 'name': '星辰变', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/118447', 'collection': '𘢅𘢀𘢃𘢈𘡾𘢂𘢅'}
+{'rank': 46, 'name': '遮天', 'type_1': '仙侠', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1735921', 'collection': '𘢅𘢀𘢆𘢅𘢅𘢀𘢄'}
+{'rank': 45, 'name': '不科学御兽', 'type_1': '玄幻', 'author': '轻泉流响', 'detail_url': 'https://book.qidian.com/info/1029006481', 'collection': '𘢅𘢀𘢆𘢉𘡾𘡾𘢅'}
+{'rank': 44, 'name': '全职高手', 'type_1': '游戏', 'author': '蝴蝶蓝', 'detail_url': 'https://book.qidian.com/info/1887208', 'collection': '𘢅𘢀𘢇𘢅𘢃𘢅𘢆'}
+{'rank': 43, 'name': '大魏读书人', 'type_1': '仙侠', 'author': '七月未时', 'detail_url': 'https://book.qidian.com/info/1029160231', 'collection': '𘢅𘢀𘢇𘢂𘢂𘢃𘢈'}
+{'rank': 42, 'name': '凡人修仙之仙界篇', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/1010734492', 'collection': '𘢅𘢃𘢅𘢅𘢂𘢅𘢀'}
+{'rank': 41, 'name': '这个人仙太过正经', 'type_1': '仙侠', 'author': '言归正传', 'detail_url': 'https://book.qidian.com/info/1021635590', 'collection': '𘢅𘢃𘢄𘡾𘢅𘢀𘢄'}
+{'rank': 40, 'name': '轮回乐园', 'type_1': '轻小说', 'author': '那一只蚊子', 'detail_url': 'https://book.qidian.com/info/1009817672', 'collection': '𘢅𘢃𘢃𘢃𘢃𘢅𘢂'}
+{'rank': 39, 'name': '明克街13号', 'type_1': '都市', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1030870265', 'collection': '𘢅𘢃𘡾𘢆𘢀𘢄𘢃'}
+{'rank': 38, 'name': '庆余年', 'type_1': '历史', 'author': '猫腻', 'detail_url': 'https://book.qidian.com/info/114559', 'collection': '𘢅𘢃𘢇𘢅𘡾𘢅𘢂'}
+{'rank': 37, 'name': '稳住别浪', 'type_1': '都市', 'author': '跳舞', 'detail_url': 'https://book.qidian.com/info/1025325411', 'collection': '𘢅𘡾𘢀𘢃𘢇𘢄𘢇'}
+{'rank': 36, 'name': '天启预报', 'type_1': '奇幻', 'author': '风月', 'detail_url': 'https://book.qidian.com/info/1014180485', 'collection': '𘢅𘡾𘡾𘢅𘢆𘡾𘢈'}
+{'rank': 35, 'name': '不朽凡人', 'type_1': '仙侠', 'author': '鹅是老五', 'detail_url': 'https://book.qidian.com/info/1003307568', 'collection': '𘢅𘡾𘢉𘢀𘢅𘢄𘢀'}
+{'rank': 34, 'name': '深空彼岸', 'type_1': '都市', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1027339371', 'collection': '𘢅𘡾𘢂𘢄𘢆𘢇𘡾'}
+{'rank': 33, 'name': '凡人修仙传', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/107580', 'collection': '𘢅𘡾𘢂𘢀𘢀𘢅𘢀'}
+{'rank': 32, 'name': '大王饶命', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1010191960', 'collection': '𘢅𘡾𘢆𘢂𘡾𘢂𘢈'}
+{'rank': 31, 'name': '长夜余火', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1023422452', 'collection': '𘢅𘢉𘢅𘢀𘢅𘢃𘡾'}
+{'rank': 30, 'name': '飞剑问道', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1010468795', 'collection': '𘢅𘢉𘢇𘢃𘢇𘢉𘢆'}
+{'rank': 29, 'name': '平平无奇大师兄', 'type_1': '轻小说', 'author': '黑夜弥天', 'detail_url': 'https://book.qidian.com/info/1017176480', 'collection': '𘢅𘢂𘢄𘢆𘢀𘢂𘢉'}
+{'rank': 28, 'name': '放开那个女巫', 'type_1': '奇幻', 'author': '二目', 'detail_url': 'https://book.qidian.com/info/1003306811', 'collection': '𘢅𘢂𘡾𘢉𘢇𘢃𘢆'}
+{'rank': 27, 'name': '赘婿', 'type_1': '历史', 'author': '愤怒的香蕉', 'detail_url': 'https://book.qidian.com/info/1979049', 'collection': '𘢅𘢂𘡾𘢂𘢄𘢄𘢇'}
+{'rank': 26, 'name': '全球高武', 'type_1': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1012237441', 'collection': '𘢅𘢂𘡾𘢆𘡾𘢆𘢈'}
+{'rank': 25, 'name': '汉乡', 'type_1': '历史', 'author': '孑与2', 'detail_url': 'https://book.qidian.com/info/1010136878', 'collection': '𘢅𘢂𘢆𘢄𘢉𘢉𘡾'}
+{'rank': 24, 'name': '大主宰', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/2750457', 'collection': '𘢅𘢂𘢇𘢃𘢀𘢈𘢄'}
+{'rank': 23, 'name': '镇妖博物馆', 'type_1': '悬疑', 'author': '阎ZK', 'detail_url': 'https://book.qidian.com/info/1026722127', 'collection': '𘢅𘢆𘢀𘢂𘢇𘢃𘢅'}
+{'rank': 22, 'name': '完美世界', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/2952453', 'collection': '𘢅𘢆𘢆𘢆𘢉𘡾𘢆'}
+{'rank': 21, 'name': '这游戏也太真实了', 'type_1': '轻小说', 'author': '晨星LL', 'detail_url': 'https://book.qidian.com/info/1029391348', 'collection': '𘢅𘢇𘢈𘢉𘢆𘢈𘡾'}
+{'rank': 20, 'name': '斗罗大陆', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1115277', 'collection': '𘢄𘢈𘢇𘢄𘢈𘡾𘢀'}
+{'rank': 19, 'name': '玄界之门', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/3676417', 'collection': '𘢄𘢅𘢃𘡾𘢂𘢃𘢄'}
+{'rank': 18, 'name': '从今天开始做藩王', 'type_1': '历史', 'author': '背着家的蜗牛', 'detail_url': 'https://book.qidian.com/info/1023831464', 'collection': '𘢄𘢀𘡾𘢃𘢈𘢄𘢀'}
+{'rank': 17, 'name': '斗罗大陆III龙王传说', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/3681560', 'collection': '𘢄𘡾𘢀𘢂𘡾𘢄𘢅'}
+{'rank': 16, 'name': '星门', 'type_1': '玄幻', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1027669580', 'collection': '𘢄𘡾𘡾𘡾𘢈𘢆𘢇'}
+{'rank': 15, 'name': '我真没想重生啊', 'type_1': '都市', 'author': '柳岸花又明', 'detail_url': 'https://book.qidian.com/info/1015648531', 'collection': '𘢄𘢉𘢅𘢃𘢇𘢅𘢉'}
+{'rank': 14, 'name': '斗破苍穹', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/1209977', 'collection': '𘢄𘢉𘢀𘢆𘢈𘢂𘢈'}
+{'rank': 13, 'name': '我的治愈系游戏', 'type_1': '悬疑', 'author': '我会修空调', 'detail_url': 'https://book.qidian.com/info/1025901449', 'collection': '𘢄𘢉𘢉𘡾𘡾𘡾𘢄'}
+{'rank': 12, 'name': '第一序列', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1013562540', 'collection': '𘢄𘢆𘢄𘢈𘢅𘢇𘢇'}
+{'rank': 11, 'name': '牧神记', 'type_1': '玄幻', 'author': '宅猪', 'detail_url': 'https://book.qidian.com/info/1009704712', 'collection': '𘢄𘢆𘢇𘢅𘢆𘢀𘢀'}
+{'rank': 10, 'name': '开局签到荒古圣体', 'type_1': '玄幻', 'author': 'J神', 'detail_url': 'https://book.qidian.com/info/1021378513', 'collection': '𘢄𘢇𘢂𘢇𘢆𘢃𘢂'}
+{'rank': 9, 'name': '夜的命名术', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1021617576', 'collection': '𘢀𘢄𘢃𘢆𘢆𘢀𘢃'}
+{'rank': 8, 'name': '从红月开始', 'type_1': '科幻', 'author': '黑山老鬼', 'detail_url': 'https://book.qidian.com/info/1024868626', 'collection': '𘢀𘢀𘡾𘢈𘢂𘢀𘢇'}
+{'rank': 7, 'name': '万族之劫', 'type_1': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1018027842', 'collection': '𘢀𘢂𘢉𘢂𘢇𘢆𘢃'}
+{'rank': 6, 'name': '我师兄实在太稳健了', 'type_1': '仙侠', 'author': '言归正传', 'detail_url': 'https://book.qidian.com/info/1016572786', 'collection': '𘢀𘢇𘢈𘢇𘢂𘢃𘢃'}
+{'rank': 5, 'name': '一念永恒', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/1003354631', 'collection': '𘢃𘢃𘡾𘢉𘢄𘢈𘢈'}
+{'rank': 4, 'name': '修真聊天群(聊天群的日常生活)', 'type_1': '都市', 'author': '圣骑士的传说', 'detail_url': 'https://book.qidian.com/info/3602691', 'collection': '𘢃𘢃𘢉𘢈𘢆𘡾𘢅'}
+{'rank': 3, 'name': '大奉打更人', 'type_1': '仙侠', 'author': '卖报小郎君', 'detail_url': 'https://book.qidian.com/info/1019664125', 'collection': '𘢃𘢂𘢇𘢀𘢈𘡾𘢃'}
+{'rank': 2, 'name': '诡秘之主', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1010868264', 'collection': '𘡾𘢂𘢂𘢃𘢉𘢉𘢉'}
+{'rank': 1, 'name': '圣墟', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1004608738', 'collection': '𘢉𘢂𘢅𘢃𘡾𘢈𘢅'}
+{'rank': 40, 'name': '轮回乐园', 'type_1': '轻小说', 'author': '那一只蚊子', 'detail_url': 'https://book.qidian.com/info/1009817672', 'collection': '𘡚𘡘𘡘𘡒𘡗𘡘𘡓'}
+{'rank': 39, 'name': '明克街13号', 'type_1': '都市', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1030870265', 'collection': '𘡚𘡘𘡒𘡐𘡙𘡔𘡒'}
+{'rank': 38, 'name': '庆余年', 'type_1': '历史', 'author': '猫腻', 'detail_url': 'https://book.qidian.com/info/114559', 'collection': '𘡚𘡘𘡐𘡚𘡛𘡗𘡛'}
+{'rank': 37, 'name': '稳住别浪', 'type_1': '都市', 'author': '跳舞', 'detail_url': 'https://book.qidian.com/info/1025325411', 'collection': '𘡚𘡒𘡓𘡒𘡒𘡔𘡘'}
+{'rank': 36, 'name': '天启预报', 'type_1': '奇幻', 'author': '风月', 'detail_url': 'https://book.qidian.com/info/1014180485', 'collection': '𘡚𘡒𘡒𘡔𘡐𘡚𘡔'}
+{'rank': 35, 'name': '不朽凡人', 'type_1': '仙侠', 'author': '鹅是老五', 'detail_url': 'https://book.qidian.com/info/1003307568', 'collection': '𘡚𘡒𘡛𘡓𘡚𘡚𘡔'}
+{'rank': 34, 'name': '凡人修仙传', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/107580', 'collection': '𘡚𘡒𘡙𘡓𘡙𘡛𘡕'}
+{'rank': 33, 'name': '深空彼岸', 'type_1': '都市', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1027339371', 'collection': '𘡚𘡒𘡙𘡒𘡚𘡓𘡕'}
+{'rank': 32, 'name': '大王饶命', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1010191960', 'collection': '𘡚𘡒𘡕𘡙𘡐𘡗𘡐'}
+{'rank': 31, 'name': '长夜余火', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1023422452', 'collection': '𘡚𘡛𘡚𘡓𘡛𘡓𘡐'}
+{'rank': 30, 'name': '飞剑问道', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1010468795', 'collection': '𘡚𘡛𘡐𘡘𘡐𘡛𘡗'}
+{'rank': 29, 'name': '平平无奇大师兄', 'type_1': '轻小说', 'author': '黑夜弥天', 'detail_url': 'https://book.qidian.com/info/1017176480', 'collection': '𘡚𘡙𘡔𘡕𘡓𘡓𘡛'}
+{'rank': 28, 'name': '放开那个女巫', 'type_1': '奇幻', 'author': '二目', 'detail_url': 'https://book.qidian.com/info/1003306811', 'collection': '𘡚𘡙𘡒𘡙𘡗𘡔𘡕'}
+{'rank': 27, 'name': '赘婿', 'type_1': '历史', 'author': '愤怒的香蕉', 'detail_url': 'https://book.qidian.com/info/1979049', 'collection': '𘡚𘡙𘡒𘡙𘡓𘡘𘡘'}
+{'rank': 26, 'name': '全球高武', 'type_1': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1012237441', 'collection': '𘡚𘡙𘡒𘡕𘡕𘡔𘡛'}
+{'rank': 25, 'name': '汉乡', 'type_1': '历史', 'author': '孑与2', 'detail_url': 'https://book.qidian.com/info/1010136878', 'collection': '𘡚𘡙𘡕𘡔𘡛𘡕𘡓'}
+{'rank': 24, 'name': '大主宰', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/2750457', 'collection': '𘡚𘡙𘡐𘡘𘡓𘡔𘡐'}
+{'rank': 23, 'name': '镇妖博物馆', 'type_1': '悬疑', 'author': '阎ZK', 'detail_url': 'https://book.qidian.com/info/1026722127', 'collection': '𘡚𘡕𘡓𘡐𘡚𘡗𘡚'}
+{'rank': 22, 'name': '完美世界', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/2952453', 'collection': '𘡚𘡕𘡕𘡐𘡒𘡗𘡛'}
+{'rank': 21, 'name': '这游戏也太真实了', 'type_1': '轻小说', 'author': '晨星LL', 'detail_url': 'https://book.qidian.com/info/1029391348', 'collection': '𘡚𘡐𘡚𘡔𘡛𘡔𘡗'}
+{'rank': 20, 'name': '斗罗大陆', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1115277', 'collection': '𘡔𘡗𘡐𘡔𘡘𘡕𘡐'}
+{'rank': 19, 'name': '玄界之门', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/3676417', 'collection': '𘡔𘡚𘡘𘡒𘡙𘡙𘡘'}
+{'rank': 18, 'name': '从今天开始做藩王', 'type_1': '历史', 'author': '背着家的蜗牛', 'detail_url': 'https://book.qidian.com/info/1023831464', 'collection': '𘡔𘡓𘡒𘡓𘡐𘡛𘡘'}
+{'rank': 17, 'name': '斗罗大陆III龙王传说', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/3681560', 'collection': '𘡔𘡒𘡓𘡕𘡔𘡘𘡒'}
+{'rank': 16, 'name': '星门', 'type_1': '玄幻', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1027669580', 'collection': '𘡔𘡒𘡒𘡐𘡒𘡒𘡔'}
+{'rank': 15, 'name': '我真没想重生啊', 'type_1': '都市', 'author': '柳岸花又明', 'detail_url': 'https://book.qidian.com/info/1015648531', 'collection': '𘡔𘡛𘡚𘡒𘡓𘡔𘡙'}
+{'rank': 14, 'name': '斗破苍穹', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/1209977', 'collection': '𘡔𘡛𘡓𘡕𘡕𘡔𘡓'}
+{'rank': 13, 'name': '我的治愈系游戏', 'type_1': '悬疑', 'author': '我会修空调', 'detail_url': 'https://book.qidian.com/info/1025901449', 'collection': '𘡔𘡛𘡙𘡔𘡚𘡗𘡕'}
+{'rank': 12, 'name': '第一序列', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1013562540', 'collection': '𘡔𘡕𘡔𘡗𘡘𘡗𘡔'}
+{'rank': 11, 'name': '牧神记', 'type_1': '玄幻', 'author': '宅猪', 'detail_url': 'https://book.qidian.com/info/1009704712', 'collection': '𘡔𘡕𘡐𘡔𘡗𘡘𘡚'}
+{'rank': 10, 'name': '开局签到荒古圣体', 'type_1': '玄幻', 'author': 'J神', 'detail_url': 'https://book.qidian.com/info/1021378513', 'collection': '𘡔𘡐𘡕𘡗𘡔𘡕𘡒'}
+{'rank': 9, 'name': '夜的命名术', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1021617576', 'collection': '𘡓𘡔𘡛𘡗𘡘𘡒𘡒'}
+{'rank': 8, 'name': '从红月开始', 'type_1': '科幻', 'author': '黑山老鬼', 'detail_url': 'https://book.qidian.com/info/1024868626', 'collection': '𘡓𘡓𘡒𘡚𘡚𘡔𘡔'}
+{'rank': 7, 'name': '万族之劫', 'type_1': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1018027842', 'collection': '𘡓𘡙𘡛𘡕𘡔𘡛𘡚'}
+{'rank': 6, 'name': '我师兄实在太稳健了', 'type_1': '仙侠', 'author': '言归正传', 'detail_url': 'https://book.qidian.com/info/1016572786', 'collection': '𘡓𘡐𘡚𘡗𘡚𘡓𘡚'}
+{'rank': 5, 'name': '一念永恒', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/1003354631', 'collection': '𘡘𘡘𘡒𘡛𘡔𘡙𘡘'}
+{'rank': 4, 'name': '修真聊天群(聊天群的日常生活)', 'type_1': '都市', 'author': '圣骑士的传说', 'detail_url': 'https://book.qidian.com/info/3602691', 'collection': '𘡘𘡘𘡛𘡚𘡒𘡐𘡒'}
+{'rank': 3, 'name': '大奉打更人', 'type_1': '仙侠', 'author': '卖报小郎君', 'detail_url': 'https://book.qidian.com/info/1019664125', 'collection': '𘡘𘡙𘡐𘡘𘡛𘡕𘡕'}
+{'rank': 2, 'name': '诡秘之主', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1010868264', 'collection': '𘡒𘡙𘡙𘡛𘡗𘡔𘡔'}
+{'rank': 1, 'name': '圣墟', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1004608738', 'collection': '𘡛𘡙𘡚𘡒𘡔𘡕𘡕'}
+{'rank': 100, 'name': '明朝败家子', 'type_1': '历史', 'author': '上山打老虎额', 'detail_url': 'https://book.qidian.com/info/1011705052', 'collection': '𘝣𘝪𘝪𘝫𘝩𘝨'}
+{'rank': 99, 'name': '深夜书屋', 'type_1': '悬疑', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1011335417', 'collection': '𘝣𘝣𘝨𘝥𘝣𘝬'}
+{'rank': 98, 'name': '九鼎记', 'type_1': '武侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1321320', 'collection': '𘝣𘝣𘝫𘝩𘝥𘝩'}
+{'rank': 97, 'name': '赤心巡天', 'type_1': '仙侠', 'author': '情何以甚', 'detail_url': 'https://book.qidian.com/info/1016530091', 'collection': '𘝣𘝫𘝧𘝧𘝪𘝪'}
+{'rank': 96, 'name': '惊悚乐园', 'type_1': '游戏', 'author': '三天两觉', 'detail_url': 'https://book.qidian.com/info/2597043', 'collection': '𘝣𘝫𘝫𘝡𘝡𘝬'}
+{'rank': 95, 'name': '术师手册', 'type_1': '轻小说', 'author': '听日', 'detail_url': 'https://book.qidian.com/info/1025990049', 'collection': '𘝣𘝡𘝣𘝡𘝪𘝪'}
+{'rank': 94, 'name': '斗罗大陆V重生唐三', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1027996625', 'collection': '𘝫𘝨𘝨𘝡𘝨𘝡'}
+{'rank': 93, 'name': '原来我是修仙大佬', 'type_1': '仙侠', 'author': '木下雉水', 'detail_url': 'https://book.qidian.com/info/1022314396', 'collection': '𘝫𘝨𘝩𘝪𘝫𘝬'}
+{'rank': 92, 'name': '金刚不坏大寨主', 'type_1': '武侠', 'author': '徍男', 'detail_url': 'https://book.qidian.com/info/1023502814', 'collection': '𘝫𘝨𘝣𘝨𘝧𘝪'}
+{'rank': 91, 'name': '宇宙职业选手', 'type_1': '科幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1031581171', 'collection': '𘝫𘝩𘝥𘝨𘝦𘝡'}
+{'rank': 90, 'name': '明天下', 'type_1': '历史', 'author': '孑与2', 'detail_url': 'https://book.qidian.com/info/1015609210', 'collection': '𘝫𘝬𘝨𘝩𘝧𘝣'}
+{'rank': 89, 'name': '异常生物见闻录', 'type_1': '科幻', 'author': '远瞳', 'detail_url': 'https://book.qidian.com/info/3242304', 'collection': '𘝫𘝦𘝣𘝦𘝬𘝦'}
+{'rank': 88, 'name': '极道天魔', 'type_1': '仙侠', 'author': '滚开', 'detail_url': 'https://book.qidian.com/info/1005401501', 'collection': '𘝫𘝦𘝫𘝬𘝫𘝡'}
+{'rank': 87, 'name': '史上第一混乱', 'type_1': '都市', 'author': '张小花', 'detail_url': 'https://book.qidian.com/info/174075', 'collection': '𘝫𘝥𘝦𘝦𘝦𘝩'}
+{'rank': 86, 'name': '校花的贴身高手', 'type_1': '都市', 'author': '鱼人二代', 'detail_url': 'https://book.qidian.com/info/1931432', 'collection': '𘝫𘝧𘝩𘝨𘝫𘝬'}
+{'rank': 85, 'name': '我的女友是恶劣大小姐', 'type_1': '轻小说', 'author': '掠过的乌鸦', 'detail_url': 'https://book.qidian.com/info/1021671831', 'collection': '𘝫𘝧𘝩𘝧𘝩𘝦'}
+{'rank': 84, 'name': '莽荒纪', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/2502372', 'collection': '𘝫𘝧𘝧𘝬𘝣𘝥'}
+{'rank': 83, 'name': '一世之尊', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/3249362', 'collection': '𘝫𘝪𘝩𘝬𘝬𘝬'}
+{'rank': 82, 'name': '绍宋', 'type_1': '历史', 'author': '榴弹怕水', 'detail_url': 'https://book.qidian.com/info/1017281778', 'collection': '𘝫𘝪𘝧𘝫𘝦𘝬'}
+{'rank': 81, 'name': '兰若蝉声', 'type_1': '短篇', 'author': '扫叶僧', 'detail_url': 'https://book.qidian.com/info/1016459104', 'collection': '𘝫𘝪𘝧𘝡𘝪𘝨'}
+{'rank': 80, 'name': '我用闲书成圣人', 'type_1': '仙侠', 'author': '出走八万里', 'detail_url': 'https://book.qidian.com/info/1028463573', 'collection': '𘝫𘝪𘝪𘝡𘝣𘝪'}
+{'rank': 79, 'name': '仙逆', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/1264634', 'collection': '𘝫𘝣𘝫𘝬𘝨𘝣'}
+{'rank': 78, 'name': '魔临', 'type_1': '悬疑', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1016560323', 'collection': '𘝫𘝡𘝩𘝫𘝦𘝨'}
+{'rank': 77, 'name': '神墓', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/63856', 'collection': '𘝡𘝨𘝬𘝡𘝨𘝣'}
+{'rank': 76, 'name': '天道图书馆', 'type_1': '玄幻', 'author': '横扫天涯', 'detail_url': 'https://book.qidian.com/info/1004179514', 'collection': '𘝡𘝪𘝨𘝬𘝧𘝬'}
+{'rank': 75, 'name': '神秘复苏', 'type_1': '仙侠', 'author': '佛前献花', 'detail_url': 'https://book.qidian.com/info/1012584111', 'collection': '𘝡𘝣𘝩𘝨𘝬𘝪'}
+{'rank': 74, 'name': '黎明之剑', 'type_1': '科幻', 'author': '远瞳', 'detail_url': 'https://book.qidian.com/info/1010400217', 'collection': '𘝡𘝣𘝦𘝡𘝩𘝡'}
+{'rank': 73, 'name': '学霸的黑科技系统', 'type_1': '科幻', 'author': '晨星LL', 'detail_url': 'https://book.qidian.com/info/1011449273', 'collection': '𘝡𘝫𘝥𘝣𘝦𘝦'}
+{'rank': 72, 'name': '斗罗大陆IV终极斗罗', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1013406185', 'collection': '𘝩𘝨𘝨𘝦𘝬𘝣𘝣'}
+{'rank': 71, 'name': '视死如归魏君子', 'type_1': '轻小说', 'author': '平层', 'detail_url': 'https://book.qidian.com/info/1027440366', 'collection': '𘝩𘝨𘝬𘝥𘝩𘝩𘝫'}
+{'rank': 70, 'name': '大梦主', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/1016534035', 'collection': '𘝩𘝨𘝬𘝧𘝡𘝣𘝩'}
+{'rank': 69, 'name': '临渊行', 'type_1': '玄幻', 'author': '宅猪', 'detail_url': 'https://book.qidian.com/info/1017125042', 'collection': '𘝩𘝨𘝦𘝩𘝦𘝬𘝡'}
+{'rank': 68, 'name': '从斗罗开始打卡', 'type_1': '轻小说', 'author': '夏竖琴', 'detail_url': 'https://book.qidian.com/info/1016869634', 'collection': '𘝩𘝨𘝦𘝣𘝦𘝦𘝧'}
+{'rank': 67, 'name': '盗墓笔记', 'type_1': '悬疑', 'author': '南派三叔', 'detail_url': 'https://book.qidian.com/info/68223', 'collection': '𘝩𘝨𘝧𘝦𘝥𘝣𘝬'}
+{'rank': 66, 'name': '签到十年,我被绝色师姐曝光了', 'type_1': '玄幻', 'author': '卿慕寒', 'detail_url': 'https://book.qidian.com/info/1025826037', 'collection': '𘝩𘝨𘝧𘝥𘝣𘝩𘝩'}
+{'rank': 65, 'name': '我欲封天', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/3106580', 'collection': '𘝩𘝩𘝩𘝨𘝩𘝪𘝧'}
+{'rank': 64, 'name': '我有一座冒险屋', 'type_1': '悬疑', 'author': '我会修空调', 'detail_url': 'https://book.qidian.com/info/1012284323', 'collection': '𘝩𘝩𘝬𘝪𘝬𘝬𘝨'}
+{'rank': 63, 'name': '九星毒奶', 'type_1': '科幻', 'author': '育', 'detail_url': 'https://book.qidian.com/info/1013432302', 'collection': '𘝩𘝩𘝦𘝥𘝣𘝡𘝩'}
+{'rank': 62, 'name': '烂柯棋缘', 'type_1': '仙侠', 'author': '真费事', 'detail_url': 'https://book.qidian.com/info/1015990091', 'collection': '𘝩𘝩𘝥𘝫𘝨𘝨𘝡'}
+{'rank': 61, 'name': '我的徒弟都是大反派', 'type_1': '玄幻', 'author': '谋生任转蓬', 'detail_url': 'https://book.qidian.com/info/1016660823', 'collection': '𘝩𘝩𘝣𘝥𘝣𘝡𘝥'}
+{'rank': 60, 'name': '道君', 'type_1': '仙侠', 'author': '跃千愁', 'detail_url': 'https://book.qidian.com/info/1005236478', 'collection': '\U000187fd\U000187fd𘠁𘠂𘠀\U000187fa𘠁'}
+{'rank': 59, 'name': '吞噬星空', 'type_1': '科幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1639199', 'collection': '\U000187fd\U000187fd𘠀𘠀\U000187fd𘠅𘠅'}
+{'rank': 58, 'name': '武动乾坤', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/2048120', 'collection': '\U000187fd𘠅\U000187fd𘠀𘠅𘠁𘠅'}
+{'rank': 57, 'name': '朕', 'type_1': '历史', 'author': '王梓钧', 'detail_url': 'https://book.qidian.com/info/1028520538', 'collection': '\U000187fd𘠅𘠅𘠅\U000187fa\U000187fd𘠀'}
+{'rank': 56, 'name': '斗罗大陆II绝世唐门', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/2517792', 'collection': '\U000187fd𘠅\U000187ff𘠅\U000187fe\U000187fd\U000187fd'}
+{'rank': 55, 'name': '万界天尊', 'type_1': '玄幻', 'author': '血红', 'detail_url': 'https://book.qidian.com/info/1005238666', 'collection': '\U000187fd𘠅\U000187fe\U000187fc𘠅\U000187ff\U000187fe'}
+{'rank': 54, 'name': '亏成首富从游戏开始', 'type_1': '游戏', 'author': '青衫取醉', 'detail_url': 'https://book.qidian.com/info/1016150754', 'collection': '\U000187fd𘠅𘠂\U000187fd\U000187fa𘠅𘠅'}
+{'rank': 53, 'name': '超神机械师', 'type_1': '游戏', 'author': '齐佩甲', 'detail_url': 'https://book.qidian.com/info/1009480992', 'collection': '\U000187fd𘠅𘠄\U000187fa\U000187fd\U000187ff\U000187ff'}
+{'rank': 52, 'name': '我就是不按套路出牌', 'type_1': '轻小说', 'author': '百分之七', 'detail_url': 'https://book.qidian.com/info/1021578188', 'collection': '\U000187fd𘠅𘠀\U000187fa\U000187fd𘠁\U000187ff'}
+{'rank': 51, 'name': '美食供应商', 'type_1': '都市', 'author': '会做菜的猫', 'detail_url': 'https://book.qidian.com/info/1003667321', 'collection': '\U000187fd\U000187fa\U000187fc\U000187fc𘠁\U000187fc𘠀'}
+{'rank': 50, 'name': '盘龙', 'type_1': '奇幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1017141', 'collection': '\U000187fd\U000187fa\U000187fc𘠅𘠁\U000187fd\U000187fd'}
+{'rank': 49, 'name': '雪鹰领主', 'type_1': '玄幻', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/3513193', 'collection': '\U000187fd\U000187fa\U000187fd\U000187ff\U000187fa𘠁\U000187fd'}
+{'rank': 48, 'name': '将夜', 'type_1': '玄幻', 'author': '猫腻', 'detail_url': 'https://book.qidian.com/info/2083259', 'collection': '\U000187fd\U000187fa\U000187fd𘠂𘠄𘠅\U000187fe'}
+{'rank': 47, 'name': '星辰变', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/118447', 'collection': '\U000187fd\U000187fa\U000187ff\U000187fd\U000187fc\U000187fe\U000187fd'}
+{'rank': 46, 'name': '遮天', 'type_1': '仙侠', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1735921', 'collection': '\U000187fd\U000187fa𘠁\U000187fd\U000187fe𘠅𘠅'}
+{'rank': 45, 'name': '全职高手', 'type_1': '游戏', 'author': '蝴蝶蓝', 'detail_url': 'https://book.qidian.com/info/1887208', 'collection': '\U000187fd\U000187fa𘠀\U000187fd\U000187fe𘠂\U000187fe'}
+{'rank': 44, 'name': '不科学御兽', 'type_1': '玄幻', 'author': '轻泉流响', 'detail_url': 'https://book.qidian.com/info/1029006481', 'collection': '\U000187fd\U000187fa𘠀\U000187fa\U000187fa\U000187fa𘠅'}
+{'rank': 43, 'name': '大魏读书人', 'type_1': '仙侠', 'author': '七月未时', 'detail_url': 'https://book.qidian.com/info/1029160231', 'collection': '\U000187fd\U000187fa𘠀𘠄𘠀𘠂\U000187fd'}
+{'rank': 42, 'name': '凡人修仙之仙界篇', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/1010734492', 'collection': '\U000187fd\U000187ff\U000187fd𘠅\U000187ff𘠅𘠁'}
+{'rank': 41, 'name': '这个人仙太过正经', 'type_1': '仙侠', 'author': '言归正传', 'detail_url': 'https://book.qidian.com/info/1021635590', 'collection': '\U000187fd\U000187ff𘠅\U000187fe𘠅\U000187fc\U000187fa'}
+{'rank': 40, 'name': '轮回乐园', 'type_1': '轻小说', 'author': '那一只蚊子', 'detail_url': 'https://book.qidian.com/info/1009817672', 'collection': '\U000187fd\U000187ff\U000187ff\U000187fe\U000187fc\U000187ff\U000187fa'}
+{'rank': 39, 'name': '明克街13号', 'type_1': '都市', 'author': '纯洁滴小龙', 'detail_url': 'https://book.qidian.com/info/1030870265', 'collection': '\U000187fd\U000187ff\U000187fe𘠀𘠄𘠅\U000187fe'}
+{'rank': 38, 'name': '庆余年', 'type_1': '历史', 'author': '猫腻', 'detail_url': 'https://book.qidian.com/info/114559', 'collection': '\U000187fd\U000187ff𘠀\U000187fd𘠂\U000187fc𘠂'}
+{'rank': 37, 'name': '稳住别浪', 'type_1': '都市', 'author': '跳舞', 'detail_url': 'https://book.qidian.com/info/1025325411', 'collection': '\U000187fd\U000187fe\U000187fa\U000187fe\U000187fe𘠅\U000187ff'}
+{'rank': 36, 'name': '天启预报', 'type_1': '奇幻', 'author': '风月', 'detail_url': 'https://book.qidian.com/info/1014180485', 'collection': '\U000187fd\U000187fe\U000187fe𘠅𘠀\U000187fd𘠅'}
+{'rank': 35, 'name': '不朽凡人', 'type_1': '仙侠', 'author': '鹅是老五', 'detail_url': 'https://book.qidian.com/info/1003307568', 'collection': '\U000187fd\U000187fe𘠂\U000187fa\U000187fd\U000187fd𘠅'}
+{'rank': 34, 'name': '凡人修仙传', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/107580', 'collection': '\U000187fd\U000187fe𘠄\U000187fa𘠄𘠂𘠁'}
+{'rank': 33, 'name': '深空彼岸', 'type_1': '都市', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1027339371', 'collection': '\U000187fd\U000187fe𘠄\U000187fe\U000187fd\U000187fa𘠁'}
+{'rank': 32, 'name': '大王饶命', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1010191960', 'collection': '\U000187fd\U000187fe𘠁𘠄𘠀\U000187fc𘠀'}
+{'rank': 31, 'name': '长夜余火', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1023422452', 'collection': '\U000187fd𘠂\U000187fd\U000187fa𘠂\U000187fa𘠀'}
+{'rank': 30, 'name': '飞剑问道', 'type_1': '仙侠', 'author': '我吃西红柿', 'detail_url': 'https://book.qidian.com/info/1010468795', 'collection': '\U000187fd𘠂𘠀\U000187ff𘠀𘠂\U000187fc'}
+{'rank': 29, 'name': '平平无奇大师兄', 'type_1': '轻小说', 'author': '黑夜弥天', 'detail_url': 'https://book.qidian.com/info/1017176480', 'collection': '\U000187fd𘠄𘠅𘠁\U000187fa\U000187fa𘠂'}
+{'rank': 28, 'name': '放开那个女巫', 'type_1': '奇幻', 'author': '二目', 'detail_url': 'https://book.qidian.com/info/1003306811', 'collection': '\U000187fd𘠄\U000187fe𘠄\U000187fc𘠅𘠁'}
+{'rank': 27, 'name': '赘婿', 'type_1': '历史', 'author': '愤怒的香蕉', 'detail_url': 'https://book.qidian.com/info/1979049', 'collection': '\U000187fd𘠄\U000187fe𘠄\U000187fa\U000187ff\U000187ff'}
+{'rank': 26, 'name': '全球高武', 'type_1': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1012237441', 'collection': '\U000187fd𘠄\U000187fe𘠁𘠁𘠅𘠂'}
+{'rank': 25, 'name': '汉乡', 'type_1': '历史', 'author': '孑与2', 'detail_url': 'https://book.qidian.com/info/1010136878', 'collection': '\U000187fd𘠄𘠁𘠅𘠂𘠁\U000187fa'}
+{'rank': 24, 'name': '大主宰', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/2750457', 'collection': '\U000187fd𘠄𘠀\U000187ff\U000187fa𘠅𘠀'}
+{'rank': 23, 'name': '镇妖博物馆', 'type_1': '悬疑', 'author': '阎ZK', 'detail_url': 'https://book.qidian.com/info/1026722127', 'collection': '\U000187fd𘠁\U000187fa𘠀\U000187fd\U000187fc\U000187fd'}
+{'rank': 22, 'name': '完美世界', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/2952453', 'collection': '\U000187fd𘠁𘠁𘠀\U000187fe\U000187fc𘠂'}
+{'rank': 21, 'name': '这游戏也太真实了', 'type_1': '轻小说', 'author': '晨星LL', 'detail_url': 'https://book.qidian.com/info/1029391348', 'collection': '\U000187fd𘠀\U000187fd𘠅𘠂𘠅\U000187fc'}
+{'rank': 20, 'name': '斗罗大陆', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/1115277', 'collection': '𘠅\U000187fc𘠀𘠅\U000187ff𘠁𘠀'}
+{'rank': 19, 'name': '玄界之门', 'type_1': '仙侠', 'author': '忘语', 'detail_url': 'https://book.qidian.com/info/3676417', 'collection': '𘠅\U000187fd\U000187ff\U000187fe𘠄𘠄\U000187ff'}
+{'rank': 18, 'name': '从今天开始做藩王', 'type_1': '历史', 'author': '背着家的蜗牛', 'detail_url': 'https://book.qidian.com/info/1023831464', 'collection': '𘠅\U000187fa\U000187fe\U000187fa𘠀𘠂\U000187ff'}
+{'rank': 17, 'name': '斗罗大陆III龙王传说', 'type_1': '玄幻', 'author': '唐家三少', 'detail_url': 'https://book.qidian.com/info/3681560', 'collection': '𘠅\U000187fe\U000187fa𘠁𘠅\U000187ff\U000187fe'}
+{'rank': 16, 'name': '星门', 'type_1': '玄幻', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1027669580', 'collection': '𘠅\U000187fe\U000187fe𘠀\U000187fe\U000187fe𘠅'}
+{'rank': 15, 'name': '我真没想重生啊', 'type_1': '都市', 'author': '柳岸花又明', 'detail_url': 'https://book.qidian.com/info/1015648531', 'collection': '𘠅𘠂\U000187fd\U000187fe\U000187fa𘠅𘠄'}
+{'rank': 14, 'name': '斗破苍穹', 'type_1': '玄幻', 'author': '天蚕土豆', 'detail_url': 'https://book.qidian.com/info/1209977', 'collection': '𘠅𘠂\U000187fa𘠁𘠁𘠅\U000187fa'}
+{'rank': 13, 'name': '我的治愈系游戏', 'type_1': '悬疑', 'author': '我会修空调', 'detail_url': 'https://book.qidian.com/info/1025901449', 'collection': '𘠅𘠂𘠄𘠅\U000187fd\U000187fc𘠁'}
+{'rank': 12, 'name': '第一序列', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1013562540', 'collection': '𘠅𘠁𘠅\U000187fc\U000187ff\U000187fc𘠅'}
+{'rank': 11, 'name': '牧神记', 'type_1': '玄幻', 'author': '宅猪', 'detail_url': 'https://book.qidian.com/info/1009704712', 'collection': '𘠅𘠁𘠀𘠅\U000187fc\U000187ff\U000187fd'}
+{'rank': 10, 'name': '开局签到荒古圣体', 'type_1': '玄幻', 'author': 'J神', 'detail_url': 'https://book.qidian.com/info/1021378513', 'collection': '𘠅𘠀𘠁\U000187fc𘠅𘠁\U000187fe'}
+{'rank': 9, 'name': '夜的命名术', 'type_1': '都市', 'author': '会说话的肘子', 'detail_url': 'https://book.qidian.com/info/1021617576', 'collection': '\U000187fa𘠅𘠂\U000187fc\U000187ff\U000187fe\U000187fe'}
+{'rank': 8, 'name': '从红月开始', 'type_1': '科幻', 'author': '黑山老鬼', 'detail_url': 'https://book.qidian.com/info/1024868626', 'collection': '\U000187fa\U000187fa\U000187fe\U000187fd\U000187fd𘠅𘠅'}
+{'rank': 7, 'name': '万族之劫', 'type_1': '都市', 'author': '老鹰吃小鸡', 'detail_url': 'https://book.qidian.com/info/1018027842', 'collection': '\U000187fa𘠄𘠂𘠁𘠅𘠂\U000187fd'}
+{'rank': 6, 'name': '我师兄实在太稳健了', 'type_1': '仙侠', 'author': '言归正传', 'detail_url': 'https://book.qidian.com/info/1016572786', 'collection': '\U000187fa𘠀\U000187fd\U000187fc\U000187fd\U000187fa\U000187fd'}
+{'rank': 5, 'name': '一念永恒', 'type_1': '仙侠', 'author': '耳根', 'detail_url': 'https://book.qidian.com/info/1003354631', 'collection': '\U000187ff\U000187ff\U000187fe𘠂𘠅𘠄\U000187ff'}
+{'rank': 4, 'name': '修真聊天群(聊天群的日常生活)', 'type_1': '都市', 'author': '圣骑士的传说', 'detail_url': 'https://book.qidian.com/info/3602691', 'collection': '\U000187ff\U000187ff𘠂\U000187fd\U000187fe𘠀\U000187fe'}
+{'rank': 3, 'name': '大奉打更人', 'type_1': '仙侠', 'author': '卖报小郎君', 'detail_url': 'https://book.qidian.com/info/1019664125', 'collection': '\U000187ff𘠄𘠀\U000187ff𘠂𘠁𘠁'}
+{'rank': 2, 'name': '诡秘之主', 'type_1': '玄幻', 'author': '爱潜水的乌贼', 'detail_url': 'https://book.qidian.com/info/1010868264', 'collection': '\U000187fe𘠄𘠄𘠂\U000187fc𘠅𘠅'}
+{'rank': 1, 'name': '圣墟', 'type_1': '玄幻', 'author': '辰东', 'detail_url': 'https://book.qidian.com/info/1004608738', 'collection': '𘠂𘠄\U000187fd\U000187fe𘠅𘠁𘠁'}
diff --git a/pa大作业/作者名.txt b/pa大作业/作者名.txt
new file mode 100644
index 0000000..b886989
--- /dev/null
+++ b/pa大作业/作者名.txt
@@ -0,0 +1,200 @@
+辰东
+爱潜水的乌贼
+卖报小郎君
+圣骑士的传说
+耳根
+言归正传
+老鹰吃小鸡
+黑山老鬼
+会说话的肘子
+J神
+宅猪
+会说话的肘子
+我会修空调
+天蚕土豆
+柳岸花又明
+老鹰吃小鸡
+唐家三少
+背着家的蜗牛
+忘语
+唐家三少
+辰东
+爱潜水的乌贼
+卖报小郎君
+圣骑士的传说
+耳根
+言归正传
+老鹰吃小鸡
+黑山老鬼
+会说话的肘子
+J神
+宅猪
+会说话的肘子
+我会修空调
+天蚕土豆
+柳岸花又明
+老鹰吃小鸡
+唐家三少
+背着家的蜗牛
+忘语
+唐家三少
+辰东
+爱潜水的乌贼
+卖报小郎君
+圣骑士的传说
+耳根
+言归正传
+老鹰吃小鸡
+黑山老鬼
+会说话的肘子
+J神
+宅猪
+会说话的肘子
+我会修空调
+天蚕土豆
+柳岸花又明
+老鹰吃小鸡
+唐家三少
+背着家的蜗牛
+忘语
+唐家三少
+辰东
+爱潜水的乌贼
+卖报小郎君
+圣骑士的传说
+耳根
+言归正传
+老鹰吃小鸡
+黑山老鬼
+会说话的肘子
+J神
+宅猪
+会说话的肘子
+我会修空调
+天蚕土豆
+柳岸花又明
+老鹰吃小鸡
+唐家三少
+背着家的蜗牛
+忘语
+唐家三少
+辰东
+爱潜水的乌贼
+卖报小郎君
+圣骑士的传说
+耳根
+言归正传
+老鹰吃小鸡
+黑山老鬼
+会说话的肘子
+J神
+宅猪
+会说话的肘子
+我会修空调
+天蚕土豆
+柳岸花又明
+老鹰吃小鸡
+唐家三少
+背着家的蜗牛
+忘语
+唐家三少
+辰东
+爱潜水的乌贼
+卖报小郎君
+圣骑士的传说
+耳根
+言归正传
+老鹰吃小鸡
+黑山老鬼
+会说话的肘子
+J神
+宅猪
+会说话的肘子
+我会修空调
+天蚕土豆
+柳岸花又明
+老鹰吃小鸡
+唐家三少
+背着家的蜗牛
+忘语
+唐家三少
+辰东
+爱潜水的乌贼
+卖报小郎君
+圣骑士的传说
+耳根
+言归正传
+老鹰吃小鸡
+黑山老鬼
+会说话的肘子
+J神
+宅猪
+会说话的肘子
+我会修空调
+天蚕土豆
+柳岸花又明
+老鹰吃小鸡
+唐家三少
+背着家的蜗牛
+忘语
+唐家三少
+辰东
+爱潜水的乌贼
+卖报小郎君
+圣骑士的传说
+耳根
+言归正传
+老鹰吃小鸡
+黑山老鬼
+会说话的肘子
+J神
+宅猪
+会说话的肘子
+我会修空调
+天蚕土豆
+柳岸花又明
+老鹰吃小鸡
+唐家三少
+背着家的蜗牛
+忘语
+唐家三少
+辰东
+爱潜水的乌贼
+卖报小郎君
+圣骑士的传说
+耳根
+言归正传
+老鹰吃小鸡
+黑山老鬼
+会说话的肘子
+J神
+宅猪
+会说话的肘子
+我会修空调
+天蚕土豆
+柳岸花又明
+老鹰吃小鸡
+唐家三少
+背着家的蜗牛
+忘语
+唐家三少
+辰东
+爱潜水的乌贼
+卖报小郎君
+圣骑士的传说
+耳根
+言归正传
+老鹰吃小鸡
+黑山老鬼
+会说话的肘子
+J神
+宅猪
+会说话的肘子
+我会修空调
+天蚕土豆
+柳岸花又明
+老鹰吃小鸡
+唐家三少
+背着家的蜗牛
+忘语
+唐家三少
diff --git a/pa大作业/收藏数.txt b/pa大作业/收藏数.txt
new file mode 100644
index 0000000..3efb9c4
--- /dev/null
+++ b/pa大作业/收藏数.txt
@@ -0,0 +1,100 @@
+6698489
+5750676
+4759642
+4455258
+4443635
+3903780
+3765874
+3338779
+3024757
+2973291
+2888577
+2816149
+2622490
+2609403
+2522796
+2467429
+2427249
+2352865
+2146465
+2084118
+1875155
+1816940
+1810908
+1793357
+1781995
+1754223
+1753873
+1752011
+1728646
+1694980
+1602730
+1580035
+1563291
+1557420
+1533731
+1528192
+1496052
+1487186
+1425926
+1425916
+1422060
+1396137
+1393050
+1387062
+1372411
+1324841
+1315431
+1313834
+1300814
+1295675
+1294467
+1262871
+1259426
+1250307
+1240242
+1214731
+1214531
+1190090
+1186242
+1174180
+1151731
+1142161
+1132166
+1119367
+1106374
+1051506
+1049208
+1036852
+1030194
+1019721
+1002148
+979873
+973312
+965026
+959397
+944269
+900791
+881975
+872965
+866051
+864146
+857365
+850698
+850653
+846861
+846673
+842871
+836965
+832521
+819953
+806277
+800075
+783969
+782240
+777704
+773853
+773329
+766922
+766522
+763982
diff --git a/pa大作业/类型.txt b/pa大作业/类型.txt
new file mode 100644
index 0000000..2b51a1e
--- /dev/null
+++ b/pa大作业/类型.txt
@@ -0,0 +1,200 @@
+玄幻
+玄幻
+仙侠
+都市
+仙侠
+仙侠
+都市
+科幻
+都市
+玄幻
+玄幻
+都市
+悬疑
+玄幻
+都市
+玄幻
+玄幻
+历史
+仙侠
+玄幻
+玄幻
+玄幻
+仙侠
+都市
+仙侠
+仙侠
+都市
+科幻
+都市
+玄幻
+玄幻
+都市
+悬疑
+玄幻
+都市
+玄幻
+玄幻
+历史
+仙侠
+玄幻
+玄幻
+玄幻
+仙侠
+都市
+仙侠
+仙侠
+都市
+科幻
+都市
+玄幻
+玄幻
+都市
+悬疑
+玄幻
+都市
+玄幻
+玄幻
+历史
+仙侠
+玄幻
+玄幻
+玄幻
+仙侠
+都市
+仙侠
+仙侠
+都市
+科幻
+都市
+玄幻
+玄幻
+都市
+悬疑
+玄幻
+都市
+玄幻
+玄幻
+历史
+仙侠
+玄幻
+玄幻
+玄幻
+仙侠
+都市
+仙侠
+仙侠
+都市
+科幻
+都市
+玄幻
+玄幻
+都市
+悬疑
+玄幻
+都市
+玄幻
+玄幻
+历史
+仙侠
+玄幻
+玄幻
+玄幻
+仙侠
+都市
+仙侠
+仙侠
+都市
+科幻
+都市
+玄幻
+玄幻
+都市
+悬疑
+玄幻
+都市
+玄幻
+玄幻
+历史
+仙侠
+玄幻
+玄幻
+玄幻
+仙侠
+都市
+仙侠
+仙侠
+都市
+科幻
+都市
+玄幻
+玄幻
+都市
+悬疑
+玄幻
+都市
+玄幻
+玄幻
+历史
+仙侠
+玄幻
+玄幻
+玄幻
+仙侠
+都市
+仙侠
+仙侠
+都市
+科幻
+都市
+玄幻
+玄幻
+都市
+悬疑
+玄幻
+都市
+玄幻
+玄幻
+历史
+仙侠
+玄幻
+玄幻
+玄幻
+仙侠
+都市
+仙侠
+仙侠
+都市
+科幻
+都市
+玄幻
+玄幻
+都市
+悬疑
+玄幻
+都市
+玄幻
+玄幻
+历史
+仙侠
+玄幻
+玄幻
+玄幻
+仙侠
+都市
+仙侠
+仙侠
+都市
+科幻
+都市
+玄幻
+玄幻
+都市
+悬疑
+玄幻
+都市
+玄幻
+玄幻
+历史
+仙侠
+玄幻
diff --git a/pa大作业/解密前.html b/pa大作业/解密前.html
new file mode 100644
index 0000000..cd259cf
--- /dev/null
+++ b/pa大作业/解密前.html
@@ -0,0 +1 @@
+
小说人气排行榜单_起点小说人气排行-起点中文网
\ No newline at end of file
diff --git a/pa大作业/解密后.html b/pa大作业/解密后.html
new file mode 100644
index 0000000..48ca181
--- /dev/null
+++ b/pa大作业/解密后.html
@@ -0,0 +1,34 @@
+
小说VIP收藏排行榜单_起点小说VIP收藏排行-第5页-起点中文网
81 榴弹怕水 | 历史 · 架空历史 | 完本
绍者,一曰继;二曰导。公元1127年,北宋灭亡。旋即,皇九子赵构在万众期待中于商丘登基,继承宋统,改元建炎。然而,三个月内,李纲罢相,陈东被杀,岳飞被驱逐出军,宗泽被遗弃东京,河北
最新更新 新书已发《黜龙》 · 2021-12-02 10:12
82 爱潜水的乌贼 | 玄幻 · 东方玄幻 | 完本
我这一生,不问前尘,不求来世,只轰轰烈烈,快意恩仇,败尽各族英杰,傲笑六道神魔!万年之后,大劫再启,如来金身,元始道体,孰强孰弱,如来神掌,截天七式,谁领风骚?轮回之中,孟奇自少林
最新更新 新书已发 · 2020-11-16 14:16
83 84 85 掠过的乌鸦 | 轻小说 · 恋爱日常 | 完本
【那就变得更俊美,如果可以打动美少女】【如果情话能说得更好听,也请说给她听】【但请记住,不要主动】【让美少女自己喊出来:“俊美的、情话说得好听的东京帅哥啊,我一定要拥有你,你是我的
最新更新 新书已发 · 2021-07-23 09:51
86 鱼人二代 | 都市 · 异术超能 | 连载
传奇杀手回归都市,奉旨保护校花!我是校花的贴身高手,你们最好离我远一点,不然大小姐又要吃醋了!【鱼宝宝书友1群333702438(已满),鱼宝宝书友2群417723151】
最新更新 第10106章 · 2022-05-02 20:00
87 88 滚开 | 仙侠 · 修真文明 | 连载
妖魔横行,世人苦难。神兵魔刃,遮耀天下。手机上的一款游戏修改器,意外成了路胜脑海里的异能。也成了他在这个黑暗乱世唯一的依靠。~~~~~~~新书:我的属性修行人生,大家喜欢的可以移步
最新更新 关于新书 · 2019-01-15 17:49
89 远瞳 | 科幻 · 时空穿梭 | 完本
郝仁,人如其名,是个好人,理想是平平安安过一辈子,当个穷不死但也发不了财的小房东——起码在他家里住进去一堆神经病生物之前是这样。一栋偏僻陈旧的大屋,一堆不怎么正常的人外生物,还有一
最新更新 新书《黎明之剑》已经发布 · 2018-04-10 16:38
90 91 92 93 94 95 96 三天两觉 | 游戏 · 虚拟网游 | 完本
这是超越维度的游戏。亦是追寻真理的竞逐。未知的封印,鬼神的赌局……数据的抗争,人类的救赎……在那个连接着现实的虚拟世界——意识决定我们,意识选择我们,意识决定了我们的意识。现在,丢
最新更新 完本感言 · 2017-11-28 02:38
97 情何以甚 | 仙侠 · 古典仙侠 | 连载
(《赤心巡天》实体书已在全网发售。)上古时代,妖族绝迹。近古时代,龙族消失。神道大昌的时代已经如烟,飞剑绝巅的时代终究沉沦……这个世界发生了什么?那埋葬于时间长河里的历史真相,谁来
最新更新 第二十七章 见棺发财 · 2022-05-02 12:00
98 99 100 行者有三 | 都市 · 都市生活 | 连载
陈宇穿越到高武世界,却被“世界意志”判定为入侵者,施加了诅咒。【诅咒效果:状态反转】【修行中:劲气-1、-2、-1、-1……】【锻炼中:肥胖+1;虚弱+1;体质-1;力量-1;耐性
最新更新 第七十七章 神(下) · 2022-04-27 21:53
\ No newline at end of file
diff --git a/python开发与技术综合项目 -20220421.docx b/python开发与技术综合项目 -20220421.docx
new file mode 100644
index 0000000..8e0d5f7
Binary files /dev/null and b/python开发与技术综合项目 -20220421.docx differ
diff --git a/字体反爬 (1).py b/字体反爬 (1).py
new file mode 100644
index 0000000..a70e00b
--- /dev/null
+++ b/字体反爬 (1).py
@@ -0,0 +1,88 @@
+import re
+import requests
+from fontTools.ttLib import TTFont
+from lxml import etree
+
+fp1 = open("类型.txt", "a", encoding="utf-8")
+fp2 = open("收藏数.txt", "a", encoding="utf-8")
+fp3 = open("作者名.txt", "a", encoding="utf-8")
+
+for i in range(1,2):
+ #url = (f'https://www.qidian.com/rank/vipcollect?page={i}')
+ url = ('https://www.qidian.com/rank/vipcollect/')
+ response =requests.get(url)
+ html = response.text
+ # 'w'只写,不存在则创建
+ with open('解密前.html', mode='w', encoding='utf-8') as f:
+ f.write(html)
+
+ # 代码下载字体文件
+ with open('解密前.html', mode='r', encoding='utf-8') as f:
+ html = f.read()
+
+ # 正则匹配需要下载的字体文件下载地址
+ font_url = re.findall("\('eot'\); src: url\('(.*?)'\) format\('woff'\)", html)[0] # 目的是获取字体文件链接
+ # print(font_url)
+ #font_url = ('https://qidian.gtimg.com/qd_anti_spider/fTDYLCSL.woff')
+ # 下载
+ font_response = requests.get(font_url)
+ font_path = font_url.split('/')[-1] # 用split将/之间分隔开,取最后一个元素将字体文件链接中的’piQOMNSL.woff‘提取出来给font_path命名
+ with open(font_path, mode='wb') as f: # 二进制
+ f.write(font_response.content)
+
+ # 用fonttools查看字体源码
+ # font_path = 'piQOMNSL.woff'
+ fi = TTFont(font_path) # 打开当前目录的font_path文件,也就是”piQOMNSL.woff“
+ fi.saveXML('font.xml') # 另存为font.xml
+
+ # 解析到字体,并将英文替换为数字
+ font_map = fi['cmap'].getBestCmap()
+
+ d = {
+ 'one': '1', 'two': '2', 'three': '3', 'four': '4', 'five': '5', 'six': '6', 'seven': '7',
+ 'eight': '8', 'nine': '9', 'zero': '0', 'period': '.'
+ }
+ # 将字典的值从英文转换为数字
+ for key in font_map.keys():
+ # key:100070
+ # font_map[key]: 'key'
+ # d[font_map[key]]: '5'
+ font_map[key] = d[font_map[key]]
+
+ # font_map字典,将网页中的加密内容替换为破解的数字
+ for key, value in font_map.items():
+ # print(key,value)
+ html = html.replace('' + str(key) + ';', str(value))
+
+ with open('解密后.html', mode='w', encoding='utf_8') as f:
+ f.write(html)
+
+# 用xpath提取html中解密的信息
+
+ html = etree.HTML(open('解密后.html', 'r', encoding='utf-8').read())
+ #h2是小说类型
+ h2 = html.xpath('''//*[@id="book-img-text"]/ul/li['j']/div[2]/p[1]/a[2]/text()''')
+ #h1是小说的收藏量
+ h1 = html.xpath('''//*[@id="book-img-text"]/ul/li['j']/div[3]/div/p/span/span/text()''')
+ # h0是小说的作者名
+ h0 = html.xpath('''//*[@id="book-img-text"]/ul/li['j']/div[2]/p[1]/a[1]/text()''')
+ h3 = h2
+ h4 = h1
+ h = h0
+
+ #循环h3列表输出元素
+ for k in h3[::1]:
+ k = str(k) + '\n'
+ fp1.write(k)
+
+ #同理
+ for e in h4[::1]:
+ e = str(e) + '\n'
+ fp2.write(e)
+
+ for q in h[::1]:
+ q = str(q) + '\n'
+ fp3.write(q)
+
+
+