mirror of
https://github.com/mahdibland/V2RayAggregator.git
synced 2026-06-24 21:34:12 +08:00
add comment
This commit is contained in:
parent
19c4528c84
commit
30a46ac7ef
@ -51,6 +51,7 @@ def eternity_convert(file, config, output, provider_file_enabled=True):
|
||||
all_provider = subs_function.convert_sub(
|
||||
"https://raw.githubusercontent.com/mahdibland/SSAggregator/master/Eternity", 'clash')
|
||||
|
||||
# remove lines with name issue
|
||||
all_provider = "proxies:\n" + \
|
||||
"\n".join(list(filter(lambda x: str(x).__contains__(
|
||||
"<EFBFBD>") == False, all_provider[1:].split("\n"))))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user