1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00

Tool to import a channel

This commit is contained in:
DanieL 2022-04-07 13:56:43 -03:00
parent 66a447d7ca
commit bd6c62ae63

View file

@ -54,7 +54,7 @@ _error_log("importChannel: start {$siteURL} {$channelName}");
while($hasNewContent){ 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}&current={$current}";
$content = url_get_contents($APIURL, "", 30); $content = url_get_contents($APIURL, "", 30);