Skip to content

Commit 5767549

Browse files
RedirionTobiGr
andauthored
Update extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeParsingHelper.java
Co-authored-by: Tobias Groza <TobiGr@users.noreply.github.com>
1 parent b63ae93 commit 5767549

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeParsingHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public static boolean isInvidioURL(URL url) {
113113
* @return the duration in seconds
114114
* @throws ParsingException when more than 3 seperators are found
115115
*/
116-
public static int parseDurationString(String input)
116+
public static int parseDurationString(final String input)
117117
throws ParsingException, NumberFormatException {
118118
// If time separator : is not detected, try . instead
119119
final String[] splitInput = input.contains(":")

0 commit comments

Comments
 (0)