php 写的视频下载工具:
站点 | 视频 |
---|---|
优酷 | ✅ |
秒拍 | ✅ |
腾讯 | ✅ |
XVideos | ✅ |
Pornhub | ✅ |
91porn | ✅ |
微博酷燃 | ✅ |
斗鱼 | ✅ |
爱奇艺 | ✅ |
✅ | |
✅ | |
Bilibili(B站) | ✅ |
今日头条 | ✅ |
芒果TV | ✅ |
- PHP >= 7.1.3
- OpenSSL PHP Extension
- cURL PHP Extension
- FFmpeg:
- Mac:brew install ffmpeg
- Linux: Download
- cURL >= 7.37.0
Discord地址:https://discord.gg/xvNQPaT
-
config.php
return [ //http 代理配置 'http_proxy' => 'http://127.0.0.1:1087', 'weiboCookie' => '',//微博 Cookie 配置 ];
php start.php 'link_address'
Centos7 默认的 curl 版本是 7.29 的,需要升级。升级方法:
rpm -ivh http://mirror.city-fan.org/ftp/contrib/yum-repo/city-fan.org-release-2-1.rhel7.noarch.rpm yum --enablerepo=city-fan.org update curl
curl 升级之后, php 需要重新编译,不能单独编译 php-curl 扩展