mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-29 05:18:05 +00:00
Add a default test for the Uploader's Avatar.
This commit is contained in:
parent
db6b3b2c29
commit
1db463b55f
@ -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())) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user