mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
fix source code url
This commit is contained in:
536
index.json
536
index.json
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,7 @@ import '../../model/source.dart';
|
||||
|
||||
const heancmsVersion = "0.0.1";
|
||||
const heancmsSourceCodeUrl =
|
||||
"https://raw.githubusercontent.com/kodjodevf/External-source-test/main/multisrc/heancms/heancms-v$heancmsVersion.dart";
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/multisrc/heancms/heancms-v$heancmsVersion.dart";
|
||||
const defaultDateFormat = "yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ";
|
||||
const defaultDateFormatLocale = "en";
|
||||
List<Source> get heanCmsSourcesList => _heanCmsSourcesList;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import 'dart:convert';
|
||||
import 'package:bridge_lib/bridge_lib.dart';
|
||||
|
||||
getPopularManga(MangaModel manga) async {
|
||||
final url = "${manga.baseUrl}/manga/page/${manga.page}/?m_orderby=views";
|
||||
@@ -1,8 +1,8 @@
|
||||
import '../../model/source.dart';
|
||||
|
||||
const madaraVersion = "0.0.1";
|
||||
const madaraVersion = "0.0.11";
|
||||
const madaraSourceCodeUrl =
|
||||
"https://raw.githubusercontent.com/kodjodevf/External-source-test/main/multisrc/madara/madara-v$madaraVersion.dart";
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/multisrc/madara/madara-v$madaraVersion.dart";
|
||||
const defaultDateFormat = "MMMM dd, yyyy";
|
||||
const defaultDateFormatLocale = "en_US";
|
||||
List<Source> get madaraSourcesList => _madaraSourcesList;
|
||||
|
||||
@@ -2,7 +2,7 @@ import '../../model/source.dart';
|
||||
|
||||
const mangareaderVersion = "0.0.1";
|
||||
const mangareaderSourceCodeUrl =
|
||||
"https://raw.githubusercontent.com/kodjodevf/External-source-test/main/multisrc/mangareader/mangareader-v$mangareaderVersion.dart";
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/multisrc/mangareader/mangareader-v$mangareaderVersion.dart";
|
||||
const defaultDateFormat = "MMMM dd, yyyy";
|
||||
const defaultDateFormatLocale = "en_US";
|
||||
List<Source> get mangareaderSourcesList => _mangareaderSourcesList;
|
||||
|
||||
@@ -2,7 +2,7 @@ import '../../model/source.dart';
|
||||
|
||||
const mmrcmsVersion = "0.0.1";
|
||||
const mmrcmsSourceCodeUrl =
|
||||
"https://raw.githubusercontent.com/kodjodevf/External-source-test/main/multisrc/mmrcms/mmrcms-v$mmrcmsVersion.dart";
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/multisrc/mmrcms/mmrcms-v$mmrcmsVersion.dart";
|
||||
const defaultDateFormat = "d MMM. yyyy";
|
||||
const defaultDateFormatLocale = "en_US";
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ import '../../../model/source.dart';
|
||||
|
||||
const comickVersion = "0.0.1";
|
||||
const comickSourceCodeUrl =
|
||||
"https://raw.githubusercontent.com/kodjodevf/External-source-test/main/src/all/comick/comick-v$comickVersion.dart";
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/src/all/comick/comick-v$comickVersion.dart";
|
||||
|
||||
const defaultDateFormat = "yyyy-MM-dd'T'HH:mm:ss'Z'";
|
||||
const defaultDateFormatLocale = "en";
|
||||
|
||||
@@ -5,7 +5,7 @@ const baseUrl = 'https://mangadex.org';
|
||||
const isNsfw = true;
|
||||
const mangadexVersion = "0.0.1";
|
||||
const mangadexSourceCodeUrl =
|
||||
"https://raw.githubusercontent.com/kodjodevf/External-source-test/main/src/all/mangadex/mangadex-v$mangadexVersion.dart";
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/src/all/mangadex/mangadex-v$mangadexVersion.dart";
|
||||
const iconUrl = '';
|
||||
List<Source> get mangaDexSourcesList => _mangaDexSourcesList;
|
||||
List<Source> _mangaDexSourcesList = [
|
||||
|
||||
@@ -3,7 +3,7 @@ import '../../../model/source.dart';
|
||||
Source get mangahereSource => _mangahereSource;
|
||||
const mangahereVersion = "0.0.1";
|
||||
const mangahereSourceCodeUrl =
|
||||
"https://raw.githubusercontent.com/kodjodevf/External-source-test/main/src/en/mangahere/mangahere-v$mangahereVersion.dart";
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/src/en/mangahere/mangahere-v$mangahereVersion.dart";
|
||||
Source _mangahereSource = Source(
|
||||
name: "MangaHere",
|
||||
baseUrl: "http://www.mangahere.cc",
|
||||
|
||||
Reference in New Issue
Block a user