Class BitchuteService

    • Constructor Detail

      • BitchuteService

        public BitchuteService()
    • Method Detail

      • processVideo

        public DownloadPageProps processVideo​(String url)
        Parses video link from bitchute to return raw url to video stream.
        Specified by:
        processVideo in interface IProcessingService
        Parameters:
        url - link to bitchute video.
        Returns:
        link to raw stream.
      • downloadVideo

        public org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> downloadVideo​(String urlString)
        Downloads video from bitchute.
        Specified by:
        downloadVideo in interface IProcessingService
        Parameters:
        urlString - urllike string.
        Returns:
        downloadable resource.