Remove vidbmExtractor

This commit is contained in:
kodjomoustapha
2024-04-30 17:26:56 +01:00
parent 87f46b7756
commit 4f6a9d8138
2 changed files with 1 additions and 4 deletions

View File

@@ -200,9 +200,6 @@ class OtakuFr extends MProvider {
} else if (serverUrl.contains("https://ok.ru") &&
hosterSelection.contains("Okru")) {
a = await okruExtractor(serverUrl);
} else if (serverUrl.contains("vadbam") &&
hosterSelection.contains("Vidbm")) {
a = await vidbmExtractor(serverUrl);
} else if (serverUrl.contains("upstream") &&
hosterSelection.contains("Upstream")) {
a = await upstreamExtractor(serverUrl);

View File

@@ -1,7 +1,7 @@
import '../../../../../model/source.dart';
Source get otakufr => _otakufr;
const otakufrVersion = "0.0.8";
const otakufrVersion = "0.0.85";
const otakufrCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/fr/otakufr/otakufr.dart";
Source _otakufr = Source(