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
686dc785d8
commit
626cead607
@ -66,8 +66,9 @@ class sub_merge():
|
||||
content_raw = ''.join(content_list)
|
||||
|
||||
print('Remove Duplicate Lines ...\n')
|
||||
content_raw = sub_convert.main(content_raw, 'content', 'url', {
|
||||
content_raw = sub_convert.main(content_raw, 'content', 'Base64', {
|
||||
'dup_rm_enabled': True, 'format_name_enabled': False})
|
||||
content_raw = sub_convert.base64_decode(content_raw)
|
||||
print('Remove Duplicate Lines Completed\n')
|
||||
|
||||
print('create yaml format of content')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user