/FreeNodes

v2ray免费节点爬虫,自动更新

Primary LanguagePython

FreeNodes

v2ray 免费节点爬虫,每天 10、16、22 点更新。

v2ray 订阅链接:

爬虫目标 T0 订阅链接(镜像网站加速)
https://www.yudou66.com https://mirror.ghproxy.com/https://raw.githubusercontent.com/Barabama/FreeNodes/master/nodes/yudou66.txt
https://blues2022.blogspot.com https://mirror.ghproxy.com/https://raw.githubusercontent.com/Barabama/FreeNodes/master/nodes/blues.txt
https://halekj.top https://mirror.ghproxy.com/https://raw.githubusercontent.com/Barabama/FreeNodes/master/nodes/halekj.txt
爬虫目标 T1 订阅链接(镜像网站加速)
https://kkzui.com/jd https://mirror.ghproxy.com/https://raw.githubusercontent.com/Barabama/FreeNodes/master/nodes/kkzui.txt
https://freenode.openrunner.net https://mirror.ghproxy.com/https://raw.githubusercontent.com/Barabama/FreeNodes/master/nodes/openrunner.txt
https://wenode.cc https://mirror.ghproxy.com/https://raw.githubusercontent.com/Barabama/FreeNodes/master/nodes/wenode.txt
https://v2rayshare.com https://mirror.ghproxy.com/https://raw.githubusercontent.com/Barabama/FreeNodes/master/nodes/v2rayshare.txt
https://nodefree.org https://mirror.ghproxy.com/https://raw.githubusercontent.com/Barabama/FreeNodes/master/nodes/nodefree.txt
合集 https://mirror.ghproxy.com/https://raw.githubusercontent.com/Barabama/FreeNodes/master/nodes/merged.txt

免责声明

订阅节点仅作学习交流使用,用于查找资料,学习知识,不做任何违法行为。所有资源均来自互联网,仅供大家交流学习使用,出现违法问题概不负责。

api请求鸣谢

配置文件

// config.json
{
  "name": "name",
  // 名字
  "tier": 0,
  // 梯级为1的会被合并
  "up_date": "2024-01-01",
  // 更新日期
  "main_url": "https://",
  // 目标主页
  "attrs": {
    "rel": "bookmark"
  },
  // 用于匹配详情页链接元素
  "pattern": "http://[^<>\\n]+.txt",
  // 节点链接匹配规则
  "nodes_index": 0,
  // 节点链接索引
  "decryption": {
    // 需要解密时使用
    "yt_index": 0,
    // 油管视频链接索引
    "decrypt_by": "js",
    // 解密方法, "js"脚本触发或"click"模拟点击
    "script": "multiDecrypt(arguments[0]);",
    // 仅"js", 脚本名
    "textbox": [
      "id",
      "textbox"
    ],
    // 仅"click", 匹配密码文本框
    "button": [
      "name",
      "Submit"
    ],
    // 仅"click", 匹配提交密码按钮
    "password": "8888"
    // 上次成功解密密码
  }
}