return one null less
This commit is contained in:
parent
73232a7bad
commit
cb51254aa3
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public class MediaCCCSearchExtractor extends SearchExtractor {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getNextPageUrl() throws IOException, ExtractionException {
|
public String getNextPageUrl() throws IOException, ExtractionException {
|
||||||
return null;
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue