一个支持磁力链和种子的在线搜索云播Web客户端

一个支持磁力链和种子的在线搜索云播Web客户端

常青池 2024-12-03 百科资讯 574 次浏览 0个评论

标题:

一个支持磁力链和种子的在线搜索云播Web客户端

在线搜索与云播:live-torrent Web客户端的强大功能


说明:

live-torrent 是一个功能强大的BT Web客户端工具,不仅支持BT搜索和云播,还具备自动识别种子内视频文件的功能。用户可以直接使用程序内置的引擎搜索查找资源,或自行上传种子文件或磁力链接添加任务。该程序还支持对接OpenSubtitles,为视频自动添加字幕。此外,live-torrent还提供了一个热门电影排行榜,为用户提供了丰富的资源选择和播放体验。

一个支持磁力链和种子的在线搜索云播Web客户端

不过,唯一遗憾的是,该程序暂不支持在线搜索中文资源。对于中文资源,用户只能自行上传种子文件进行识别、播放和下载。


截图

以下是live-torrent的截图展示:

一个支持磁力链和种子的在线搜索云播Web客户端 一个支持磁力链和种子的在线搜索云播Web客户端 一个支持磁力链和种子的在线搜索云播Web客户端 一个支持磁力链和种子的在线搜索云播Web客户端


手动安装

Github地址

https://github.com/Davenchy/live-torrent

  1. 安装NodeJS

    • Debian/Ubuntu系统:
     bash`curl -sL https://deb.nodesource.com/setup_10.x | bash -
     apt install -y git nodejs`
     * CentOS系统:
    

    bashcurl -sL https://rpm.nodesource.com/setup_10.x | bash - yum install nodejs git -y

  2. 安装live-torrent

git clone https://github.com/Davenchy/live-torrent
cd live-torrent
# 安装依赖
npm i
# 打包运行
npm run build
nohup npm start &

安装完成后,通过ip:3000访问Web客户端。


Docker安装

  1. 安装Docker

    • CentOS 6:
     bash`rpm -iUvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
     yum update -y
     yum -y install docker-io
     service docker start
     chkconfig docker on`
     * CentOS 7、Debian、Ubuntu:
    

    bashcurl -sSL https://get.docker.com/ | sh systemctl start docker systemctl enable docker

  2. 安装live-torrent

docker run --restart=always --name live-torrent -d -p 8080:8080 davenchy/live-torrent

然后,通过ip:8080访问Web客户端。


防火墙端口设置

如果无法访问Web端,请检查防火墙端口。对于CentOS系统,可以使用以下命令开放3000端口:

  • CentOS 6:
iptables -I INPUT -p tcp --dport 3000 -j ACCEPT
service iptables save
service iptables restart
  • CentOS 7:
firewall-cmd --zone=public --add-port=3000/tcp --permanent
firewall-cmd --reload

转载请注明来自郑州永和不锈钢有限公司,本文标题:《一个支持磁力链和种子的在线搜索云播Web客户端 》

百度分享代码,如果开启HTTPS请参考李洋个人博客
每一天,每一秒,你所做的决定都会改变你的人生!
Top