mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-19 13:20:42 +00:00
feat: Aniwave (EN): add Video extractors
This commit is contained in:
@@ -362,7 +362,7 @@ class OtakuFr extends MProvider {
|
||||
return [];
|
||||
}
|
||||
final masterUrl =
|
||||
substringBefore(substringAfter(evalJs(js.first), "{file:\""), "\"}");
|
||||
substringBefore(substringAfter(unpackJs(js.first), "{file:\""), "\"}");
|
||||
final masterPlaylistRes =
|
||||
await http('GET', json.encode({"url": masterUrl}));
|
||||
List<MVideo> videos = [];
|
||||
|
||||
Reference in New Issue
Block a user