File tree Expand file tree Collapse file tree
extractor/src/main/java/org/schabi/newpipe/extractor/services/peertube Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44import static org .schabi .newpipe .extractor .StreamingService .ServiceInfo .MediaCapability .COMMENTS ;
55import static org .schabi .newpipe .extractor .StreamingService .ServiceInfo .MediaCapability .VIDEO ;
66
7- import java .io .IOException ;
8- import java .util .List ;
9-
107import org .schabi .newpipe .extractor .StreamingService ;
11- import org .schabi .newpipe .extractor .StreamingService .ServiceInfo .MediaCapability ;
128import org .schabi .newpipe .extractor .channel .ChannelExtractor ;
139import org .schabi .newpipe .extractor .comments .CommentsExtractor ;
1410import org .schabi .newpipe .extractor .exceptions .ExtractionException ;
@@ -122,6 +118,10 @@ public String getBaseUrl() {
122118 return instance .getUrl ();
123119 }
124120
121+ public PeertubeInstance getInstance () {
122+ return this .instance ;
123+ }
124+
125125 public void setInstance (PeertubeInstance instance ) {
126126 this .instance = instance ;
127127 }
You can’t perform that action at this time.
0 commit comments