Class VideoDownloader
java.lang.Object
io.github.yvasyliev.telegramforwarderbot.reddit.service.VideoDownloader
Service for downloading videos from Reddit links.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetVideoDownloadUrl
(Link link) Downloads the video from the given Reddit link.
-
Constructor Details
-
VideoDownloader
public VideoDownloader()
-
-
Method Details
-
getVideoDownloadUrl
Downloads the video from the given Reddit link.- Parameters:
link
- the Reddit link containing the video- Returns:
- the
URL
of the downloaded video - Throws:
IOException
- if an error occurs while downloading the video
-