Class RedditMetadataPhotoUrlSelector
java.lang.Object
io.github.yvasyliev.forwarder.telegram.reddit.util.RedditMetadataPhotoUrlSelector
Selects the best photo URL from Reddit link metadata based on dimension constraints.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindBestPhotoUrl(Link.Metadata metadata) Finds the best photo URL from the given Reddit link metadata.
-
Constructor Details
-
RedditMetadataPhotoUrlSelector
public RedditMetadataPhotoUrlSelector(int maxDimensionSum)
-
-
Method Details
-
findBestPhotoUrl
Finds the best photo URL from the given Reddit link metadata.- Parameters:
metadata- the Reddit link metadata- Returns:
- the best photo URL
-