Install Renren Film and Television Linux client on Centos system to download a large number of movie resources anytime and anywhere

888u

Last update at :2024-02-07,Edit by888u

Everyone knows that the platform of Renren Film and Television contains almost all current mainstream film and television works. How can such a comprehensive platform not have a Linux client! The Linux client of Renren Video is not only a tool for downloading videos, but most importantly, the client itself has a search function, so you don’t have to find external resources before you can download them! In addition, Renren Film and Television has sufficient resources for American dramas, Japanese dramas, and Korean dramas, so there is no need to worry about resource issues.

Note: After checking online, Renren Film and Television has built a blockchain. You can download movie episodes, but at the same time, you can also share the bandwidth. This way you can earn Renren Diamonds, which is actually bandwidth mining.

One-click installation script

First of all, I will introduce a one-click installation script. Currently, it only supports CentOS6/7 systems. I personally tested the CentOS 7 system to install smoothly.

#!/bin/bash yum update -y yum install -y wget curl screen make # installation path Path="/root/" cd $Path # Install the latest version of WinRAR Linux LinuxVersion=$(wget -qO- https://www.rarlab.com/download.htm | grep -Eoi ']+>' | grep -Eo 'href="[^"]+"' | grep -Eo 'rarlinux-x64[^/"]+') DownloadLink="https://www.rarlab.com/rar/$LinuxVersion" wget "$DownloadLink" # Install WinRAR tar -zxvf $LinuxVersion cd rar make # Delete WinRAR installation package cd $Path rm -rf $LinuxVersion # Download the latest version of Renren Film and Television wget http://appdown.rrys.tv/rrshareweb_linux.rar unrar x rrshareweb_linux.rar tar -zxvf rrshareweb_centos7.tar.gz cdrrshareweb # Create bash script echo ' #!/bin/bash screen -d -m -S rrshareweb /root/rrshareweb/rrshareweb' >> start.sh chmod +x start.sh bash start.sh echo 'Renren Film and Television Web version has been launched' # material echo 'The default port is 3001, which can be modified in the configuration file' PublicIP=$(curl -4 icanhazip.com) echo "Panel address: http://$PublicIP:3001" echo 'Panel password: 123456' echo 'Configuration file: /root/rrshareweb/conf/rrshare.json'

Copy this script, save it as an sh script, upload it to your VPS, and run it directly in bash. Finally, the access address and password of the panel will be entered.

Compile and install

Also in CentOS7 system, first install the rar decompression software: 32-bit system

wget http://www.rarsoft.com/rar/rarlinux-4.0.1.tar.gz tar -zxvf rarlinux-4.0.1.tar.gz cd rar make

64-bit system

wget http://www.rarlab.com/rar/rarlinux-x64-5.3.0.tar.gz tar -zxvf rarlinux-x64-5.3.0.tar.gz cd rar make

Seeing the following information indicates that the rar installation was successful.

mkdir -p /usr/local/bin mkdir -p /usr/local/lib cp rar unrar /usr/local/bin cp rarfiles.lst /etc cp default.sfx /usr/local/lib

Download & decompress the source code of Renren Video client

yum install wget && wget http://appdown.rrys.tv/rrshareweb_linux.rar unrar x rrshareweb_linux.rar tar -zxvf rrshareweb_centos7.tar.gz cdrrshareweb

Run Renren Video client

./rrshareweb

Access: http://ip:3001, you will be asked to enter a password, the initial password is: 123456. (Make sure port 3001 is open)

After entering the web page, you can set the password and download directory in the upper right corner.

QA

1. How to search for resources? Recently updated resources can be searched and downloaded. 2. Why does the client upload traffic? This is the same principle as p2p. You can download resources only if someone is seeding and uploading them. So for the sake of the overall ecological balance, please feel free to share. 3. Does it support online viewing? Sorry, not supported.

You can install PyOne on the same machine, then upload the downloaded resources to onedrive, and then you can watch them online~~~ 4. Can the port be changed? Edit conf/rrshare.json to change the port. 5. Does it support binding domain names? It is recommended to reverse port 3001 after binding the domain name through Pagoda.

Recommended site searches: Taiwan proxy server, foreign domain name, registration-free virtual host, domain name registration center, domain name registration website, high-defense US server, domain name space agent, Beijing server rental, ASP website space, registration-free virtual host, < /p>

Install Renren Film and Television Linux client on Centos system to download a large number of movie resources anytime and anywhere

All copyrights belong to 888u unless special state
取消
微信二维码
微信二维码
支付宝二维码