java.lang.Object
io.github.yvasyliev.telegramforwarderbot.reddit.service.VideoDownloader

@Service public class VideoDownloader extends Object
Service for downloading videos from Reddit links.
  • Constructor Details

    • VideoDownloader

      public VideoDownloader()
  • Method Details

    • getVideoDownloadUrl

      public URL getVideoDownloadUrl(Link link) throws IOException
      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