srt2Bilibili 0.02: 更换默认值;处理Cookie错误;清理废代码
默认变成直接进字幕池,颜色红色,18号小字,冷却0.1秒。 封号不负责。 https://github.com/cnbeining/srt2bilibili 代码下面。
wp-search-with-algolia
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/cnbeining.com/html/wp-includes/functions.php on line 6121默认变成直接进字幕池,颜色红色,18号小字,冷却0.1秒。 封号不负责。 https://github.com/cnbeining/srt2bilibili 代码下面。
练习一下新的logging和requests包的post办法。 https://github.com/cnbeining/srt2bilibili 需要的依赖较多,安装愉快。 代码下面。 如果ASS:https://pypi.python.org/pypi/asstosrt/0.1.3 然后走起。
还有0.98.1, 0.98.2 两个版本。 我们能不能做的更好?也许是的。 https://github.com/cnbeining/Biligrab
和BiliDan保持齐平。 代码下面。 https://github.com/cnbeining/Biligrab/
这样便于大家挑出几个函数使用。 HTML5的API不稳定请注意。 测试版本,架构大量修改,请多注意! https://github.com/cnbeining/Biligrab
考虑到之前做的Error Handling,只要写一行 python biligrab.-y -a 1~130000 -p 0 -s 0 -e 3 -n 1 然后买箱咖啡喝掉,就可以把某站的所有东西全dump出来了。。。 https://github.com/cnbeining/Biligrab 代码下面。PEP8后代码过了1000行。。。
还有个0.96.2 版本,在Github。 可以用这个进行大量抓取了。 有必要加个cid模式,直接解析cid么? 代码下面。完整源码必须去Github找。 https://github.com/cnbeining/Biligrab
0.96在 https://github.com/cnbeining/Biligrab/commit/f4764cffd223b791811ff75d924dc3fbd2073753 这个版本没有省略,但是我立刻又发了个fix。。 加入两个ass转换,这样不大可能再出问题了。单纯的容易死。 老地方: https://github.com/cnbeining/Biligrab 不包含弹幕转换源码了,去项目目录看吧。 代码下面。
然后就是加了100行的代码。 很简陋,主要是版本不同的问题。我个人是没办法解决了。 老地方,https://github.com/cnbeining/Biligrab 代码下面。 danmaku2ass的代码这里不附带了,本项目中有,或者去上游找:https://github.com/m13253/danmaku2ass
需要srm: ./bash/profile: function enc() { tar zcvf – $1 | openssl aes-256-cbc -salt -out $1.aes && srm -mfzr $1 } function dec() { openssl aes-256-cbc -d -in $1.aes | tar… Read more »