mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 19:01:15 +00:00
feat: Aniwave (EN): add Video extractors
This commit is contained in:
@@ -152,7 +152,7 @@ class NimeGami extends MProvider {
|
||||
'//script[contains(text(), "eval") and contains(text(), "p,a,c,k,e,d")]/text()');
|
||||
if (script.isNotEmpty) {
|
||||
final videoUrl = substringBefore(
|
||||
substringAfter(substringAfter(evalJs(script.first), "sources:[", ""),
|
||||
substringAfter(substringAfter(unpackJs(script.first), "sources:[", ""),
|
||||
"file\":\"", ""),
|
||||
'"');
|
||||
if (videoUrl.isNotEmpty) {
|
||||
|
||||
Reference in New Issue
Block a user