m13253 / danmaku2ass

Convert comments from Niconico/AcFun/bilibili to ASS format
http://m13253.blogspot.com/2013/11/play-danmaku-offline-danmaku2ass.html
GNU General Public License v3.0
556 stars 92 forks source link

支持用 JSON 文件添加多个正则过滤 #47

Closed Gesrua closed 4 years ago

Gesrua commented 4 years ago

JSON 的格式为

["regex1", "regex2", "regex3", .....]
m13253 commented 4 years ago

感谢你的贡献!

我觉得可以简化一点,不要用 JSON 了,一行一个正则如何?(用 JSON 还会导致倾斜牙签综合征

P.S. 这个项目已经不维护了(主要原因是 HTML5 播放器的出现让我个人不再有想本地看的欲望,以及精力有限)。所以我不会对新功能做很多测试,在提交 pull request 之前麻烦测试一下有没有 bug~

Gesrua commented 4 years ago

是我想得复杂了 QAQ(「倾斜牙签综合征」这个词真棒)

已经改为一行一个正则

测试了一些弹幕文件,无问题(参数有无都试过了)

m13253 commented 4 years ago

已经合并!感谢你的贡献!:heart: