mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-09-02 15:25:32 +00:00
getter for torrent url
This commit is contained in:
@@ -55,6 +55,10 @@ public abstract class Stream implements Serializable {
|
||||
public String getUrl() {
|
||||
return url;
|
||||
}
|
||||
|
||||
public String getTorrentUrl() {
|
||||
return torrentUrl;
|
||||
}
|
||||
|
||||
public MediaFormat getFormat() {
|
||||
return mediaFormat;
|
||||
|
Reference in New Issue
Block a user