All Projects → zzjzz9266a → 91porn_php

zzjzz9266a / 91porn_php

最简单的91porn爬虫php版本

Projects that are alternatives of or similar to 91porn php

Gosint
OSINT Swiss Army Knife
Stars: ✭ 401 (-28.01%)
Mutual labels:  spider
Bdp Dataplatform
大数据生态解决方案数据平台:基于大数据、数据平台、微服务、机器学习、商城、自动化运维、DevOps、容器部署平台、数据平台采集、数据平台存储、数据平台计算、数据平台开发、数据平台应用搭建的大数据解决方案。
Stars: ✭ 456 (-18.13%)
Mutual labels:  spider
Haipproxy
💖 High available distributed ip proxy pool, powerd by Scrapy and Redis
Stars: ✭ 4,993 (+796.41%)
Mutual labels:  spider
Bili Spider
📺 B 站全站视频信息爬虫
Stars: ✭ 414 (-25.67%)
Mutual labels:  spider
Crawly
Crawly, a high-level web crawling & scraping framework for Elixir.
Stars: ✭ 440 (-21.01%)
Mutual labels:  spider
Qzoneexport
QQ空间导出助手,用于备份QQ空间的说说、日志、私密日记、相册、视频、留言板、QQ好友、收藏夹、分享、最近访客为文件,便于迁移与保存
Stars: ✭ 456 (-18.13%)
Mutual labels:  spider
Templatespider
扒网站工具,看好哪个网站,指定好URL,自动扒下来做成模版。所见网站,皆可为我所用!
Stars: ✭ 390 (-29.98%)
Mutual labels:  spider
Fbcrawl
A Facebook crawler
Stars: ✭ 536 (-3.77%)
Mutual labels:  spider
Learnpython
Python的基础练习代码与各种爬虫代码
Stars: ✭ 451 (-19.03%)
Mutual labels:  spider
Awesome Crawler
A collection of awesome web crawler,spider in different languages
Stars: ✭ 4,793 (+760.5%)
Mutual labels:  spider
Toplist
今日热榜,一个获取各大热门网站热门头条的聚合网站,使用Go语言编写,多协程异步快速抓取信息,预览:https://mo.fish
Stars: ✭ 4,331 (+677.56%)
Mutual labels:  spider
Html2article
Html网页正文提取
Stars: ✭ 441 (-20.83%)
Mutual labels:  spider
Movieheavens
🎬 基于Pyqt5的简单电影搜索工具
Stars: ✭ 465 (-16.52%)
Mutual labels:  spider
Zhihu
✨ 知乎日报 - 爬虫、数据分析、Node.js、Vue.js ...
Stars: ✭ 406 (-27.11%)
Mutual labels:  spider
Go jobs
带你了解一下Golang的市场行情
Stars: ✭ 526 (-5.57%)
Mutual labels:  spider
Jdpackage
跨平台的京东全能工具包 仅供学习使用,技术交流群:108934299
Stars: ✭ 396 (-28.9%)
Mutual labels:  spider
Tumblr spider
汤不热 python 多线程爬虫
Stars: ✭ 458 (-17.77%)
Mutual labels:  spider
Web kg
爬取百度百科中文页面,抽取三元组信息,构建中文知识图谱
Stars: ✭ 549 (-1.44%)
Mutual labels:  spider
Xsrfprobe
The Prime Cross Site Request Forgery (CSRF) Audit and Exploitation Toolkit.
Stars: ✭ 532 (-4.49%)
Mutual labels:  spider
Anti Webspider
Web 端反爬技术方案
Stars: ✭ 486 (-12.75%)
Mutual labels:  spider

使用说明

基本使用

所有的配置项都在 Config.php 文件里,根据需要自行更改:

  • 91的主站地址:
static $url = '91porn.com';
// static $url = '627.workarea7.live';  //免翻墙地址
// static $url = 'e528.mbaudet.cl';
  • 视频存放路径,默认放在项目的videos文件夹下
static $path = __DIR__.'/videos';
// static $path = '/Users/ooxx/Downloads/videos';
  • 代理(推荐),可支持http代理或socks5代理
// static $proxy = 'http://127.0.0.1:1087';
// static $proxy = 'socks5://127.0.0.1:1086';
  • 运行91all.php需要下载的列表地址以及页码数(只需要提取 "?" 以后的内容)
static $all_lists = [
  'category=top&viewtype=basic' => [1, 10],     //本月最热
  'category=mf&viewtype=basic' => [1, 5],       //收藏最多
  'category=md&viewtype=basic' => 4,            //收藏最多
];
  • 内存限制,越大越好
static $memory_limit = '512M';

批量下载视频

首页:

php 91porn.php

列表页:

php 91all.php

下载单个视频文件

运行detailPage.php文件,将视频网页的地址传入

php detailPage.php http://91porn.com/view_video.php?viewkey=042a30e56c9cd20b075f

环境要求

  • windows, linux, macos
  • nodejs
  • php >= 5.6

Node.js 安装方法:

Windows

https://nodejs.org/en/download/

MacOS

brew install node --with-npm

群晖

套件中心

CentOS

yum install nodejs

Ubuntu

apt-get install nodejs

联系方式

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].