We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13fab09 + 3c1ccb5 commit 5b25dedCopy full SHA for 5b25ded
1 file changed
src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubePlaylistUrlIdHandler.java
@@ -8,7 +8,7 @@
8
public class YoutubePlaylistUrlIdHandler implements UrlIdHandler {
9
10
private static final YoutubePlaylistUrlIdHandler instance = new YoutubePlaylistUrlIdHandler();
11
- private static final String ID_PATTERN = "([\\-a-zA-Z0-9_]{34})";
+ private static final String ID_PATTERN = "([\\-a-zA-Z0-9_]*)";
12
13
public static YoutubePlaylistUrlIdHandler getInstance() {
14
return instance;
0 commit comments