Skip to content

Commit 8ee068f

Browse files
committed
fix names in kiosklist
blub
1 parent 28788a0 commit 8ee068f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • extractor/src/main/java/org/schabi/newpipe/extractor/kiosk

extractor/src/main/java/org/schabi/newpipe/extractor/kiosk/KioskList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public KioskExtractor getExtractorByUrl(String url, String nextPageUrl)
9292
throw new ExtractionException("Could not find a kiosk that fits to the url: " + url);
9393
}
9494

95-
public ListLinkHandlerFactory getUIHFactoryByType(String type) {
95+
public ListLinkHandlerFactory getListLinkHandlerFactoryByType(String type) {
9696
return kioskList.get(type).handlerFactory;
9797
}
9898
}

0 commit comments

Comments
 (0)