mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
Fix Aniwave vidsrcExtractor
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user