Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample console application #11

Closed
justinyoo opened this issue Oct 15, 2023 · 2 comments · Fixed by #13
Closed

Sample console application #11

justinyoo opened this issue Oct 15, 2023 · 2 comments · Fixed by #13
Labels
good first issue Good for newcomers hacktoberfest Hactoberfest

Comments

@justinyoo
Copy link
Contributor

justinyoo commented Oct 15, 2023

Add a sample console application that uses all implemented methods.

The use case and flow of this console app scenario is...

  1. Run the console app.

  2. Wait for the user input of the YouTube video URL.

  3. Extract the video details and list available languages (language codes) for the user to choose.

  4. Extract and display the subtitle of the user's choice of language code, with the table format of like:

    Start       End         Subtitle
    12:34:56    12:56:34    Hello World
    12:56:34    13:24:56    Lorem Ipsum
    
@justinyoo justinyoo added good first issue Good for newcomers hacktoberfest Hactoberfest labels Oct 15, 2023
@mvillajos
Copy link

mvillajos commented Oct 15, 2023

Hello, I already have implemented a sample console app that uses the library. I can make a commit if you agree.

@justinyoo
Copy link
Contributor Author

@mvillajos Oh, that sounds great. Go for it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest Hactoberfest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants