All Projects → Mickeyto → Phpvideos

Mickeyto / Phpvideos

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

Projects that are alternatives of or similar to Phpvideos

BulkDownloader
BulkDownloader is used for multiple downloading process easy. It provides progress listener for each files and for whole file. It guarantees completion of download files as it runs on work manager
Stars: ✭ 24 (-91.46%)
Mutual labels:  downloader
Liked-Saved-Image-Downloader
Save content you enjoy!
Stars: ✭ 80 (-71.53%)
Mutual labels:  downloader
Irs
🎸 🎶 A music downloader that understands your metadata needs.
Stars: ✭ 268 (-4.63%)
Mutual labels:  downloader
YouTubeDownloader
A simple to use youtube playlists/videos/audios downloader.
Stars: ✭ 33 (-88.26%)
Mutual labels:  downloader
kinetics-downloader
Simple tool to download videos from kinetics dataset.
Stars: ✭ 28 (-90.04%)
Mutual labels:  downloader
Phobos
This tool written in Python3 allows you to download any movie easily thanks to Google Dorks and Google Drive!
Stars: ✭ 59 (-79%)
Mutual labels:  downloader
m3u8 downloader 4 yingke
映客m3u8格式历史直播记录下载器
Stars: ✭ 50 (-82.21%)
Mutual labels:  downloader
Chrome Avgle Helper
👏 A Chrome extension for Avgle and other interesting video sites. Downloader inside
Stars: ✭ 276 (-1.78%)
Mutual labels:  downloader
fiction-dl
A content downloader, capable of retrieving works of (fan)fiction from the web and saving them in a few common file formats.
Stars: ✭ 22 (-92.17%)
Mutual labels:  downloader
Prdownloader
PRDownloader - A file downloader library for Android with pause and resume support
Stars: ✭ 2,947 (+948.75%)
Mutual labels:  downloader
github-release-downloader
CLI tool to download all release assets from a git repository
Stars: ✭ 26 (-90.75%)
Mutual labels:  downloader
video-downloader
Video Downloader for Facebook.
Stars: ✭ 63 (-77.58%)
Mutual labels:  downloader
Goodls
This is a CLI tool to download shared files and folders from Google Drive.
Stars: ✭ 256 (-8.9%)
Mutual labels:  downloader
TumblTwo
TumblTwo, an Improved Fork of TumblOne, a Tumblr Downloader.
Stars: ✭ 57 (-79.72%)
Mutual labels:  downloader
Udemy Dl
Nodejs script to download a udemy.com course, for personal offline use
Stars: ✭ 271 (-3.56%)
Mutual labels:  downloader
photo-dl
A photo album downloader
Stars: ✭ 44 (-84.34%)
Mutual labels:  downloader
keeptune
Google Chrome Extension to download on Bandcamp, Soundcloud...
Stars: ✭ 49 (-82.56%)
Mutual labels:  downloader
Lynda Dl
A cross-platform python based utility to download courses from lynda.com for personal offline use.
Stars: ✭ 280 (-0.36%)
Mutual labels:  downloader
Whatsapp Bot
Whatsapp Bot - Node Js.
Stars: ✭ 271 (-3.56%)
Mutual labels:  downloader
Pyinstastories
Python script to download Instagram stories from Instagram users.
Stars: ✭ 260 (-7.47%)
Mutual labels:  downloader

中文文档

phpVideos

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

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

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

Windows10

https://youtu.be/KPKoTLtGNOs

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].