Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lxbccc committed May 12, 2019
1 parent 18f0849 commit 06a9271
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<p align="center"><img src="https://github.com/guyueyingmu/avbook/blob/master/public/avbook/logo.png?raw=true"></p>

<p align="center">
<a href="https://travis-ci.org/laravel/framework"><img src="https://travis-ci.org/laravel/framework.svg" alt="Build Status"></a>
<a href="https://packagist.org/packages/laravel/framework"><img src="https://poser.pugx.org/laravel/framework/d/total.svg" alt="Total Downloads"></a>
<a href="https://packagist.org/packages/laravel/framework"><img src="https://poser.pugx.org/laravel/framework/v/stable.svg" alt="Latest Stable Version"></a>
<a href="https://packagist.org/packages/laravel/framework"><img src="https://poser.pugx.org/laravel/framework/license.svg" alt="License"></a>
</p>

![](https://img.shields.io/packagist/php-v/symfony/symfony.svg)
![](https://img.shields.io/badge/mysql-%3E%3D5.7-brightgreen.svg)
![](https://img.shields.io/apm/l/vim-mode.svg)


## 关于 AVBook

AVBook 是基于Laravel开发的Web应用程序,通过Artisan 控制台实现 avmoo 、javbus 的爬虫采集数据入库mysql,前端页面模仿javbus,并添加一些类似javlibrary的功能。该系统相当于以上三个网站的结合体,能够使你更加方便地管理你的影片
Expand All @@ -15,10 +16,6 @@ AVBook 是基于Laravel开发的Web应用程序,通过Artisan 控制台实现

<a target="_blank" href ="https://raw.githubusercontent.com/guyueyingmu/avbook/master/public/avbook/scrshot_movie.png" >详情页截图</a>

## 开发环境

php7.1+
mysql 5.7+

## Get Started

Expand Down Expand Up @@ -51,7 +48,9 @@ php artisan avbook:javbus --movie=1 --page=10 --magpage=10 #启动javbus爬虫

压缩包中包含更新到2019.5.12的全部数据

####使用方法:

#### 使用方法:


1.解压到 D:\laragon

Expand All @@ -69,10 +68,6 @@ avmoo有反爬虫机制,目前的反反爬虫方法是修改 User-Agent ,用

必须等avmoo采集完成,才能启动javbus爬虫

## Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [[email protected]](mailto:[email protected]). All security vulnerabilities will be promptly addressed.

## License

The Laravel framework is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).
The AVBook is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).

0 comments on commit 06a9271

Please sign in to comment.