Skip to content

Commit 6ef39fe

Browse files
committed
README Update 2
1 parent b0c537c commit 6ef39fe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ var data = await apiLib.TrailerAsync("tt0110413");
4545
// ExternalSites (Get Movie or Series TV in all external sites with Identifier and URL)
4646
var data = await apiLib.ExternalSitesAsync("tt0110413");
4747

48-
// Ratings (Get ratings of Movie or Series TV in: IMDb, Metacritic, RottenTommatoes, TheMovieDb and TV.com)
48+
// Ratings (Get ratings of Movie or Series TV in: IMDb, Metacritic, RottenTommatoes, TheMovieDb, TV.com and FilmAffinity)
4949
var data = await apiLib.RatingsAsync("tt0110413");
5050

5151
// Wikipedia (PlainText and Html)
5252
var data = await apiLib.WikipediaAsync("tt0110413");
5353

54-
// Youtube
55-
var data = await apiLib.YoutubeAsync("8hP9D6kZseM");
54+
// YouTube
55+
var data = await apiLib.YouTubeAsync("8hP9D6kZseM");
5656

57-
// Youtube Playlist
58-
var data = await apiLib.WikipediaAsync("PLReL099Y5nRd28Yv6c-Am9qURCrLMxBmK");
57+
// YouTube Playlist
58+
var data = await apiLib.YouTubePlaylistAsync("PLReL099Y5nRd28Yv6c-Am9qURCrLMxBmK");
5959
```

0 commit comments

Comments
 (0)