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:
parent
66a447d7ca
commit
bd6c62ae63
1 changed files with 1 additions and 1 deletions
|
@ -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}¤t={$current}";
|
||||||
|
|
||||||
$content = url_get_contents($APIURL, "", 30);
|
$content = url_get_contents($APIURL, "", 30);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue