2
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-08-30 05:47:41 +00:00

Remove println left behind

This commit is contained in:
Stypox 2019-09-11 19:31:39 +02:00
parent bf017bf5b9
commit 63a37c48e3
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23

View File

@ -952,7 +952,6 @@ public class YoutubeStreamExtractor extends StreamExtractor {
ItagItem itagItem = ItagItem.getItag(itag);
if (itagItem.itagType == itagTypeWanted) {
String streamUrl = formatData.getString("url");
System.out.println(streamUrl);
urlAndItags.put(streamUrl, itagItem);
}
}