chore: remove Rio2 Manga - site is permanently offline

This commit is contained in:
xMohnad
2025-06-23 09:49:30 +00:00
parent 36c764d49b
commit 5e9e714c9a
3 changed files with 0 additions and 18 deletions

View File

@@ -73,7 +73,6 @@ import 'src/pt/randomscan/randomscan.dart';
import 'src/fr/readergen/readergen.dart';
import 'src/es/richtoscan/richtoscan.dart';
import 'src/es/rightdarkscan/rightdarkscan.dart';
import 'src/en/rio2manga/rio2manga.dart';
import 'src/tr/romantikmanga/romantikmanga.dart';
import 'src/en/s2manga/s2manga.dart';
import 'src/es/samuraiscan/samuraiscan.dart';
@@ -338,8 +337,6 @@ List<Source> _madaraSourcesList =
richtoscanSource,
//Rightdark Scan (ES)
rightdarkscanSource,
//Rio2 Manga (EN)
rio2mangaSource,
//Romantik Manga (TR)
romantikmangaSource,
//S2Manga (EN)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

View File

@@ -1,15 +0,0 @@
import '../../../../../../../model/source.dart';
Source get rio2mangaSource => _rio2mangaSource;
Source _rio2mangaSource = Source(
name: "Rio2 Manga",
baseUrl: "https://rio2manga.com",
lang: "en",
typeSource: "madara",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/en/rio2manga/icon.png",
dateFormat: "MMMM dd, yyyy",
dateFormatLocale: "en_us",
);