Fix Aniwave vidsrcExtractor

This commit is contained in:
kodjomoustapha
2024-01-26 10:27:18 +01:00
parent 1fea2ad51c
commit fce32ee83c
2 changed files with 2 additions and 2 deletions

View File

@@ -309,7 +309,7 @@ class Aniwave extends MProvider {
Future<List<MVideo>> vidsrcExtractor( Future<List<MVideo>> vidsrcExtractor(
String url, String name, String type) async { String url, String name, String type) async {
List<String> keys = json.decode((await client.get(Uri.parse( List<String> keys = json.decode((await client.get(Uri.parse(
"https://raw.githubusercontent.com/Claudemirovsky/worstsource-keys/keys/keys.json"))) "https://raw.githubusercontent.com/KillerDogeEmpire/vidplay-keys/keys/keys.json")))
.body); .body);
List<MVideo> videoList = []; List<MVideo> videoList = [];
final host = Uri.parse(url).host; final host = Uri.parse(url).host;

View File

@@ -1,7 +1,7 @@
import '../../../../model/source.dart'; import '../../../../model/source.dart';
Source get aniwave => _aniwave; Source get aniwave => _aniwave;
const _aniwaveVersion = "0.0.5"; const _aniwaveVersion = "0.0.55";
const _aniwaveCodeUrl = const _aniwaveCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/anime/src/en/aniwave/aniwave.dart"; "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/anime/src/en/aniwave/aniwave.dart";
Source _aniwave = Source( Source _aniwave = Source(