Interface YoutubeSignatureResolver
-
- All Known Implementing Classes:
YoutubeSignatureCipherManager
public interface YoutubeSignatureResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description YoutubeSignatureCiphergetExtractedScript(HttpInterface httpInterface, java.lang.String playerScript)java.lang.StringresolveDashUrl(HttpInterface httpInterface, java.lang.String playerScript, java.lang.String dashUrl)java.net.URIresolveFormatUrl(HttpInterface httpInterface, java.lang.String playerScript, YoutubeTrackFormat format)
-
-
-
Method Detail
-
getExtractedScript
YoutubeSignatureCipher getExtractedScript(HttpInterface httpInterface, java.lang.String playerScript) throws java.io.IOException
- Throws:
java.io.IOException
-
resolveFormatUrl
java.net.URI resolveFormatUrl(HttpInterface httpInterface, java.lang.String playerScript, YoutubeTrackFormat format) throws java.lang.Exception
- Throws:
java.lang.Exception
-
resolveDashUrl
java.lang.String resolveDashUrl(HttpInterface httpInterface, java.lang.String playerScript, java.lang.String dashUrl) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-