From 5cbe2898b3e283671b5554f40ee5e236648a9dff Mon Sep 17 00:00:00 2001 From: trld Date: Sat, 15 Jun 2024 14:18:28 +0300 Subject: [PATCH] fix: fix javadoc --- .../main/java/io/github/thoroldvix/api/TranscriptRequest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/main/java/io/github/thoroldvix/api/TranscriptRequest.java b/lib/src/main/java/io/github/thoroldvix/api/TranscriptRequest.java index 3c7cbe2..6821894 100644 --- a/lib/src/main/java/io/github/thoroldvix/api/TranscriptRequest.java +++ b/lib/src/main/java/io/github/thoroldvix/api/TranscriptRequest.java @@ -1,7 +1,7 @@ package io.github.thoroldvix.api; /** - * Request object for retrieving transcripts from {@link PlaylistsTranscriptApi}. + * Request object for retrieving transcripts. *

* Contains API key required for the YouTube V3 API, * and optionally a file path to the text file containing the authentication cookies. If cookies are not provided, the API will not be able to access age restricted videos.