ed2k Links Extractor
这是用来提取某些论坛提供的带有 ed2k
文本文件中对应链接的小工具。
需要进行如下操作:
- 下载压缩包文件(
rar
/zip
) - 解压得到其中带有链接的文本文件(
txt
) - 将该文件移动 / 复制到某一指定目录,例如:
/User/me/ed2k
(MacOS)D:\ed2k
(Windows)
请进入对应系统的命令行,并进入 ed2k
程序的目录。
命令格式为:
ed2k <目录>
例如:
MacOS
./ed2k /User/me/ed2k
Windows
ed2k.exe D:\ed2k
执行成功没有错误的话就会生成如下三个文本文件:
_ed2k_4k.txt
:提取出的 4Ked2k
链接_ed2k_8k.txt
:提取出的 8Ked2k
链接_ed2k_all.txt
:提取出的全部ed2k
链接,对于 4K / 8K 并存的文件,保留更高解析度的链接
Copyright (c) 2024 LBG
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.