-
Notifications
You must be signed in to change notification settings - Fork 1
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
[New Feature] 合集 support #14
Comments
Now I have almost finished Mainly 3 traits for But which "合集" did you mean? If you mean the latter, it looks like this:
The problem is: Is it a By the way, 合集 is favorited only if one of the videos is favorited. It's not acceptable to save the whole. However, it can be implemented by defining message BiliRes {
string bvid = 1;
string title = 2;
int32 status = 3;
int64 cid = 4;
repeated BiliPage pages = 5;
Upper owner = 15;
}
message BiliPage {
int64 cid = 1;
int32 page = 2;
string part = 3;
} Use a for loop on pages to download. |
合集 has multiple aids or bids. If there are multiple cids in one aid or bid, it should be called 分集. So, I'm talking about the former. for example https://www.bilibili.com/festival/bnj2024 |
@yuioto Finished in v0.2.29 . Test it as you like. |
List subscription 合集 when
fav status -l
.Want to subscribe to 合集 just like favorites.
Otherwise it will be difficult to download them.
The text was updated successfully, but these errors were encountered: