From bd6c62ae630431f1b21fea570e7219c6e08b9f6a Mon Sep 17 00:00:00 2001 From: DanieL Date: Thu, 7 Apr 2022 13:56:43 -0300 Subject: [PATCH] Tool to import a channel --- install/importChannel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/importChannel.php b/install/importChannel.php index 37de8ceb1e..812f221b3e 100644 --- a/install/importChannel.php +++ b/install/importChannel.php @@ -54,7 +54,7 @@ _error_log("importChannel: start {$siteURL} {$channelName}"); while($hasNewContent){ - $APIURL = "{$siteURL}plugin/API/get.json.php?APIName=video&channelName=$channelName&rowCount={$current}"; + $APIURL = "{$siteURL}plugin/API/get.json.php?APIName=video&channelName=$channelName&rowCount={$rowCount}¤t={$current}"; $content = url_get_contents($APIURL, "", 30);