We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add a sample console application that uses all implemented methods.
The use case and flow of this console app scenario is...
Run the console app.
Wait for the user input of the YouTube video URL.
Extract the video details and list available languages (language codes) for the user to choose.
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
The text was updated successfully, but these errors were encountered:
Hello, I already have implemented a sample console app that uses the library. I can make a commit if you agree.
Sorry, something went wrong.
@mvillajos Oh, that sounds great. Go for it
Successfully merging a pull request may close this issue.
Add a sample console application that uses all implemented methods.
The use case and flow of this console app scenario is...
Run the console app.
Wait for the user input of the YouTube video URL.
Extract the video details and list available languages (language codes) for the user to choose.
Extract and display the subtitle of the user's choice of language code, with the table format of like:
The text was updated successfully, but these errors were encountered: