TCitRye
Results
1
comments of
TCitRye
我自己改了一下,弄好了 Danmu2Ass.py从499开始改了几行。 comment_filters = [comment_filter] if comment_filters_file: with open(comment_filters_file, 'r', encoding='utf-8') as f: d = f.readlines() comment_filters.extend([i.strip() for i in d]) for comment_filter in comment_filters: try: if comment_filter: filters_regex.append(compile(comment_filter)) except:...