Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lxbccc committed May 15, 2019
1 parent abc20f8 commit e9cf822
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 39 deletions.
3 changes: 2 additions & 1 deletion config/avbook.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
'owned=0'=>'排除已拥有',
'favorite=1'=>'收藏的',
'watched=1'=>'看过的',
'watched=0'=>'排除看过的',
'wanted=1'=>'想要的',

'wanted=0'=>'排除想要的',
'gc[]=4m'=>'主观视角',
'notgc[]=4m'=>'排除主观视角',
'gc[]=7x'=>'VR',
Expand Down
2 changes: 1 addition & 1 deletion config/urlconfig.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

return ['avmoohost'=>'javzoo.com',
'javbushost'=>'www.busdmm.life',
'javbushost'=>'www.javbus.life',
'btsourl' => 'https://btsow.pw/search/'
];
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ php artisan avbook:javbus --movie=1 --page=10 --magpage=10 #启动javbus爬虫

avmoo有反爬虫机制,目前的反反爬虫方法是修改 User-Agent ,用的人多了应该会失效,建议下载[avbook_laragon.7z](https://pan.baidu.com/s/1LPeGNNy-3MEDC0g9EbusLg)导入数据库,进行增量更新。

在带宽够用的情况下 php artisan avbook:avmoo --max=500 将并发设置为500可在1小时内采集完avmoo全站30余万条电影信息
在带宽够用的情况下 php artisan avbook:avmoo --max=500 将并发设置为500可在1小时内采集完avmoo全站30余万条电影信息,并发过大时建议使用[SMProxy](https://github.com/louislivi/smproxy)加一层连接池提高速度

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

Expand Down
4 changes: 4 additions & 0 deletions resources/views/layout_censored.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ class="" data-toggle="" data-hover="dropdown" role="button" aria-expanded="false
<span title="包含类别 眼镜" class="glyphicon glyphicon-sunglasses" style ="font-size: 16px; color: #FF2400;"></span>
<?php endif; ?>

<?php if ($value['wanted'] == 1 ): ?>
<span title="想要的" class="glyphicon glyphicon-search" style ="font-size: 16px; color: #337ab7;"></span>
<?php endif; ?>

<!--
<button class="btn btn-xs btn-primary" disabled="disabled" title="包含高清HD的磁力連結">清</button>
<button class="btn btn-xs btn-danger " disabled="disabled" title="包含最新出種的磁力連結">天</button>
Expand Down
7 changes: 6 additions & 1 deletion resources/views/layout_movie.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,12 @@


@if ($movie_info['Series'])
<p><span class="header">系列:</span><a target="_blank" href="censored?Series=<?php echo $movie_info['Series'] ?>"><?php echo $movie_info['series_name']['series_name'] ?></a></p>
<style>
.sphfont{
color:#ff9918;
}
</style>
<p><span class="header sphfont " >系列:</span><a target="_blank" href="censored?Series=<?php echo $movie_info['Series'] ?>"><?php echo $movie_info['series_name']['series_name'] ?></a></p>
@endif


Expand Down
35 changes: 0 additions & 35 deletions storage/README.md

This file was deleted.

0 comments on commit e9cf822

Please sign in to comment.