kopia lustrzana https://github.com/TeamNewPipe/NewPipeExtractor
getter for torrent url
rodzic
ef0ffb2229
commit
fade7bd749
|
@ -55,6 +55,10 @@ public abstract class Stream implements Serializable {
|
||||||
public String getUrl() {
|
public String getUrl() {
|
||||||
return url;
|
return url;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getTorrentUrl() {
|
||||||
|
return torrentUrl;
|
||||||
|
}
|
||||||
|
|
||||||
public MediaFormat getFormat() {
|
public MediaFormat getFormat() {
|
||||||
return mediaFormat;
|
return mediaFormat;
|
||||||
|
|
Ładowanie…
Reference in New Issue