Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mongj authored Dec 16, 2023
1 parent 0f0dcb3 commit d01f8b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Youtube's official API currently does not support fetching of a video's transcript. This project is a RESTful API built on top of [jdepoix's API](https://github.com/jdepoix/youtube-transcript-api), and provides simple HTTP endpoints for retrieving pure-text transcripts for YouTube videos. It also provides the ability to translate transcripts into different languages.

[![codecov](https://codecov.io/gh/mongj/youtube-transcriber-api/graph/badge.svg?token=T0DMUA1MD7)](https://codecov.io/gh/mongj/youtube-transcriber-api)

## API Endpoints

Note: All language codes used should follow the **[ISO 639-1](https://www.w3schools.com/tags/ref_language_codes.asp)** standard (case-sensitive)
Expand Down

1 comment on commit d01f8b3

@mongj
Copy link
Owner Author

@mongj mongj commented on d01f8b3 Dec 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added code coverage bade from codecov

Please sign in to comment.