Uses of Class
com.karafra.bitchutedl.platforms.bitchute.dtos.DownloadPageProps
-
Packages that use DownloadPageProps Package Description com.karafra.bitchutedl.parser com.karafra.bitchutedl.platforms.bitchute com.karafra.bitchutedl.platforms.bitchute.parser com.karafra.bitchutedl.processing -
-
Uses of DownloadPageProps in com.karafra.bitchutedl.parser
Methods in com.karafra.bitchutedl.parser that return DownloadPageProps Modifier and Type Method Description abstract DownloadPagePropsAbstractSimpleParser. extract(String linkToVideo)Extracts raw link from given link -
Uses of DownloadPageProps in com.karafra.bitchutedl.platforms.bitchute
Methods in com.karafra.bitchutedl.platforms.bitchute that return DownloadPageProps Modifier and Type Method Description DownloadPagePropsBitchuteService. processVideo(String url)Parses video link from bitchute to return raw url to video stream. -
Uses of DownloadPageProps in com.karafra.bitchutedl.platforms.bitchute.parser
Methods in com.karafra.bitchutedl.platforms.bitchute.parser that return DownloadPageProps Modifier and Type Method Description DownloadPagePropsBitchuteParser. extract(String linkToVideo)Extracts raw to video from bitchute link. -
Uses of DownloadPageProps in com.karafra.bitchutedl.processing
Methods in com.karafra.bitchutedl.processing that return DownloadPageProps Modifier and Type Method Description DownloadPagePropsIProcessingService. processVideo(String link)Parses video link from bitchute to return raw url to video stream.
-