This commit is contained in:
kodjomoustapha
2024-05-13 10:46:49 +01:00
parent 74495435b1
commit a3cd80d7c6
12 changed files with 16 additions and 6 deletions

View File

@@ -336,6 +336,7 @@ class DopeFlix extends MProvider {
]), ]),
SelectFilter("ReleaseYearFilter", "Released at", 0, [ SelectFilter("ReleaseYearFilter", "Released at", 0, [
SelectFilterOption("All", "all"), SelectFilterOption("All", "all"),
SelectFilterOption("2024", "2024"),
SelectFilterOption("2023", "2023"), SelectFilterOption("2023", "2023"),
SelectFilterOption("2022", "2022"), SelectFilterOption("2022", "2022"),
SelectFilterOption("2021", "2021"), SelectFilterOption("2021", "2021"),

View File

@@ -2,7 +2,7 @@ import '../../../../model/source.dart';
import 'src/dopebox/dopebox.dart'; import 'src/dopebox/dopebox.dart';
import 'src/sflix/sflix.dart'; import 'src/sflix/sflix.dart';
const _dopeflixVersion = "0.0.5"; const _dopeflixVersion = "0.0.55";
const _dopeflixSourceCodeUrl = const _dopeflixSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/multisrc/dopeflix/dopeflix.dart"; "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/multisrc/dopeflix/dopeflix.dart";

View File

@@ -475,6 +475,7 @@ class Aniwave extends MProvider {
CheckBoxFilter("Unknown", "unknown") CheckBoxFilter("Unknown", "unknown")
]), ]),
GroupFilter("YearFilter", "Year", [ GroupFilter("YearFilter", "Year", [
CheckBoxFilter("2024", "2024"),
CheckBoxFilter("2023", "2023"), CheckBoxFilter("2023", "2023"),
CheckBoxFilter("2022", "2022"), CheckBoxFilter("2022", "2022"),
CheckBoxFilter("2021", "2021"), CheckBoxFilter("2021", "2021"),

View File

@@ -1,7 +1,7 @@
import '../../../../../model/source.dart'; import '../../../../../model/source.dart';
Source get aniwave => _aniwave; Source get aniwave => _aniwave;
const _aniwaveVersion = "0.0.75"; const _aniwaveVersion = "0.0.8";
const _aniwaveCodeUrl = const _aniwaveCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/en/aniwave/aniwave.dart"; "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/en/aniwave/aniwave.dart";
Source _aniwave = Source( Source _aniwave = Source(

View File

@@ -585,6 +585,7 @@ class GogoAnime extends MProvider {
CheckBoxFilter("Winter", "winter"), CheckBoxFilter("Winter", "winter"),
]), ]),
GroupFilter("YearFilter", "Year", [ GroupFilter("YearFilter", "Year", [
CheckBoxFilter("2024", "2024"),
CheckBoxFilter("2023", "2023"), CheckBoxFilter("2023", "2023"),
CheckBoxFilter("2022", "2022"), CheckBoxFilter("2022", "2022"),
CheckBoxFilter("2021", "2021"), CheckBoxFilter("2021", "2021"),
@@ -981,6 +982,9 @@ class GogoAnime extends MProvider {
SelectFilter("SeasonIFilter", "Season", 0, [ SelectFilter("SeasonIFilter", "Season", 0, [
SelectFilterOption("", ""), SelectFilterOption("", ""),
SelectFilterOption("Latest season", "new-season.html"), 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("Summer 2023", "sub-category/summer-2023-anime"),
SelectFilterOption("Spring 2023", "sub-category/spring-2023-anime"), SelectFilterOption("Spring 2023", "sub-category/spring-2023-anime"),
SelectFilterOption("Winter 2023", "sub-category/winter-2023-anime"), SelectFilterOption("Winter 2023", "sub-category/winter-2023-anime"),

View File

@@ -1,7 +1,7 @@
import '../../../../../model/source.dart'; import '../../../../../model/source.dart';
Source get gogoanimeSource => _gogoanimeSource; Source get gogoanimeSource => _gogoanimeSource;
const _gogoanimeVersion = "0.1.1"; const _gogoanimeVersion = "0.1.15";
const _gogoanimeSourceCodeUrl = const _gogoanimeSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/en/gogoanime/gogoanime.dart"; "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/en/gogoanime/gogoanime.dart";
Source _gogoanimeSource = Source( Source _gogoanimeSource = Source(

View File

@@ -399,6 +399,7 @@ class NineAnimeTv extends MProvider {
CheckBoxFilter("Winter", "4") CheckBoxFilter("Winter", "4")
]), ]),
GroupFilter("YearFilter", "Year", [ GroupFilter("YearFilter", "Year", [
CheckBoxFilter("2024", "2024"),
CheckBoxFilter("2023", "2023"), CheckBoxFilter("2023", "2023"),
CheckBoxFilter("2022", "2022"), CheckBoxFilter("2022", "2022"),
CheckBoxFilter("2021", "2021"), CheckBoxFilter("2021", "2021"),

View File

@@ -1,7 +1,7 @@
import '../../../../../model/source.dart'; import '../../../../../model/source.dart';
Source get nineanimetv => _nineanimetv; Source get nineanimetv => _nineanimetv;
const _nineanimetvVersion = "0.0.3"; const _nineanimetvVersion = "0.0.35";
const _nineanimetvCodeUrl = const _nineanimetvCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/en/nineanimetv/nineanimetv.dart"; "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/en/nineanimetv/nineanimetv.dart";
Source _nineanimetv = Source( Source _nineanimetv = Source(

View File

@@ -1,7 +1,7 @@
import '../../../../../model/source.dart'; import '../../../../../model/source.dart';
Source get yomoviesSource => _yomoviesSource; Source get yomoviesSource => _yomoviesSource;
const _yomoviesVersion = "0.0.2"; const _yomoviesVersion = "0.0.25";
const _yomoviesSourceCodeUrl = const _yomoviesSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/hi/yomovies/yomovies.dart"; "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/hi/yomovies/yomovies.dart";
Source _yomoviesSource = Source( Source _yomoviesSource = Source(

View File

@@ -213,6 +213,8 @@ class YoMovies extends MProvider {
SelectFilterOption("<select>", ""), SelectFilterOption("<select>", ""),
SelectFilterOption("Bollywood", "/genre/bollywood"), SelectFilterOption("Bollywood", "/genre/bollywood"),
SelectFilterOption("Trending", "/genre/top-rated"), SelectFilterOption("Trending", "/genre/top-rated"),
SelectFilterOption("Bollywood (2024)",
"/account/?ptype=post&tax_category%5B%5D=bollywood&tax_release-year=2024&wpas=1"),
SelectFilterOption("Bollywood (2023)", SelectFilterOption("Bollywood (2023)",
"/account/?ptype=post&tax_category%5B%5D=bollywood&tax_release-year=2023&wpas=1"), "/account/?ptype=post&tax_category%5B%5D=bollywood&tax_release-year=2023&wpas=1"),
SelectFilterOption("Bollywood (2022)", SelectFilterOption("Bollywood (2022)",

View File

@@ -136,6 +136,7 @@ class Filma24 extends MProvider {
return [ return [
SelectFilter("ReleaseFilter", "Viti", 0, [ SelectFilter("ReleaseFilter", "Viti", 0, [
SelectFilterOption("<Select>", ""), SelectFilterOption("<Select>", ""),
SelectFilterOption("2024", "2024"),
SelectFilterOption("2023", "2023"), SelectFilterOption("2023", "2023"),
SelectFilterOption("2022", "2022"), SelectFilterOption("2022", "2022"),
SelectFilterOption("2021", "2021"), SelectFilterOption("2021", "2021"),

View File

@@ -1,7 +1,7 @@
import '../../../../../model/source.dart'; import '../../../../../model/source.dart';
Source get filma24 => _filma24; Source get filma24 => _filma24;
const _filma24Version = "0.0.25"; const _filma24Version = "0.0.3";
const _filma24CodeUrl = const _filma24CodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/sq/filma24/filma24.dart"; "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/sq/filma24/filma24.dart";
Source _filma24 = Source( Source _filma24 = Source(