mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-29 00:10:35 +05:30
Fix typo in ListLinkHandlerFactory#getUrl
This commit is contained in:
parent
942d840624
commit
c9d9bd1e24
@ -74,7 +74,7 @@ public abstract class ListLinkHandlerFactory extends LinkHandlerFactory {
|
|||||||
* however it should not be overridden by the actual implementation.
|
* however it should not be overridden by the actual implementation.
|
||||||
*
|
*
|
||||||
* @param id
|
* @param id
|
||||||
* @return the url coresponding to id without any filters applied
|
* @return the url corresponding to id without any filters applied
|
||||||
*/
|
*/
|
||||||
public String getUrl(String id) throws ParsingException {
|
public String getUrl(String id) throws ParsingException {
|
||||||
return getUrl(id, new ArrayList<String>(0), "");
|
return getUrl(id, new ArrayList<String>(0), "");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user