|
@@ -141,6 +141,8 @@ class chctlex
|
|
|
$ctls = [];
|
|
|
foreach ($names as $name)
|
|
|
{
|
|
|
+ Log::record("channel=$name",Log::DEBUG);
|
|
|
+
|
|
|
$key = $pThis->prefix($name,$spec,$card_type,$quality);
|
|
|
if(array_key_exists($key,$pThis->mSpeedtable))
|
|
|
{
|
|
@@ -148,6 +150,7 @@ class chctlex
|
|
|
|
|
|
$inPrice = $item->price();
|
|
|
if ($max_inprice !== false && $inPrice > $max_inprice) {
|
|
|
+ Log::record("skip channel=$name",Log::DEBUG);
|
|
|
continue;
|
|
|
} else {
|
|
|
$ctls[] = $item;
|