fix: fixed hianime not showing latest episodes

This commit is contained in:
Ryan _ 2025-01-20 12:16:27 +05:30 committed by GitHub
parent 3adc787cf6
commit e03827cdb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -201,7 +201,7 @@ class ZoroTheme extends MProvider {
.body;
String epUrl = substringBefore(substringAfter(resE, "\"link\":\""), "\"");
List<MVideo> a = [];
if (hosterSelection.contains(name) && typeSelection.contains(subDub)) {
if (hosterSelection.contains(name) && typeSelection.contains(subDub) || subDub == "raw") {
if (name.contains("Vidstreaming")) {
a = await rapidCloudExtractor(epUrl, "Vidstreaming - $subDub");
} else if (name.contains("Vidcloud")) {