add comment

This commit is contained in:
Mirei 2022-10-22 18:39:07 +03:30
parent 19c4528c84
commit 30a46ac7ef

View File

@ -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"))))