mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2024-12-14 22:30:33 +05:30
Fix typos
Co-authored-by: Tobias Groza <TobiGr@users.noreply.github.com>
This commit is contained in:
parent
8c38a5509e
commit
9d63211a66
@ -51,10 +51,10 @@ public class YoutubeChannelLinkHandlerFactory extends ListLinkHandlerFactory {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns true if path conform to
|
* Returns true if path conform to
|
||||||
* custom short channel urls like youtube.com/yourcustomname
|
* custom short channel URLs like youtube.com/yourcustomname
|
||||||
*
|
*
|
||||||
* @param splitPath path segments array
|
* @param splitPath path segments array
|
||||||
* @return true - if value conform to short channel url, false - not
|
* @return true - if value conform to short channel URL, false - not
|
||||||
*/
|
*/
|
||||||
private boolean isCustomShortChannelUrl(String[] splitPath) {
|
private boolean isCustomShortChannelUrl(String[] splitPath) {
|
||||||
return splitPath.length == 1 &&
|
return splitPath.length == 1 &&
|
||||||
|
Loading…
Reference in New Issue
Block a user