1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-01-02 21:40:32 +00:00

removed printing the player url

This commit is contained in:
Christian Schabesberger 2015-11-08 21:22:24 +01:00
parent 200db15d4b
commit 696760e65a

View File

@ -121,7 +121,6 @@ public class YoutubeExtractor implements Extractor {
if (playerUrl.startsWith("//")) { if (playerUrl.startsWith("//")) {
playerUrl = "https:" + playerUrl; playerUrl = "https:" + playerUrl;
} }
Log.d(TAG, playerUrl);
decryptionCode = loadDecryptionCode(playerUrl); decryptionCode = loadDecryptionCode(playerUrl);
} }