Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadeghi85 committed Oct 12, 2023
1 parent 20a3b8c commit 43ba968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 61 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def download_and_parse(channel, wanted_date=None, before=None, results=None):
with open("./generated/nomatch.txt", "w", encoding="utf-8") as file:
file.write("")

with open("v2ray_channels_test.json") as file:
with open("found_channels.json") as file:
found_channels = json.load(file)

found_channels = list(set(found_channels))
Expand Down
61 changes: 1 addition & 60 deletions v2ray_channels_test.json
Original file line number Diff line number Diff line change
@@ -1,62 +1,3 @@
[
"v_2rayngvpn",
"vbox778",
"vistav2ray",
"vlessconfig",
"vmess_vless_v2rayng",
"vmessiran",
"vmesskhodam",
"vmessorg",
"vmessprotocol",
"vmessraygan",
"vp22ray",
"vplusvpn_free",
"vpn4iir",
"vpn_315",
"vpn_ioss",
"vpn_kanfik",
"vpn_mikey",
"vpn_mikey5",
"vpn_proxy66",
"vpn_tehran",
"vpn_v24",
"vpn_v2rayng_gap",
"vpnafra",
"vpnclop",
"vpnconectd",
"vpncustomize",
"vpndoki",
"vpnfreeaccounts",
"vpnhub69",
"vpnkanfik",
"vpnmasi",
"vpnplus100",
"vpns_ir",
"vpnsal",
"vpnserverrr",
"vpnsshocean",
"vpntrt",
"vpntwitt",
"vpnv2speed",
"vpnwedbaz",
"vpnwlf",
"vpnworldone",
"wancloudfa",
"watashi_vpn",
"webclub_team",
"world_ping",
"wxgmrjdcc",
"xbat_team",
"xiv2ray",
"xsv2ray",
"xyzquantvpn",
"yaney_01",
"yarito_media",
"zayn_vpn",
"zed_vpn",
"zedmodeon",
"zeroshop00",
"zibanabz",
"zyfxlnn",
"zzt2424"
"configv2rayng"
]

0 comments on commit 43ba968

Please sign in to comment.