From e2e8e826980fe75cb02fea0ced823eab22f5d95a Mon Sep 17 00:00:00 2001 From: liruqi Date: Thu, 10 May 2018 02:23:02 +0000 Subject: [PATCH] Add more rules --- lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.php b/lib.php index b2210ae..31aa7a2 100644 --- a/lib.php +++ b/lib.php @@ -72,7 +72,7 @@ function videoCategories($apikey,$regionCode='HK'){ $items = $ret['items']; if (strtolower($regionCode) == 'tw') { return array_filter($items, function($v){ - return array_search($v['id'], ['18','33','41','42']) === FALSE; + return array_search($v['id'], ['18','33','37','38','41','42']) === FALSE; }); } return $items;