2011-02-06 5 views

답변

1

Developers Guide | Videos uploaded by a specific user을 참조하십시오.

예를 들어 다음 코드는 $ userName에 의해 업로드 된 비디오 목록을 검색합니다. page through the results입니다.

function getAndPrintUserUploads($userName)      
{  
    $yt = new Zend_Gdata_YouTube(); 
    $yt->setMajorProtocolVersion(2); 
    printVideoFeed($yt->getuserUploads($userName)); 
} 
+0

기본적으로 20 개의 결과 만 표시됩니다. 다른 수의 결과를 반환하려면 [this] (http://stackoverflow.com/a/2453808)를 사용하십시오. – machineaddict

관련 문제