BiliBili自动跳过广告

自动跳过视频中的广告

< Feedback on BiliBili自动跳过广告

Question/comment

§
Posted: 2024.09.01.

我也有过类似的想法,但因为需要手动适配每个视频,考虑到工程量就没有发布。

业务代码我是这样写的,你可以参考一下:

[
    {
        "aid": "{{视频 AV 号}}",
        "bvid": "{{视频 BV 号}}",
        "part": {{分 P 数}},
        "period": [
            {
                "type": "{{广告类似:regular 普通、sensitive 敏感,有身体暴露画面、性暗示、性用品、意识形态宣传品}}",
                "method": "{{处理方式:skip 跳过、mute 静音}}"
                "startTime": {{开始时间}},
                "overTime": {{结束时间}}
            },
            {
                "type": "{{广告类似:regular 普通、sensitive 敏感,有身体暴露画面或性用品等内容}}",
                "method": "{{处理方式:skip 跳过、mute 静音}}"
                "startTime": {{开始时间}},
                "overTime": {{结束时间}}
            },
        ]
    },
    {
        "aid": "av1254714543",
        "bvid": "BV1iJ4m1A7Cb",
        "part": 1,
        "period": [
            {
                "type": "regular",
                "startTime": 56.3,
                "overTime": 122.0
            }
        ]
    }
]
AWangDogAuthor
§
Posted: 2024.09.05.

适配我是想写一个可以让用户上传跳转规则的ui的,但是没想好怎么做登录之类的,就搁置了

现在这个只是个类似于演示用的

以后我有能力可能会在我自己电脑上跑个ai来标注广告吧,到时候这个脚本就有用了

§
Posted: 2024.09.05.

我看那个现成的就不错,由用户提交挺好的,因为现在基本上都用 BV 号,编号没有规律,这样就算是冷门视频广告也可以屏蔽。就算没有也可以自己提交。

Post reply

Sign in to post a reply.