|
@@ -24,9 +24,9 @@ class Dataoke
|
|
|
$data = $rt->all();
|
|
$data = $rt->all();
|
|
|
$data = array_unique($data);
|
|
$data = array_unique($data);
|
|
|
foreach ($data as $url) {
|
|
foreach ($data as $url) {
|
|
|
- if (strstr($url, "tao.php") === false) {
|
|
|
|
|
- continue;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+// if (strstr($url, "tao.php") === false) {
|
|
|
|
|
+// continue;
|
|
|
|
|
+// }
|
|
|
$_url=str_replace("tao.php", "", $url);
|
|
$_url=str_replace("tao.php", "", $url);
|
|
|
$t = parse_query($_url);
|
|
$t = parse_query($_url);
|
|
|
if ($t['kw']) {
|
|
if ($t['kw']) {
|