Extractor: PeaceMakerst fix

This commit is contained in:
keyiflerolsun 2023-12-22 20:57:56 +03:00
parent ed24510c42
commit 57663a85b2
No known key found for this signature in database
GPG key ID: 3034301CA5C50DA8

View file

@ -62,7 +62,7 @@ open class PeaceMakerst : ExtractorApi() {
} }
data class PeaceResponse( data class PeaceResponse(
@JsonProperty("videoImage") val videoImage: String, @JsonProperty("videoImage") val videoImage: String?,
@JsonProperty("videoSources") val videoSources: List<VideoSource>, @JsonProperty("videoSources") val videoSources: List<VideoSource>,
@JsonProperty("sIndex") val sIndex: String, @JsonProperty("sIndex") val sIndex: String,
@JsonProperty("sourceList") val sourceList: Map<String, String> @JsonProperty("sourceList") val sourceList: Map<String, String>