Skip to content

php 写的视频下载工具,现已支持:Youku、Miaopai、腾讯、XVideos、Pornhub、91porn、微博酷燃、bilibili、今日头条、芒果TV

Notifications You must be signed in to change notification settings

kingswon/phpVideos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpVideos

php 写的视频下载工具:

站点 视频
优酷
秒拍
腾讯
XVideos
Pornhub
91porn
微博酷燃
斗鱼
爱奇艺
Weibo
Twitter
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

QQ 群:

代理配置

  • config.php

     return [
         //http 代理配置
         'http_proxy' => 'http://127.0.0.1:1087',
         'weiboCookie' => '',//微博 Cookie 配置
     ];
     

使用方法

php start.php 'link_address'

image

其他

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 扩展

Windows10 使用教程

https://youtu.be/KPKoTLtGNOs

About

php 写的视频下载工具,现已支持:Youku、Miaopai、腾讯、XVideos、Pornhub、91porn、微博酷燃、bilibili、今日头条、芒果TV

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%