Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nICEnnnnnnnLee committed Jun 29, 2024
1 parent 5d0c792 commit 7deaadb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class URL4UPAllMedialistParser extends AbstractPageQueryParser<VideoInfo>
// 针对 https://space.bilibili.com/378034/video?tid=3&keyword=&order=stow
// (keyword必须为空)
private final static Pattern pattern2 = Pattern
.compile("space\\.bilibili\\.com/([0-9]+)(/video|/search/video\\?|/? *$|\\?)");
.compile("space\\.bilibili\\.com/([0-9]+)(/|/video|/search/video\\?|/? *$|\\?)");
public final static Pattern patternKeyNotEmpty = Pattern.compile("keyword=[^=&]+");
private final static Pattern patternParams2 = Pattern.compile("(tid|order)=([^=&]+)");

Expand Down

0 comments on commit 7deaadb

Please sign in to comment.