2
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-09-01 14:55:26 +00:00

getter for torrent url

This commit is contained in:
Ritvik Saraf
2018-12-30 15:23:24 +05:30
parent ef0ffb2229
commit fade7bd749

View File

@@ -56,6 +56,10 @@ public abstract class Stream implements Serializable {
return url;
}
public String getTorrentUrl() {
return torrentUrl;
}
public MediaFormat getFormat() {
return mediaFormat;
}