WakelessSloth56

Results 7 issues of WakelessSloth56

Processed resource files are in `build/resources`, but VSCode debugger uses the resources in `bin` directory, this causes the `mods.toml` cannot be parsed and fail to launch: ``` Exception in thread...

bug

VSCode debug console (internalConsole) does not support input, colored logs, etc. And even if you manually change it in `launch.json`, it will be overwritten when starting debugging. https://github.com/neoforged/ModDevGradle/blob/511f5170d29e660fc01ba99d594a5309d938e492/src/main/java/net/neoforged/moddevgradle/internal/VsCodeIntegration.java#L81-L82

### 提交前请确认 - [x] 我已阅读贡献指南, 已确认文档中相关内容存在错误或不足,且 Issues、Pull Requests 中无相关提交 ### 原文档链接 https://github.com/SocialSisterYi/bilibili-API-collect/blob/master/docs/video/info.md#%E8%8E%B7%E5%8F%96%E8%A7%86%E9%A2%91%E8%B6%85%E8%AF%A6%E7%BB%86%E4%BF%A1%E6%81%AFweb%E7%AB%AF ### 更新内容 目前我探索的还不够完善,欢迎补充,完善后我会进行修改并提起 PR。 当 URL 参数 `need_operation_card` 为 `1` 时,`Spec` 字段包含内容,当为 `0` 或不存在时 `Spec` 字段为 `null`。 此字段的功能是设置右侧推荐栏中的特殊推荐,例如游戏、番剧、课程、官号等:...

更新/Update

FFMETADATA 新增联合投稿创作团队信息: - [BV1M13WzFE78](https://www.bilibili.com/video/BV1M13WzFE78/): bilibili_up_name=AIChannel中国绊爱 bilibili_up_uid=484322035 bilibili_staffs=UP主:AIChannel中国绊爱(484322035),演唱:泠鸢yousa(282994) - [BV1RQygBYEEE](https://www.bilibili.com/video/BV1RQygBYEEE/): bilibili_up_name=七九也叫皮皮兔 bilibili_up_uid=26057801 bilibili_staffs=UP主:七九也叫皮皮兔(26057801),舞者:Aaa炒饼炒面溯师傅(414737775),舞者:沅沅喵ovo(65390841),舞者:→冥冥(13674235),舞者:阿阿阿阿雀(415284072),舞者:现代大学英语第二版(5346847),舞者:-兔兔子洞-(6455491),舞者:枝脑过载(13637414),舞者:纸丸XXXD(4760585),摄影:糖袋的饭(436755577) --- Bilibili-Evolved 本体的更改: - `src\components\video\video-info.ts`: - `VideoInfo` 添加字段 `staffs`

### 对应功能 保存视频元数据([v2.10.4-preview](https://github.com/the1812/Bilibili-Evolved/releases/tag/v2.10.4-preview)) ### 问题描述 在此仅作为记录,我将通过 PR 修复此问题。 --- 「保存视频元数据」在处理番剧的PV、花絮等时出错。 例如 [「BanG Dream! 元祖迷你动画」](https://www.bilibili.com/bangumi/play/ep2224392)是作为番剧 [「BanG Dream! 梦想协奏曲 第三季」](https://www.bilibili.com/bangumi/media/md28224078) 的一部分。 此时对应的 `episode` 并不在 `data.result.episodes` 中,而是在 `data.result.section[0].episodes` 中,导致无法根据 `epid` 找到对应的视频而出错。 ### 脚本版本...

### 对应功能 下载视频([v2.10.4-preview](https://github.com/the1812/Bilibili-Evolved/releases/tag/v2.10.4-preview)) ### 问题描述 在不同的视频中可复现。 MCDN 的 URL 参数中发现了 `os=estgoss`、`os=upos`、`os=bcache` 等,而不总是 `os=mcdn`: ``` https://xy223x83x28x44xy.mcdn.bilivideo.cn:8082/v1/resource/xxx.m4s ?agrr=0&f=u_0_0&gen=playurlv3&nbs=1&nettype=0&og=cos&orderid=0%2C3 &os=estgoss ``` UPOS 的 URL 参数中发现了 `os=estgoss` 而不是 `os=upos`,这里应该是和域名 `upos-sz-estgoss` 部分相关: ``` https://upos-sz-estgoss.bilivideo.com/upgcxcode/.../xxx.m4s? &platform=pc&deadline=1759647145&nbs=1&gen=playurlv3&uipk=5&og=cos...

bug