GithubHelp home page GithubHelp logo

hhy5277 / phpvideos Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jackapi/phpvideos

0.0 1.0 0.0 94 KB

php 写的视频下载工具,现已支持:Youku、Miaopai、腾讯、XVideos、Pornhub、91(不提供地址)、微博酷燃

PHP 100.00%

phpvideos's Introduction

phpVideos

php 写的视频下载工具:

站点 视频
优酷
秒拍
腾讯
XVideos
Pornhub
91(不提供地址)
微博酷燃
斗鱼
爱奇艺
Weibo
Twitter

环境依赖

  • 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',
     ];
     

使用方法

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.