MiracleXYZ / bili-interactive-spoiler

Spoiler for bilibili interactive videos.
GNU General Public License v3.0
12 stars 2 forks source link

其实参数不需要那么多 #2

Closed dfaofeng closed 5 years ago

dfaofeng commented 5 years ago

https://api.bilibili.com/x/stein/nodeinfo?aid=61094390&node_id=99974&graph_version=5146 只需要aid,node_id(分p的id),graph_version(互动视频的版本?)

MiracleXYZ commented 5 years ago

其他的参数有些是调整布局和输出格式,有些是控制访问速度避免被B站封掉IP;另外,graphviz 包需要手动定义中文字体,否则输出的pdf无法显示中文,所以 fontname 也是必要的。

dfaofeng commented 5 years ago

大佬.能否直接输出图片呢??pdf文件需要丢到浏览器才能看...

simon300000 commented 5 years ago

graphviz应该可以输出png和svg

MiracleXYZ commented 5 years ago

嗯,下个版本增加一个 output_format 参数

MiracleXYZ commented 5 years ago

已经更新:加入输出格式(pdf/png/svg)