| ExtractorHelper |
|
| ExtractorLogger |
Logging class for outputting logs from the extractor to the desired output
Intended to be used in the same manner as Android's Log:
ExtractorLogger.d("Hello my name Jeff")
Also supports formatted arguments:
ExtractorLogger.d("Hello my name is {Name} {}", name, surname)
|
| ExtractorLogger.ConsoleLogger |
|
| ImageSuffix |
Serializable class representing a suffix (which may include its format extension, such as
.jpg) which needs to be added to get an image/thumbnail URL with its corresponding
height, width and estimated resolution level.
|
| JavaScript |
|
| JsonUtils |
|
| LocaleCompat |
This class contains a simple implementation of Locale.forLanguageTag(String) for Android
API levels below 21 (Lollipop).
|
| ManifestCreatorCache<K extends java.io.Serializable,V extends java.io.Serializable> |
A serializable cache class used by the extractor to cache manifests
generated with extractor's manifests generators.
|
| Pair<F extends java.io.Serializable,S extends java.io.Serializable> |
Serializable class to create a pair of objects.
|
| Parser |
Avoid using regex !!!
|
| RandomStringFromAlphabetGenerator |
Generates a random string from a predefined alphabet.
|
| Utils |
|