Package org.schabi.newpipe.extractor
Class ServiceList
- java.lang.Object
-
- org.schabi.newpipe.extractor.ServiceList
-
public final class ServiceList extends java.lang.Object
A list of supported services.
-
-
Field Summary
Fields Modifier and Type Field Description static BandcampService
Bandcamp
static MediaCCCService
MediaCCC
static PeertubeService
PeerTube
static SoundcloudService
SoundCloud
static YoutubeService
YouTube
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<StreamingService>
all()
Get all the supported services.
-
-
-
Field Detail
-
YouTube
public static final YoutubeService YouTube
-
SoundCloud
public static final SoundcloudService SoundCloud
-
MediaCCC
public static final MediaCCCService MediaCCC
-
PeerTube
public static final PeertubeService PeerTube
-
Bandcamp
public static final BandcampService Bandcamp
-
-
Method Detail
-
all
public static java.util.List<StreamingService> all()
Get all the supported services.- Returns:
- a unmodifiable list of all the supported services
-
-