Skip to content

Commit

Permalink
Update extractor/src/main/java/org/schabi/newpipe/extractor/services/…
Browse files Browse the repository at this point in the history
…youtube/linkHandler/YoutubeStreamLinkHandlerFactory.java

Co-authored-by: Stypox <[email protected]>
  • Loading branch information
B0pol and Stypox authored Feb 16, 2021
1 parent ee2012c commit 0b036ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class YoutubeStreamLinkHandlerFactory extends LinkHandlerFactory {

private static final Pattern YOUTUBE_VIDEO_ID_REGEX_PATTERN = Pattern.compile("^([a-zA-Z0-9_-]{11})");
private static final YoutubeStreamLinkHandlerFactory instance = new YoutubeStreamLinkHandlerFactory();
private static final List<String> subpaths = Arrays.asList("embed/", "shorts/", "watch/", "v/", "w/");
private static final List<String> SUBPATHS = Arrays.asList("embed/", "shorts/", "watch/", "v/", "w/");

private YoutubeStreamLinkHandlerFactory() {
}
Expand Down

0 comments on commit 0b036ed

Please sign in to comment.