Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
justinyoo committed Oct 15, 2023
1 parent face170 commit 84b9040
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This is the NuGet package library that retrieves subtitles from a given YouTube
1. Extract subtitles from the given YouTube video URL. There are a few options to extract subtitles.

```csharp
// Extract video details, including the list of available language codes, from the given YouTube video URL.
// Extract video details from the given YouTube video URL.
VideoDetails details = await youtube.ExtractVideoDetailsAsync(youtubeUrl);

// Extract a single subtitle from the given YouTube video URL.
Expand All @@ -56,8 +56,8 @@ Please leave any issues or feedbacks on the [GitHub Issue page](https://github.c
## TO-DOs

- [ ] Extract YouTube video details including title, description and available subtitle languages.
- [ ] List of available subtitle languages.
- [ ] Sample console app
- [ ] devcontainer settings

## Acknowledgments

Expand Down

0 comments on commit 84b9040

Please sign in to comment.