Class SoundcloudSearchQueryHandlerFactory
- java.lang.Object
-
- org.schabi.newpipe.extractor.linkhandler.LinkHandlerFactory
-
- org.schabi.newpipe.extractor.linkhandler.ListLinkHandlerFactory
-
- org.schabi.newpipe.extractor.linkhandler.SearchQueryHandlerFactory
-
- org.schabi.newpipe.extractor.services.soundcloud.linkHandler.SoundcloudSearchQueryHandlerFactory
-
public final class SoundcloudSearchQueryHandlerFactory extends SearchQueryHandlerFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringALLstatic intITEMS_PER_PAGEstatic java.lang.StringPLAYLISTSstatic java.lang.StringTRACKSstatic java.lang.StringUSERS
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]getAvailableContentFilter()Will returns content filter the corresponding extractor can handle like "channels", "videos", "music", etc.static SoundcloudSearchQueryHandlerFactorygetInstance()java.lang.StringgetUrl(java.lang.String id, java.util.List<java.lang.String> contentFilter, java.lang.String sortFilter)-
Methods inherited from class org.schabi.newpipe.extractor.linkhandler.SearchQueryHandlerFactory
fromQuery, fromQuery, getId, getSearchString, onAcceptUrl
-
Methods inherited from class org.schabi.newpipe.extractor.linkhandler.ListLinkHandlerFactory
fromId, fromId, fromQuery, fromUrl, fromUrl, getAvailableSortFilter, getUrl, getUrl, getUrl
-
Methods inherited from class org.schabi.newpipe.extractor.linkhandler.LinkHandlerFactory
acceptUrl
-
-
-
-
Field Detail
-
TRACKS
public static final java.lang.String TRACKS
- See Also:
- Constant Field Values
-
USERS
public static final java.lang.String USERS
- See Also:
- Constant Field Values
-
PLAYLISTS
public static final java.lang.String PLAYLISTS
- See Also:
- Constant Field Values
-
ALL
public static final java.lang.String ALL
- See Also:
- Constant Field Values
-
ITEMS_PER_PAGE
public static final int ITEMS_PER_PAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static SoundcloudSearchQueryHandlerFactory getInstance()
-
getUrl
public java.lang.String getUrl(java.lang.String id, java.util.List<java.lang.String> contentFilter, java.lang.String sortFilter) throws ParsingException, java.lang.UnsupportedOperationException- Specified by:
getUrlin classSearchQueryHandlerFactory- Throws:
ParsingExceptionjava.lang.UnsupportedOperationException
-
getAvailableContentFilter
public java.lang.String[] getAvailableContentFilter()
Description copied from class:ListLinkHandlerFactoryWill returns content filter the corresponding extractor can handle like "channels", "videos", "music", etc.- Overrides:
getAvailableContentFilterin classListLinkHandlerFactory- Returns:
- filter that can be applied when building a query for getting a list
-
-