Uses of Class
com.karafra.bitchutedl.platforms.bitchute.dtos.ParsedLinkResponse
-
Packages that use ParsedLinkResponse Package Description com.karafra.bitchutedl.platforms.bitchute.api -
-
Uses of ParsedLinkResponse in com.karafra.bitchutedl.platforms.bitchute.api
Methods in com.karafra.bitchutedl.platforms.bitchute.api that return ParsedLinkResponse Modifier and Type Method Description ParsedLinkResponseApiService. getTarget(String link)Extracts link to bitchute video from link.ParsedLinkResponseApiService. getTargetFromId(String id)Parses link to bitchute video from id of video.ParsedLinkResponseApiController. parseVideo(ParseLinkRequest parseLinkRequest)Parses link to raw video from bitchute link.ParsedLinkResponseApiController. parseVideo(String id)Endpoint used for parsing videos from bitchute.
-