mirror of
https://github.com/Tthfyth/source.git
synced 2026-03-15 13:53:18 +08:00
1 line
17 KiB
JSON
1 line
17 KiB
JSON
[{"bookDelayTime":"","bookSingleThread":"\u5426","bookSourceGroup":"","bookSourceName":"\u518d\u6f2b\u753b","bookSourceType":"\u6f2b\u753b","bookSourceUrl":"https:\/\/v4api.zaimanhua.com","enable":true,"httpUserAgent":"Dart\/3.4 (dart:io)","lastUpdateTime":0,"loginUrl":"https:\/\/zaimanhua.com","loginUrlResult":"","ruleBookAuthor":"","ruleBookContent":"*.data.page_url.*@Header:{referer=\"https:\/\/www.zaimanhua.com\/\"}","ruleBookContentDecoder":"","ruleBookKind":"$.data.data.status&&$.data.data.types<js>(function(result){\n var sp = new String(result).split(\",\");\n var l = [];\n for (var i = 0; i < sp.length; i++){\n var current = sp[i];\n current = current.trim();\n var index = current.indexOf(\"=\");\n var key = current.slice(0, index).replace(\"{\",\"\").replace(\" \",\"\");\n if (key != \"tag_name\"){\n continue;\n }\n var value = current.slice(index + 1).replace(\"}\",\"\");\n l.push(value);\n }\n return l;\n})(result);\n<\/js>","ruleBookLastChapter":"$.data.data.last_update_chapter_name","ruleBookName":"","ruleBookUrlPattern":"","ruleChapterId":"","ruleChapterList":"-$.data.data.chapters.*.data.*","ruleChapterName":"$.chapter_title","ruleChapterParentId":"","ruleChapterParentName":"","ruleChapterUrl":"","ruleChapterUrlNext":"","ruleContentUrl":"$.chapter_id<js>(function(result,prePage){\n var prePageUrl = new String(prePage);\n var first = prePageUrl.split(\"?\")[0].replace(\"detail\",\"chapter\");\n var timestamp = Math.floor(new Date().getTime() \/ 1000);\n return first + \"\/\" + result + \"?platform=android×tamp=\" + timestamp + \"&_v=2.3.0&_c=101_01_01_000\";\n})(result,baseUrl);<\/js>","ruleContentUrlNext":"","ruleCoverDecoder":"","ruleCoverUrl":"","ruleFindUrl":"\u6700\u8fd1\u66f4\u65b0::https:\/\/v4api.zaimanhua.com\/app\/v1\/comic\/update\/list\/0\/searchPage@Header:{Authorization:\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdXRob3JpemVkIjp0cnVlLCJleHAiOjE3NjQ3NjQwMTMsImlhdCI6MTc2MjE3MjAxMywianRpIjoidW5pcXVlX2lkIiwibmJmIjoxNzYyMTcyMDEzLCJzdWIiOiJrd2FmZjg3IiwidWlkIjoxOTAyNTMsInVzZXJfbGV2ZWwiOjJ9.gciya97PgYAEwEBou3l3OatF6fRPbfOOpRImJcCZb7c\"}\n\u4eba\u6c14\u6392\u884c::https:\/\/v4api.zaimanhua.com\/app\/v1\/comic\/rank\/list?tag_id=0&by_time=3&rank_type=0&page=searchPage\n\u5410\u69fd\u6392\u884c::https:\/\/v4api.zaimanhua.com\/app\/v1\/comic\/rank\/list?tag_id=0&by_time=3&rank_type=1&page=searchPage\n\u8ba2\u9605\u6392\u884c::https:\/\/v4api.zaimanhua.com\/app\/v1\/comic\/rank\/list?tag_id=0&by_time=3&rank_type=2&page=searchPage","ruleIntroduce":"$.data.data.description","ruleSearchAuthor":"$.authors","ruleSearchCoverDecoder":"","ruleSearchCoverUrl":"$.cover","ruleSearchKind":"$.types","ruleSearchLastChapter":"$.last_name","ruleSearchList":"$.data.list||$.data","ruleSearchName":"$.title","ruleSearchNoteUrl":"$.id&&$.comic_id<js>(function(result)\n{\nvar text = new String(result); \nvar length = text.length;\nif (text.startsWith(\"0\"))\n{ \n text=text.substring(1);\n} \nelse \n{\n text=text.substring(0, length - 1);\n} \nvar timestamp = new Date().getTime();\nreturn \"https:\/\/v4api.zaimanhua.com\/app\/v1\/comic\/detail\/\" + text + \"?platform=android×tamp=\" + timestamp + \"&_v=2.3.0&_c=101_01_01_000\";\n})(result);<\/js>@Header:{Authorization:\"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdXRob3JpemVkIjp0cnVlLCJleHAiOjE3NjQ3NjQwMTMsImlhdCI6MTc2MjE3MjAxMywianRpIjoidW5pcXVlX2lkIiwibmJmIjoxNzYyMTcyMDEzLCJzdWIiOiJrd2FmZjg3IiwidWlkIjoxOTAyNTMsInVzZXJfbGV2ZWwiOjJ9.gciya97PgYAEwEBou3l3OatF6fRPbfOOpRImJcCZb7c\",appversion:\"2.3.0\",channel=\"101_01_01_000\",buildnumber=\"1502206\",host=\"v4api.zaimanhua.com\"}","ruleSearchUrl":"https:\/\/v4api.zaimanhua.com\/app\/v1\/search\/index?keyword=searchKey&source=0&page=searchPage&size=20","ruleSearchUrlNext":"","serialNumber":1,"sourceRemark":"\u53ef\u80fd\u662fdmzj\u7684\u5e73\u66ff","weight":0},{"bookSourceGroup":"\u6f2b\u753b","bookSourceName":"\u5305\u5b50\u6f2b\u753bcn","bookSourceType":"\u6f2b\u753b","bookSourceUrl":"https:\/\/cn.bzmanga.com","enable":true,"httpUserAgent":"Mozilla\/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko\/20100101 Firefox\/34.0","lastUpdateTime":0,"loginUrl":"","loginUrlResult":"","ruleBookAuthor":"h2.comics-detail__author@text","ruleBookContent":"@js:\nlet list = [];\nlet doc = org.jsoup.Jsoup.parse(result);\nfor (;;) {\n let arr = doc.select('amp-state[id^=\"chapter\"] > script').toArray().map(e => String(e));\n for (let x = 0; x < arr.length; x++) {\n let text = arr[x];\n let u = JSON.parse(arr[x].match(\/<script.*?>(.*)<\\\/script>\/)[1].replace(\/baozicdn\/,'baozimh'));\n list.push(u.url);\n }\n nextNode = doc.select('#next-chapter');\n if (!String(nextNode.text()).match(\/\u4e0b\u4e00\u9875\/)) break;\n nextUrl = String(nextNode.attr('href'));\n doc = org.jsoup.Jsoup.connect(nextUrl).get();\n}\nlist;@Header:{Referer:\"https:\/\/cn.bzmanga.com\/\"}","ruleBookContentDecoder":"","ruleBookKind":".tag-list@span@text","ruleBookLastChapter":".supporting-text span>a@text","ruleBookName":"h1.comics-detail__title@text","ruleChapterId":"","ruleChapterList":"@js:\nvar doc = org.jsoup.Jsoup.parse(result);\n(function (){\n rule1 = doc.select(\".section-title:contains(\u7ae0\u8282\u76ee\u5f55)~div .comics-chapters__item\");\n if (rule1.size() > 0) return rule1;\n rule2 = doc.select(\".section-title:contains(\u6700\u65b0\u7ae0\u8282)~div .comics-chapters__item\")\n if (rule2.size() > 0) return rule2.toArray().reverse();\n return doc.select(\"div>span:contains(\u6700\u65b0\uff1a) a\");\n})()","ruleChapterName":"text","ruleChapterParentId":"","ruleChapterParentName":"","ruleChapterUrl":"","ruleChapterUrlNext":"","ruleContentUrl":"href","ruleContentUrlNext":"","ruleCoverUrl":".pure-u-1-1 amp-img@src","ruleFindUrl":"\u6700\u65b0\u4e0a\u67b6::https:\/\/cn.bzmanga.com\/list\/new\n\u4e2d\u56fd::https:\/\/cn.bzmanga.com\/classify?region=cn&page=searchPage\n\u65e5\u672c::https:\/\/cn.bzmanga.com\/classify?region=jp&page=searchPage\n\u6b27\u7f8e::https:\/\/cn.bzmanga.com\/classify?region=en&page=searchPage\n\u8fde\u8f7d\u4e2d::https:\/\/cn.bzmanga.com\/classify?state=serial&page=searchPage\n\u5df2\u5b8c\u7ed3::https:\/\/cn.bzmanga.com\/classify?state=pub&page=searchPage\n\u90fd\u5e02::https:\/\/cn.bzmanga.com\/classify?type=dushi&page=searchPage\n\u5192\u9669::https:\/\/cn.bzmanga.com\/classify?type=mouxian&page=searchPage\n\u70ed\u8840::https:\/\/cn.bzmanga.com\/classify?type=rexie&page=searchPage\n\u7231\u60c5::https:\/\/cn.bzmanga.com\/classify?type=aiqing&page=searchPage\n\u604b\u7231::https:\/\/cn.bzmanga.com\/classify?type=lianai&page=searchPage\n\u803d\u7f8e::https:\/\/cn.bzmanga.com\/classify?type=danmei&page=searchPage\n\u6b66\u4fa0::https:\/\/cn.bzmanga.com\/classify?type=wuxia&page=searchPage\n\u683c\u6597::https:\/\/cn.bzmanga.com\/classify?type=gedou&page=searchPage\n\u79d1\u5e7b::https:\/\/cn.bzmanga.com\/classify?type=kehuan&page=searchPage\n\u9b54\u5e7b::https:\/\/cn.bzmanga.com\/classify?type=mohuan&page=searchPage\n\u4fa6\u63a2::https:\/\/cn.bzmanga.com\/classify?type=zhentan&page=searchPage\n\u63a8\u7406::https:\/\/cn.bzmanga.com\/classify?type=tuili&page=searchPage\n\u7384\u5e7b::https:\/\/cn.bzmanga.com\/classify?type=xuanhuan&page=searchPage\n\u65e5\u5e38::https:\/\/cn.bzmanga.com\/classify?type=richang&page=searchPage\n\u751f\u6d3b::https:\/\/cn.bzmanga.com\/classify?type=shenghuo&page=searchPage\n\u641e\u7b11::https:\/\/cn.bzmanga.com\/classify?type=gaoxiao&page=searchPage\n\u6821\u56ed::https:\/\/cn.bzmanga.com\/classify?type=xiaoyuan&page=searchPage\n\u5947\u5e7b::https:\/\/cn.bzmanga.com\/classify?type=qihuan&page=searchPage\nABCD::https:\/\/cn.bzmanga.com\/classify?filter=ABCD&page=searchPage\nEFGH::https:\/\/cn.bzmanga.com\/classify?filter=EFGH&page=searchPage\nIJKL::https:\/\/cn.bzmanga.com\/classify?filter=IJKL&page=searchPage\nMNOP::https:\/\/cn.bzmanga.com\/classify?filter=MNOP&page=searchPage\nQRST::https:\/\/cn.bzmanga.com\/classify?filter=QRST&page=searchPage\nUVW::https:\/\/cn.bzmanga.com\/classify?filter=UVW&page=searchPage\nXYZ::https:\/\/cn.bzmanga.com\/classify?filter=XYZ&page=searchPage\n0-9::https:\/\/cn.bzmanga.com\/classify?filter=0-9&page=searchPage","ruleIntroduce":"p.comics-detail__desc@text","ruleSearchAuthor":".tags@text","ruleSearchCoverUrl":"amp-img@src","ruleSearchKind":"","ruleSearchLastChapter":"","ruleSearchList":".comics-card","ruleSearchName":".comics-card__title@text","ruleSearchNoteUrl":"tag.a.0@href","ruleSearchUrl":"https:\/\/cn.bzmanga.com\/search?q=searchKey","ruleSearchUrlNext":"","serialNumber":10090,"sourceRemark":"\u4fee\u590d\u76ee\u5f55\u95ee\u9898","weight":804},{"bookDelayTime":"","bookSingleThread":"\u5426","bookSourceGroup":"\u25ef \u6f2b\u753b","bookSourceName":"\u25ef 177\u6f2b\u753b","bookSourceType":"\u6f2b\u753b","bookSourceUrl":"https:\/\/www.177picyy.com","enable":false,"httpUserAgent":"Mozilla\/5.0 (Linux; Android 10; K) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/116.0.0.0 Mobile Safari\/537.36","lastUpdateTime":0,"loginUrl":"","loginUrlResult":"","ruleBookAuthor":"","ruleBookContent":".single-content@img@data-lazy-src@Header:{Referer:host}","ruleBookContentDecoder":"","ruleBookKind":"","ruleBookLastChapter":"","ruleBookName":"","ruleBookUrlPattern":"","ruleChapterId":"","ruleChapterList":"@js:\nu = \/class=\"page-links\"[\\s\\S]*?<\\\/div>\/;\na = String(result).match(u)[0];\np = a.match(\/href=\".*?\"\/g);\nlist = [];\nlist.push({\"text\": 1, \"href\": baseUrl});\nfor(i = 1; i < p.length - 1; i++)\n{\n\t\tlist.push({\n\t\t\t\"text\": String(i + 1),\n\t\t\t\"href\": p[i].match(\/\"(.*?)\"\/)[1]\n });\n}\nlist;","ruleChapterName":"text","ruleChapterParentId":"","ruleChapterParentName":"","ruleChapterUrl":"","ruleChapterUrlNext":"","ruleContentUrl":"href","ruleContentUrlNext":"","ruleCoverDecoder":"","ruleCoverUrl":"","ruleFindUrl":"\u25ef \u4e2d\u6587::\/html\/category\/tt\/page\/searchPage\/\n\n\u26aa\ufe0e \u65e5\u6587::\/html\/category\/jj\/page\/searchPage\/\n\n\u26aa\ufe0e \u5168\u5f69\u4e2d\u6587::\/html\/category\/cg\/cg-cn\/page\/searchPage\/\n\n\u26aa\ufe0e \u5168\u5f69\u65e5\u6587::\/html\/category\/cg\/cg-jp\/page\/searchPage\/\n\n\u26aa\ufe0e \u5168\u5f69\u7eaf\u56fe::\/html\/category\/cg\/cg-no\/page\/searchPage\/","ruleIntroduce":"@js:\na = java.get(\"h2\");","ruleSearchAuthor":"","ruleSearchCoverDecoder":"","ruleSearchCoverUrl":"img@src\n@js:\na = String(result);\np = a.replace(\/w=(\\d+)\/, \"w=810\");\np = p.replace(\/h=(\\d+)\/, \"h=1440\");\np;","ruleSearchKind":"tag.span.1@text","ruleSearchLastChapter":"","ruleSearchList":"id.main@.picture-box||id.main@article","ruleSearchName":"h2@text\n@js:\njava.put(\"h2\", result);","ruleSearchNoteUrl":"a@href","ruleSearchUrl":"https:\/\/www.177picyy.com\/page\/searchPage\/?s=searchKey&cat=0","ruleSearchUrlNext":"","serialNumber":38,"sourceRemark":"\u8981\u9b54\u6cd5","weight":0},{"bookDelayTime":"","bookSingleThread":"\u5426","bookSourceGroup":"\u25ef \u6f2b\u753b","bookSourceName":"\u25ef 18H","bookSourceType":"\u6f2b\u753b","bookSourceUrl":"https:\/\/18h.mm-cg.com","enable":false,"httpUserAgent":"Mozilla\/5.0 (Linux; Android 10; K) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/116.0.0.0 Mobile Safari\/537.36","lastUpdateTime":0,"loginUrl":"","loginUrlResult":"","ruleBookAuthor":"","ruleBookContent":"@js:\nimg = [];\n\np = \/Large\\_cgurl\\[(\\d+)\\]\\s=\\s\".*?\"\/g;\na = String(result).match(p);\nfor(i = 0; i < a.length; i++)\n{\n img.push(a[i].match(\/\"(.*?)\"\/)[1]);\n}\n\nimg@Header:{Referer:host}","ruleBookContentDecoder":"","ruleBookKind":".changetextval@text","ruleBookLastChapter":"","ruleBookName":"","ruleBookUrlPattern":"","ruleChapterId":"","ruleChapterList":"@js:\nlist = [{\"text\": \"1\", \"href\": baseUrl}];","ruleChapterName":"text","ruleChapterParentId":"","ruleChapterParentName":"","ruleChapterUrl":"","ruleChapterUrlNext":"","ruleContentUrl":"href","ruleContentUrlNext":"","ruleCoverDecoder":"","ruleCoverUrl":"","ruleFindUrl":"\u25ef \u9996\u9875::\/zh\/18H_list\/all\/searchPage.html\n\n\u26aa\ufe0e \u77ed\u7bc7::\/zh\/doujin_list\/all\/searchPage.html\n\n\u26aa\ufe0e \u968f\u673a::\/zh\/18H_random\/all\/index\/searchPage.html","ruleIntroduce":".archive-title!-1@tag.h1@text","ruleSearchAuthor":"","ruleSearchCoverDecoder":"","ruleSearchCoverUrl":"img@src","ruleSearchKind":"","ruleSearchLastChapter":"","ruleSearchList":".post","ruleSearchName":"tag.a.1@text","ruleSearchNoteUrl":"a@href","ruleSearchUrl":"https:\/\/18h.mm-cg.com\/zh\/18H_search\/all\/searchKey\/searchPage.html","ruleSearchUrlNext":"","serialNumber":27,"sourceRemark":"\u8981\u9b54\u6cd5","weight":0},{"bookSourceType":0,"bookSourceName":"kuronavi\u6f2b\u753braw","bookSourceUrl":"https:\/\/kuronavi.blog","bookSourceGroup":"\u6f2b\u753b; \u65e5\u6f2b; Raw","bookSourceRemark":"kuronavi\u6f2b\u753braw\u6e90\uff0c\u63d0\u4f9b\u65e5\u672c\u6f2b\u753braw\u8d44\u6e90","bookSingleThread":false,"bookDelayTime":0,"loginUrl":"","loginUrlResult":"","header":"{\"User-Agent\": \"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36\"}","ruleFindUrl":"","ruleSearchUrl":"https:\/\/kuronavi.blog\/search\/manga?keyword=searchKey","ruleSearchList":".item","ruleSearchUrlNext":"","ruleSearchName":"figcaption h3 a@text","ruleSearchAuthor":".author@text||\u66f4\u65b0\u4e2d","ruleSearchCoverUrl":".image img@src","ruleSearchKind":".box_tooltip p:contains(\u30b8\u30e3\u30f3\u30eb) @text##\u30b8\u30e3\u30f3\u30eb\uff1a","ruleSearchLastChapter":".Chapter a:first@text","ruleSearchNoteUrl":"figcaption h3 a@href","ruleBookName":".title-detail@text","ruleBookAuthor":".author .col-xs-8@text##\u66f4\u65b0\u4e2d","ruleCoverUrl":".Col-image img@src","ruleIntroduce":".detail-content p@text","ruleBookKind":".kind .col-xs-8@text","ruleBookLastChapter":".list-chapter nav ul li:first-child .chapter a@text","ruleChapterList":"-.list-chapter nav ul li","ruleChapterUrl":"","ruleChapterUrlNext":"","ruleChapterParentId":"","ruleChapterParentName":"","ruleChapterName":".chapter a@text","ruleContentUrl":".chapter a@href","ruleChapterId":"","ruleBookContent":".page-chapter img@src@Header:{Referer:host}","ruleBookContentDecode":"","ruleContentUrlNext":""},{"bookDelayTime":"","bookSingleThread":"\u5426","bookSourceGroup":"","bookSourceName":"\u5df4\u5361\u6f2b\u753b","bookSourceType":"\u6f2b\u753b","bookSourceUrl":"https:\/\/bakamh.ru","enable":true,"httpUserAgent":"Mozilla\/5.0 (Linux; U; Android 16; zh-cn; 24129PN74C Build\/BP2A.250605.031.A3) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/135.0.7049.79 Mobile Safari\/537.36 XiaoMi\/MiuiBrowser\/20.7.61121","lastUpdateTime":0,"loginUrl":"https:\/\/bakamh.ru\/","loginUrlResult":"","ruleBookAuthor":"\/\/div[5]\/div[2]\/div\/a\/text()","ruleBookContent":"\/\/img[@class=\"wp-manga-chapter-img\"]\/@src","ruleBookContentDecoder":"","ruleBookKind":"\/\/div[8]\/div[2]\/div\/a\/text()","ruleBookLastChapter":"","ruleBookName":"\/\/h1\/text()","ruleBookUrlPattern":"","ruleChapterId":"","ruleChapterList":"-\/\/li[contains(@class, 'chapter-loveYou')]\/a","ruleChapterName":"text","ruleChapterParentId":"","ruleChapterParentName":"","ruleChapterUrl":"","ruleChapterUrlNext":"","ruleContentUrl":"chapter-data-url","ruleContentUrlNext":"text.\u4e0b\u4e00\u8bdd@href","ruleCoverDecoder":"","ruleCoverUrl":"\/\/div[2]\/div\/div\/div\/div[1]\/div\/div[1]\/div\/div[2]\/div\/div[1]\/a\/img\/@src@Header:{\"Accpt-Encoding\":\"gzip,deflate,br,zstd\";\"Accept-Language\": \"zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7\";\"sec-ch-ua\":\"0\"}","ruleFindUrl":"\u97e9\u6f2b::manhwa\/page\/searchPage@Header:{\"sec-fetch-mode\":\"navigate\";\"accept-language\": \"zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6\"}\nBL\u6f2b\u753b::bl\/page\/searchPage@Header:{\"sec-fetch-mode\":\"navigate\";\"accept-language\": \"zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6\"}\nGL\u6f2b\u753b::gl\/page\/searchPage@Header:{\"sec-fetch-mode\":\"navigate\";\"accept-language\": \"zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6\"}\n\u5168\u5e74\u9f84\u6f2b\u753b::allages\/page\/searchPage@Header:{\"sec-fetch-mode\":\"navigate\";\"accept-language\": \"zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6\"}\n\u82f1\u6587\u6f2b\u753b::en-manga\/page\/searchPage@Header:{\"sec-fetch-mode\":\"navigate\";\"accept-language\": \"zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6\"}","ruleIntroduce":"\/\/div[11]\/div\/p\/text()","ruleSearchAuthor":"","ruleSearchCoverDecoder":"","ruleSearchCoverUrl":".img-responsive@src@Header:{\"Accpt-Encoding\":\"gzip,deflate,br,zstd\";\"Accept-Language\": \"zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7\";\"sec-ch-ua\":\"0\"}","ruleSearchKind":"\/\/div[3]\/div[2]\/a\/text()","ruleSearchLastChapter":".chapter-item@text","ruleSearchList":"\/\/*[@id=\"loop-content\"]\/div","ruleSearchName":"\/\/h3\/a\/text()","ruleSearchNoteUrl":"\/\/h3\/a\/@href@Header:{\"sec-fetch-mode\":\"navigate\";\"accept-language\": \"zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6\"}","ruleSearchUrl":"https:\/\/bakamh.ru\/page\/searchPage\/?s=searchKey&post_type=wp-manga@Header:{\"sec-fetch-mode\":\"navigate\";\"accept-language\": \"zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6\"}","ruleSearchUrlNext":"","serialNumber":0,"sourceRemark":"\u53d1\u5e03\u9875\nhttps:\/\/bakamh.app\n \u5907\u7528\u57df\u540d\nhttps:\/\/bakamh.ru\nhttps:\/\/baka3.me\nhttps:\/\/baka1.my\nhttps:\/\/baka2.de\n\u9b54\u6cd5https:\/\/bakamh.com","weight":0}] |