Uses of Class
com.karafra.bitchutedl.platforms.bitchute.dtos.DownloadVideoRequest
-
Packages that use DownloadVideoRequest Package Description com.karafra.bitchutedl.platforms.bitchute.api -
-
Uses of DownloadVideoRequest in com.karafra.bitchutedl.platforms.bitchute.api
Methods in com.karafra.bitchutedl.platforms.bitchute.api with parameters of type DownloadVideoRequest Modifier and Type Method Description org.springframework.http.ResponseEntity<org.springframework.core.io.Resource>ApiController. downloadFile(DownloadVideoRequest req)Downloads video from request.org.springframework.http.ResponseEntity<org.springframework.core.io.Resource>ApiService. downloadVideo(DownloadVideoRequest req)Logic for downloading video from link.
-