mirror of
https://github.com/mahdibland/V2RayAggregator.git
synced 2026-06-24 21:34:12 +08:00
Update list_merge.py
This commit is contained in:
parent
7598362c72
commit
95b169122d
@ -259,6 +259,8 @@ class sub_merge():
|
||||
# print("it was " + str(content_list.__len__()))
|
||||
# content_list = list(set(content_list))
|
||||
# print("now is " + str(content_list.__len__()))
|
||||
content_list = list(filter(lambda x: x.startswith("ssr://") or x.startswith("ss://")
|
||||
or x.startswith("trojan://") or x.startswith("vmess://"), content_list))
|
||||
content_raw = "\n".join(content_list)
|
||||
|
||||
# content_yaml = sub_convert.main(content_raw, 'content', 'content', {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user