We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如下图所示:
https://at.raxianch.moe/AT_all.txt https://raw.githubusercontent.com/DeSireFire/animeTrackerList/master/AT_all.txt 相同的列表我用两个地址打开,打开看都是一样的,都是相同的问题
“http://ehtracker.org/**GID**/announce” “http://3.ehtracker.org/**GID**/**Key?**/announce” 这两个地址的星号是???
“http://open.acgtracker.com:1096/announcehttp://tracker1.itzmx.com:8080/announce” “http://nyaa.tracker.wf:7777/announceudp://opentor.org:2710/announce” 这俩是否是忘了换行???
The text was updated successfully, but these errors were encountered:
如下图所示: https://at.raxianch.moe/AT_all.txt https://raw.githubusercontent.com/DeSireFire/animeTrackerList/master/AT_all.txt 相同的列表我用两个地址打开,打开看都是一样的,都是相同的问题 “http://ehtracker.org/GID/announce” “http://3.ehtracker.org/GID/Key?/announce” 这两个地址的星号是??? “http://open.acgtracker.com:1096/announcehttp://tracker1.itzmx.com:8080/announce” “http://nyaa.tracker.wf:7777/announceudp://opentor.org:2710/announce” 这俩是否是忘了换行???
“http://ehtracker.org/GID/announce” “http://3.ehtracker.org/GID/Key?/announce” 这两个地址的星号是???
感谢反馈,链接清洗是一直有在做的。这个估计是出现了没适配的情况导致。 因为采集这些tracker地址的来源,它们就比较放飞自我。 很有可能就是资源发布者..自己就忘记换行了,把两个tracker粘一起了。
之后会对这种星号的链接清洗掉; 至于粘连的情况,暂时没想到比较好的拆分思路,我再想想看怎么剔除掉。
Sorry, something went wrong.
粘连的情况,简单地用检测单行字符串的"//"出现次数是不是就可以呢?
不太行,有出现连着的////. 看来得穷举一下地址的开头来解决。
No branches or pull requests
如下图所示:
https://at.raxianch.moe/AT_all.txt
https://raw.githubusercontent.com/DeSireFire/animeTrackerList/master/AT_all.txt
相同的列表我用两个地址打开,打开看都是一样的,都是相同的问题
“http://ehtracker.org/**GID**/announce”
“http://3.ehtracker.org/**GID**/**Key?**/announce”
这两个地址的星号是???
“http://open.acgtracker.com:1096/announcehttp://tracker1.itzmx.com:8080/announce”
“http://nyaa.tracker.wf:7777/announceudp://opentor.org:2710/announce”
这俩是否是忘了换行???
The text was updated successfully, but these errors were encountered: