mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-31 14:26:14 +00:00
Add a default test for the Uploader's Avatar.
This commit is contained in:
@@ -48,6 +48,11 @@ public final class DefaultTests {
|
||||
assertExpectedLinkType(expectedService, uploaderUrl, LinkType.CHANNEL);
|
||||
}
|
||||
|
||||
final String uploaderAvatarUrl = streamInfoItem.getUploaderAvatarUrl();
|
||||
if (!isNullOrEmpty(uploaderAvatarUrl)) {
|
||||
assertIsSecureUrl(uploaderAvatarUrl);
|
||||
}
|
||||
|
||||
assertExpectedLinkType(expectedService, streamInfoItem.getUrl(), LinkType.STREAM);
|
||||
|
||||
if (!isNullOrEmpty(streamInfoItem.getTextualUploadDate())) {
|
||||
|
Reference in New Issue
Block a user