generator-vpn.py did not saved the generated list because of incorrect destination folder name
parent
3a059f8bd9
commit
d91c41438b
34606
lists/vpn-ipv4/list.json
34606
lists/vpn-ipv4/list.json
File diff suppressed because it is too large
Load Diff
|
@ -18,9 +18,6 @@ def process(url, dst):
|
|||
|
||||
|
||||
if __name__ == '__main__':
|
||||
vpn_base_url_v4 = 'https://raw.githubusercontent.com/X4BNet/lists_vpn/main/ipv4.txt'
|
||||
vpns = ['https://raw.githubusercontent.com/X4BNet/lists_vpn/main/ipv4.txt']
|
||||
for url in vpns:
|
||||
uri = url.split('/')[-1]
|
||||
uri.split('.')[0]
|
||||
process(url, uri)
|
||||
url = 'https://raw.githubusercontent.com/X4BNet/lists_vpn/main/ipv4.txt'
|
||||
dst = 'vpn-ipv4'
|
||||
process(url, dst)
|
||||
|
|
Loading…
Reference in New Issue