磁力搜索引擎 无极磁力
时间:2023-06-20 11:38/span>
作者:tiger
分类:
新知
浏览:4280
评论:0
前言
找个素材,才发现磁力搜索的网站已经绝迹了。没得办法,只能靠自己了!
简介
使用python开发,模块需求如下
兼容Windows/Macos/Linux
安装教程
两种方式
第一种pip安装
pip install torrent-cli
第二种源码安装
git clone http://github.com/origin/chenjiandongx/torrent-cli.git
进入源码目录
cd torrnet-cli
安装所需模块
pip install -r requirements.txt
可以添加个-i使用清华源速度更快
python setup.py install
安装成功,直接运行torrent-cli.py即可
使用教程
torrent-cli.py 钢铁侠
torrent-cli.py 钢铁侠 -o 文件名
导出搜索结果为json或者csv
torrent-cli.py 钢铁侠 -s 1 -p
单行显示并按照文件大小排序
至于-v参数,就是显示版本,就不演示了
需要的可以直接去gitee搜索torrent-cli工程