File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,6 @@ Youtube::setApiKey('KEY');
5858``` php
5959// use Alaouy\Youtube\Facades\Youtube;
6060
61- // Get comment threads by videoId
62- $commentThreads = Youtube::getCommentThreadsByVideoId('zwiUB_Lh3iA');
6361
6462// Return an STD PHP object
6563$video = Youtube::getVideoInfo('rie-hPVJ7Sw');
@@ -70,6 +68,9 @@ $videoList = Youtube::getVideoInfo(['rie-hPVJ7Sw','iKHTawgyKWQ']);
7068// Get multiple videos related to a video
7169$relatedVideos = Youtube::getRelatedVideos('iKHTawgyKWQ');
7270
71+ // Get comment threads by videoId
72+ $commentThreads = Youtube::getCommentThreadsByVideoId('zwiUB_Lh3iA');
73+
7374// Get popular videos in a country, return an array of PHP objects
7475$videoList = Youtube::getPopularVideos('us');
7576
You can’t perform that action at this time.
0 commit comments