Update
This commit is contained in:
parent
bed154f058
commit
24b4aa68bb
3 changed files with 3 additions and 3 deletions
|
|
@ -149,7 +149,7 @@ class AnimePahe extends MProvider {
|
|||
.first,
|
||||
"eval(function(");
|
||||
final videoUrl = substringBefore(
|
||||
substringAfter(unpackJs("eval(function($script"), "const source=\\'"),
|
||||
substringAfter(unpackJsAndCombine("eval(function($script"), "const source=\\'"),
|
||||
"\\';");
|
||||
MVideo video = MVideo();
|
||||
video
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import '../../../../model/source.dart';
|
||||
|
||||
Source get animepaheSource => _animepaheSource;
|
||||
const _animepaheVersion = "0.0.15";
|
||||
const _animepaheVersion = "0.0.2";
|
||||
const _animepaheSourceCodeUrl =
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/anime/src/en/animepahe/animepahe.dart";
|
||||
Source _animepaheSource = Source(
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue