mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-01-06 01:20:32 +05:30
getter for torrent url
This commit is contained in:
parent
ef0ffb2229
commit
fade7bd749
@ -56,6 +56,10 @@ public abstract class Stream implements Serializable {
|
||||
return url;
|
||||
}
|
||||
|
||||
public String getTorrentUrl() {
|
||||
return torrentUrl;
|
||||
}
|
||||
|
||||
public MediaFormat getFormat() {
|
||||
return mediaFormat;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user