mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 05:48:22 +03:00
removed printing the player url
This commit is contained in:
parent
200db15d4b
commit
696760e65a
1 changed files with 0 additions and 1 deletions
|
@ -121,7 +121,6 @@ public class YoutubeExtractor implements Extractor {
|
|||
if (playerUrl.startsWith("//")) {
|
||||
playerUrl = "https:" + playerUrl;
|
||||
}
|
||||
Log.d(TAG, playerUrl);
|
||||
decryptionCode = loadDecryptionCode(playerUrl);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue