dedecms:自带采集规则中“手工指定网址”是https链接时不起作用的解决办法
修改include/dedecollection.func.php 517行, if(preg_match("/^http:/-///-///i", $handurl)) 改成 if(!preg_match("//-/(/-/*/-/)/i", $handurl) && !preg_match("//-/(/-/#/-/)/i", $handurl))