This commit is contained in:
kodjomoustapha
2024-02-09 16:13:23 +01:00
parent 1c01d6a37f
commit b84e878ad9
2 changed files with 2 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ class AnimePahe extends MProvider {
.first, .first,
"eval(function("); "eval(function(");
final videoUrl = substringBefore( final videoUrl = substringBefore(
substringAfter(unpackJs("eval(function($script"), "const source=\\'"), substringAfter(unpackJsAndCombine("eval(function($script"), "const source=\\'"),
"\\';"); "\\';");
MVideo video = MVideo(); MVideo video = MVideo();
video video

View File

@@ -1,7 +1,7 @@
import '../../../../model/source.dart'; import '../../../../model/source.dart';
Source get animepaheSource => _animepaheSource; Source get animepaheSource => _animepaheSource;
const _animepaheVersion = "0.0.15"; const _animepaheVersion = "0.0.2";
const _animepaheSourceCodeUrl = const _animepaheSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/anime/src/en/animepahe/animepahe.dart"; "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/anime/src/en/animepahe/animepahe.dart";
Source _animepaheSource = Source( Source _animepaheSource = Source(