Class RedditVideoDownloader
java.lang.Object
io.github.yvasyliev.forwarder.telegram.reddit.service.RedditVideoDownloader
Service for downloading videos from Reddit post.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetVideoDownloadUrl(Link post) Downloads the video from the given Reddit post.
-
Constructor Details
-
RedditVideoDownloader
-
-
Method Details
-
getVideoDownloadUrl
Downloads the video from the given Reddit post.- Parameters:
post- the Reddit post containing the video- Returns:
- the
URLof the downloaded video - Throws:
IOException- if an error occurs while downloading the video
-