Skip to content

Commit f0f1c00

Browse files
committed
Remove SubtitlesStream#getURL()
1 parent 5ac8062 commit f0f1c00

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/stream/SubtitlesStream.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ public String getExtension() {
4242
return format.suffix;
4343
}
4444

45-
public String getURL() {
46-
return url;
47-
}
48-
4945
public boolean isAutoGenerated() {
5046
return autoGenerated;
5147
}

0 commit comments

Comments
 (0)