mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-01-01 21:46:13 +01:00
removed printing the player url
This commit is contained in:
parent
200db15d4b
commit
696760e65a
@ -121,7 +121,6 @@ public class YoutubeExtractor implements Extractor {
|
||||
if (playerUrl.startsWith("//")) {
|
||||
playerUrl = "https:" + playerUrl;
|
||||
}
|
||||
Log.d(TAG, playerUrl);
|
||||
decryptionCode = loadDecryptionCode(playerUrl);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user