mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2024-12-14 14:20:33 +05:30
Remove println in getSubscriberCount from PeertubeAccountExtractor class
This commit is contained in:
parent
772de53a66
commit
abb790f465
@ -79,7 +79,6 @@ public class PeertubeAccountExtractor extends ChannelExtractor {
|
|||||||
} catch (final IOException | JsonParserException | ReCaptchaException ignored) {
|
} catch (final IOException | JsonParserException | ReCaptchaException ignored) {
|
||||||
// something went wrong during video channels extraction, only return subscribers of ownerAccount
|
// something went wrong during video channels extraction, only return subscribers of ownerAccount
|
||||||
}
|
}
|
||||||
System.out.println(subscribersCount);
|
|
||||||
return subscribersCount;
|
return subscribersCount;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user