Skip to content

Commit 5318c07

Browse files
authored
Update README.md
1 parent d414257 commit 5318c07

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)