SkillAgentSearch skills...

PhpVideos

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

Install / Use

/learn @Mickeyto/PhpVideos
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

中文文档

phpVideos

| SITE | VIDEO | | :-----: | :---: | | Youku | :white_check_mark: | | Miaopai | :white_check_mark: | | QQ | :white_check_mark: | | XVideos | :white_check_mark: | | Pornhub | :white_check_mark: | | 91porn | :white_check_mark: | | 微博酷燃 | :white_check_mark: | | Douyu | :white_check_mark: | | Iqiyi | :white_check_mark: | | Weibo | :white_check_mark: | | Twitter | :white_check_mark: | | Bilibili(B站) | :white_check_mark: | | Toutiao | :white_check_mark: | | MGTV | :white_check_mark: |

Installation

  • PHP >= 7.1.3
  • OpenSSL PHP Extension
  • cURL PHP Extension
  • FFmpeg:
    • Mac:brew install ffmpeg
    • Linux: Download
  • cURL >= 7.37.0

Discord

Discord:https://discord.gg/xvNQPaT

http proxy config

cp config-template.php config.php
  • config.php
return [
    'http_proxy' => '127.0.0.1:1087',
    'weiboCookie' => '',

    'user_agent' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36',

    //91porn
    '91porn' => [
        'cookie' => '',
        'user_agent' => '',
    ]
];

Usage

php start.php 'link_address'

php start.php 'link_address' -i //show playlist image

  • webui-aria2 download
php start.php 'link_address' -ar

Other

CentOS 7

<pre> 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 </pre>

Windows10

https://youtu.be/KPKoTLtGNOs

小程序

去水印视界 png

View on GitHub
GitHub Stars375
CategoryContent
Updated5h ago
Forks88

Languages

PHP

Security Score

100/100

Audited on Mar 28, 2026

No findings