Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

紳士漫畫站本身的bug的解決方案 #135

Closed
reply7251 opened this issue Mar 6, 2023 · 8 comments
Closed

紳士漫畫站本身的bug的解決方案 #135

reply7251 opened this issue Mar 6, 2023 · 8 comments

Comments

@reply7251
Copy link

紳士漫畫有時候會有頁面變成手機版,導致無法正常分析,所以在indexRule裡面增加了選擇手機版的元素的選擇器。
主要修改內容:

"indexRule": {
        "cover": {
            "regex": "([^\"]*\\.(?:jpg|jpeg|png|gif|bmp|webp))",
            "selector": "div.pic_box a img, a.ImgA img"
        },
        "datetime": {
            "fun": "text",
            "regex": "(\\d{4}-\\d{2}-\\d{2})",
            "selector": "div.info div.info_col, span.info"
        },
        "idCode": {
            "fun": "attr",
            "param": "href",
            "regex": "aid-(\\d+)",
            "selector": "div.pic_box a, a.ImgA"
        },
        "item": {
            "selector": "div.gallary_wrap ul li.gallary_item, div.imgBox ul li"
        },
        "title": {
            "fun": "text",
            "selector": "div.info div.title a, a.txtA"
        }
    }

完整規則

{
    "categories": [
        {
            "cid": 1,
            "title": "首页",
            "url": "https://wnacg.org/albums-index-page-{page:1}.html"
        },
        {
            "cid": 2,
            "title": "同人志",
            "url": "https://wnacg.org/albums-index-page-{page:1}-cate-5.html"
        },
        {
            "cid": 3,
            "title": "同人志->汉化",
            "url": "https://wnacg.org/albums-index-page-{page:1}-cate-1.html"
        },
        {
            "cid": 4,
            "title": "同人志->日语",
            "url": "https://wnacg.org/albums-index-page-{page:1}-cate-12.html"
        },
        {
            "cid": 5,
            "title": "同人志->CG画集",
            "url": "https://wnacg.org/albums-index-page-{page:1}-cate-2.html"
        },
        {
            "cid": 6,
            "title": "同人志->Cosplay",
            "url": "https://wnacg.org/albums-index-page-{page:1}-cate-3.html"
        },
        {
            "cid": 7,
            "title": "单行本",
            "url": "https://wnacg.org/albums-index-page-{page:1}-cate-6.html"
        },
        {
            "cid": 8,
            "title": "单行本->汉化",
            "url": "https://wnacg.org/albums-index-page-{page:1}-cate-9.html"
        },
        {
            "cid": 9,
            "title": "单行本->日语",
            "url": "https://wnacg.org/albums-index-page-{page:1}-cate-13.html"
        },
        {
            "cid": 10,
            "title": "杂志",
            "url": "https://wnacg.org/albums-index-page-{page:1}-cate-7.html"
        },
        {
            "cid": 11,
            "title": "杂志->单篇汉化",
            "url": "https://wnacg.org/albums-index-page-{page:1}-cate-10.html"
        },
        {
            "cid": 12,
            "title": "杂志->日语",
            "url": "https://wnacg.org/albums-index-page-{page:1}-cate-14.html"
        }
    ],
    "disableHProxy": false,
    "extraRule": {
        "pictureRule": {
            "url": {
                "fun": "attr",
                "param": "src",
                "selector": "img#picarea"
            }
        }
    },
    "flag": "singlePageBigPicture|noRating|noTag|waterfallAsList|waterfallAsGrid",
    "galleryRule": {
        "description": {
            "fun": "html",
            "selector": "div.uwconn > p:last-child"
        },
        "pictureRule": {
            "item": {
                "selector": "div.gallary_wrap ul li.gallary_item div.pic_box"
            },
            "thumbnail": {
                "regex": "([^\"]*\\.(?:jpg|jpeg|png|gif|bmp|webp))",
                "selector": "a img"
            },
            "url": {
                "fun": "attr",
                "param": "href",
                "selector": "a"
            }
        }
    },
    "galleryUrl": "https://wnacg.org/photos-index-page-{page:1}-aid-{idCode:}.html",
    "gid": 1,
    "index": 0,
    "indexRule": {
        "cover": {
            "regex": "([^\"]*\\.(?:jpg|jpeg|png|gif|bmp|webp))",
            "selector": "div.pic_box a img, a.ImgA img"
        },
        "datetime": {
            "fun": "text",
            "regex": "(\\d{4}-\\d{2}-\\d{2})",
            "selector": "div.info div.info_col, span.info"
        },
        "idCode": {
            "fun": "attr",
            "param": "href",
            "regex": "aid-(\\d+)",
            "selector": "div.pic_box a, a.ImgA"
        },
        "item": {
            "selector": "div.gallary_wrap ul li.gallary_item, div.imgBox ul li"
        },
        "title": {
            "fun": "text",
            "selector": "div.info div.title a, a.txtA"
        }
    },
    "indexUrl": "https://wnacg.org/albums-index-page-{page:1}.html",
    "isGrid": false,
    "loginUrl": "https://wnacg.org/users-login.html",
    "searchUrl": "https://wnacg.org/search/?q={keyword:}&f=_all&s=create_time_DESC&p={page:1}",
    "sid": 1,
    "title": "绅士漫画",
    "versionCode": 10
}
@kofal2012
Copy link

kofal2012 commented Mar 6, 2023 via email

@LRL200056
Copy link

大佬,进不去啊,可以帮忙看一下吗,球球了

@reply7251
Copy link
Author

.org的沒了 要用.com

@LRL200056
Copy link

.com下午就试过了,大佬,主要问题是预览的略缩图可以看到,但是点进去就加载不出来,而且也搜索加载不出来

@reply7251
Copy link
Author

我自己是把.org全換成.com就可以用了

@LRL200056
Copy link

LRL200056 commented May 31, 2023 via email

@heiheirx
Copy link

请教一下绅士漫画的规则怎么显示本子的页数?

@kofal2012
Copy link

kofal2012 commented Jul 23, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants