Remove unneeded exception declaration in findInitialCommentsToken signature

This commit is contained in:
AudricV 2023-03-30 19:41:52 +02:00
parent 7686c85fe7
commit 01266a7d30
No known key found for this signature in database
GPG Key ID: DA92EC7905614198
1 changed files with 1 additions and 2 deletions

View File

@ -66,8 +66,7 @@ public class YoutubeCommentsExtractor extends CommentsExtractor {
* @return the continuation token or null if none was found
*/
@Nullable
private String findInitialCommentsToken(final JsonObject nextResponse)
throws ExtractionException {
private String findInitialCommentsToken(final JsonObject nextResponse) {
final JsonArray contents = getJsonContents(nextResponse);
// For videos where comments are unavailable, this would be null