mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 19:01:15 +00:00
Add 2024
This commit is contained in:
@@ -475,6 +475,7 @@ class Aniwave extends MProvider {
|
||||
CheckBoxFilter("Unknown", "unknown")
|
||||
]),
|
||||
GroupFilter("YearFilter", "Year", [
|
||||
CheckBoxFilter("2024", "2024"),
|
||||
CheckBoxFilter("2023", "2023"),
|
||||
CheckBoxFilter("2022", "2022"),
|
||||
CheckBoxFilter("2021", "2021"),
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import '../../../../../model/source.dart';
|
||||
|
||||
Source get aniwave => _aniwave;
|
||||
const _aniwaveVersion = "0.0.75";
|
||||
const _aniwaveVersion = "0.0.8";
|
||||
const _aniwaveCodeUrl =
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/en/aniwave/aniwave.dart";
|
||||
Source _aniwave = Source(
|
||||
|
||||
@@ -585,6 +585,7 @@ class GogoAnime extends MProvider {
|
||||
CheckBoxFilter("Winter", "winter"),
|
||||
]),
|
||||
GroupFilter("YearFilter", "Year", [
|
||||
CheckBoxFilter("2024", "2024"),
|
||||
CheckBoxFilter("2023", "2023"),
|
||||
CheckBoxFilter("2022", "2022"),
|
||||
CheckBoxFilter("2021", "2021"),
|
||||
@@ -981,6 +982,9 @@ class GogoAnime extends MProvider {
|
||||
SelectFilter("SeasonIFilter", "Season", 0, [
|
||||
SelectFilterOption("", ""),
|
||||
SelectFilterOption("Latest season", "new-season.html"),
|
||||
SelectFilterOption("Summer 2024", "sub-category/summer-2024-anime"),
|
||||
SelectFilterOption("Spring 2024", "sub-category/spring-2024-anime"),
|
||||
SelectFilterOption("Winter 2024", "sub-category/winter-2024-anime"),
|
||||
SelectFilterOption("Summer 2023", "sub-category/summer-2023-anime"),
|
||||
SelectFilterOption("Spring 2023", "sub-category/spring-2023-anime"),
|
||||
SelectFilterOption("Winter 2023", "sub-category/winter-2023-anime"),
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import '../../../../../model/source.dart';
|
||||
|
||||
Source get gogoanimeSource => _gogoanimeSource;
|
||||
const _gogoanimeVersion = "0.1.1";
|
||||
const _gogoanimeVersion = "0.1.15";
|
||||
const _gogoanimeSourceCodeUrl =
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/en/gogoanime/gogoanime.dart";
|
||||
Source _gogoanimeSource = Source(
|
||||
|
||||
@@ -399,6 +399,7 @@ class NineAnimeTv extends MProvider {
|
||||
CheckBoxFilter("Winter", "4")
|
||||
]),
|
||||
GroupFilter("YearFilter", "Year", [
|
||||
CheckBoxFilter("2024", "2024"),
|
||||
CheckBoxFilter("2023", "2023"),
|
||||
CheckBoxFilter("2022", "2022"),
|
||||
CheckBoxFilter("2021", "2021"),
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import '../../../../../model/source.dart';
|
||||
|
||||
Source get nineanimetv => _nineanimetv;
|
||||
const _nineanimetvVersion = "0.0.3";
|
||||
const _nineanimetvVersion = "0.0.35";
|
||||
const _nineanimetvCodeUrl =
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/en/nineanimetv/nineanimetv.dart";
|
||||
Source _nineanimetv = Source(
|
||||
|
||||
Reference in New Issue
Block a user