@@ -1,6 +1,7 @@
|
||||
package org.schabi.newpipe.extractor;
|
||||
|
||||
import org.schabi.newpipe.extractor.services.youtube.YoutubeService;
|
||||
import org.schabi.newpipe.extractor.services.soundcloud.SoundcloudService;
|
||||
|
||||
/*
|
||||
* Created by the-scrabi on 18.02.17.
|
||||
@@ -8,6 +9,7 @@ import org.schabi.newpipe.extractor.services.youtube.YoutubeService;
|
||||
|
||||
class ServiceList {
|
||||
public static final StreamingService[] serviceList = {
|
||||
new YoutubeService(0)
|
||||
new YoutubeService(0),
|
||||
new SoundcloudService(1)
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user