zhongwangninja
zhongwangninja
进行 qq->网易的迁移,需要登录网易的账号 ``` { "account": "", "password": "", "source_playlist_url": "https://y.qq.com/n/yqq/playlist/1702442879.html#&dirid=201", "target_playlist_url": "" } ``` 执行迁移报错为 ``` login sucess get qq playlist success song:SPLASH, sync error ``` 替换为 chromedriver 观察 chrome...
国内小鸡无法直接访问 TG,需要使用代理,依赖 `TG_PROXY_IP, TG_PROXY_PORT`,但 sendNotify 没有判断环境中是否有对应参数并获取,而是在后边直接使用了未赋值的本地变量 TG_PROXY_IP,导致 TG_PROXY_IP 实际上永远为空 ```python if TG_PROXY_IP and TG_PROXY_PORT: proxyStr = "http://{}:{}".format(TG_PROXY_IP, TG_PROXY_PORT) proxies = {"http": proxyStr, "https": proxyStr} try: response = requests.post(url=url, headers=headers, params=payload,...
生成类型为 clash: - 想针对 hy2 节点增加 fast-open: true 配置,在高级选项启用了 tfo,能够看到配置中 vmess 节点增加了 tfo,但 hy2 并未新增相关配置 - 是否可以在启用 tfo 时,直接对 hy2 增加配置 fast-open: true - 或者增加一个针对 hy2 的高级选项