Changeset 2367529
- Timestamp:
- 08/24/2020 02:52:00 AM (6 years ago)
- Location:
- beepress/trunk
- Files:
-
- 5 edited
-
beebox/beebox.php (modified) (1 diff)
-
beebox/includes/Utils/CrawlerCore.php (modified) (1 diff)
-
beepress-pro.php (modified) (1 diff)
-
beepress.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
beepress/trunk/beebox/beebox.php
r2358418 r2367529 7 7 } 8 8 9 define( 'WP_BEEBOX_VERSION', '1.7. 0' );9 define( 'WP_BEEBOX_VERSION', '1.7.1' ); 10 10 11 11 /** -
beepress/trunk/beebox/includes/Utils/CrawlerCore.php
r2358418 r2367529 175 175 ); 176 176 } else { 177 $curl->setOpt(CURLOPT_SSL_VERIFYPEER, false); 178 $curl->setOpt(CURLOPT_SSL_VERIFYHOST, false); 177 179 $curl->setOpt(CURLOPT_FOLLOWLOCATION, true); 178 180 $curl->get($this->targetUrl); -
beepress/trunk/beepress-pro.php
r2332106 r2367529 568 568 $timeout = 60; 569 569 curl_setopt($ch, CURLOPT_URL, $url); 570 curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 571 curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false); 570 572 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); 571 573 curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout); -
beepress/trunk/beepress.php
r2358418 r2367529 4 4 Plugin URI: http://xingyue.artizen.me?source=wp 5 5 Description: 蜜蜂采集(BeePress) 是一款能够帮助你导入微信公众号文章、知乎专栏文章、简书文章、今日头条文章的插件(支持规则配置采集其他网站文章),可以实现单篇或者批量导入、自动同步文章、采集指定公众号所有历史文章,支持将图片资源保存到本地,同时集成了强大的内容推荐功能。 6 Version: 6.8. 06 Version: 6.8.1 7 7 Author: Bee 8 8 Author URI: http://xingyue.artizen.me?source=wp … … 13 13 * 初始化 14 14 */ 15 define('BEEPRESS_VERSION', '6.8. 0');15 define('BEEPRESS_VERSION', '6.8.1'); 16 16 if(!class_exists('simple_html_dom_node')){ 17 17 require_once("simple_html_dom.php"); -
beepress/trunk/readme.txt
r2358418 r2367529 4 4 Author URI: http://xingyue.artizen.me?source=wp 5 5 Plugin URI: http://xingyue.artizen.me?source=wp 6 Stable tag: 6.8. 06 Stable tag: 6.8.1 7 7 Requires at least: 4.2 8 8 Requires PHP: 5.3.0 … … 58 58 None 59 59 == Changelog == 60 = 6.8.1 = 61 * 修复采集问题 60 62 = 6.8.0 = 61 63 * 百宝箱新增列表采集规则
Note: See TracChangeset
for help on using the changeset viewer.