Greasy Fork is available in English.
Download pictures from bilibili timeline and 720P videos.
< Rückmeldungen auf Bilibili Download Pictures
补丁:
- const dynamicId = data.card.desc.dynamic_id;
+ const dynamicId = document.URL.match(/\/(\d+)\??/)[1];
通过B站API获取的动态ID似乎有误
正常的一个动态链接为:
https://www.bilibili.com/opus/{number}
但是脚本的命名不是这一串数字,而是以00结尾的一串不存在的动态ID
怀疑是bug,建议直接用
document.URL
获取