Skip to content

Commit 7fb1768

Browse files
authored
Fixed missing colon causing builds to fail
1 parent 5a2dcdc commit 7fb1768

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/linkHandler/YoutubeStreamLinkHandlerFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public String getId(String urlString) throws ParsingException, IllegalArgumentEx
163163
}
164164

165165
case "WWW.INVIDIO.US":
166-
case "DEV.INVIDIO.US"
166+
case "DEV.INVIDIO.US":
167167
case "INVIDIO.US":
168168
case "INVIDIOUS.SNOPYTA.ORG":
169169
case "DE.INVIDIOUS.SNOPYTA.ORG":

0 commit comments

Comments
 (0)