mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
Fix OmegaScans
This commit is contained in:
@@ -215,12 +215,22 @@ class HeanCms extends MProvider {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool useNewQueryEndpoint(String sourceName) {
|
bool useNewQueryEndpoint(String sourceName) {
|
||||||
List<String> sources = ["YugenMangas", "Perf Scan", "Reaper Scans"];
|
List<String> sources = [
|
||||||
|
"YugenMangas",
|
||||||
|
"Perf Scan",
|
||||||
|
"Reaper Scans",
|
||||||
|
"OmegaScans"
|
||||||
|
];
|
||||||
return sources.contains(sourceName);
|
return sources.contains(sourceName);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool useslugStrategy(String sourceName) {
|
bool useslugStrategy(String sourceName) {
|
||||||
List<String> sources = ["YugenMangas", "Reaper Scans", "Perf Scan"];
|
List<String> sources = [
|
||||||
|
"YugenMangas",
|
||||||
|
"Reaper Scans",
|
||||||
|
"Perf Scan",
|
||||||
|
"OmegaScans"
|
||||||
|
];
|
||||||
return sources.contains(sourceName);
|
return sources.contains(sourceName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import 'src/yugenmangas/yugenmangas.dart';
|
|||||||
import 'src/omegascans/omegascans.dart';
|
import 'src/omegascans/omegascans.dart';
|
||||||
import 'src/perfscan/perfscan.dart';
|
import 'src/perfscan/perfscan.dart';
|
||||||
|
|
||||||
const heancmsVersion = "0.0.6";
|
const heancmsVersion = "0.0.65";
|
||||||
const heancmsSourceCodeUrl =
|
const heancmsSourceCodeUrl =
|
||||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/heancms/heancms.dart";
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/heancms/heancms.dart";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user