gaogaotiantian/biliscope

[BUG] 置顶评论中含有 av 号的 jump_url 时,会被标识为广告。

Closed this issue · 2 comments

问题代码

const jumpurl = data.payload?.top?.upper?.content?.jump_url;
if (jumpurl) {
for (const [key, value] of Object.entries(jumpurl)) {
if (key.startsWith("BV") ||
key.startsWith("https://www.bilibili.com/") ||
key.startsWith("https://b23.tv/")) {
// Internal reference, that's okay
continue;

问题描述

此时的 key 会为 av + 一串数字,例:av2333

有没有视频的例子发一下我看看~