1.演示地址: https://alltubedownload.net
2.github地址: https://github.com/Rudloff/alltube
3.宝塔新建网站
4.PHP7.2安装fileinfo、intl扩展
5.进入宝塔网站目录远程下载并解压
https://github.com/Rudloff/alltube/releases/download/3.0.0/alltube-3.0.0.zip
6.把config目录下的config.example.yml改名为config.yml
7.设置Nginx伪静态

location ~ /\. {
                deny all;
        }
​location / {
                try_files $uri /index.php?$args;
        }

8.php禁用函数里删除propen、proc_open

9.测试国内网站大部分都解析不了。油图比可以下载1080P。本项目不支持音频。

最后修改:2021 年 12 月 26 日
如果觉得我的文章对你有用,请随意赞赏