Skip to content

Commit

Permalink
fix: 修复weight权重在downloader中的效用
Browse files Browse the repository at this point in the history
  • Loading branch information
nICEnnnnnnnLee committed May 6, 2024
1 parent 843ffef commit 03240fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nicelee/bilibili/downloaders/Downloader.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public boolean download(String url, String avId, int qn, int page) {
try {
this.downloader = downloader.getClass().newInstance();
this.downloader.matches(url);
break;
} catch (InstantiationException | IllegalAccessException e) {
}
}
Expand Down

0 comments on commit 03240fc

Please sign in to comment.