mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-31 06:15:37 +00:00
Remove println left behind
This commit is contained in:
@@ -952,7 +952,6 @@ public class YoutubeStreamExtractor extends StreamExtractor {
|
|||||||
ItagItem itagItem = ItagItem.getItag(itag);
|
ItagItem itagItem = ItagItem.getItag(itag);
|
||||||
if (itagItem.itagType == itagTypeWanted) {
|
if (itagItem.itagType == itagTypeWanted) {
|
||||||
String streamUrl = formatData.getString("url");
|
String streamUrl = formatData.getString("url");
|
||||||
System.out.println(streamUrl);
|
|
||||||
urlAndItags.put(streamUrl, itagItem);
|
urlAndItags.put(streamUrl, itagItem);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user