mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
chore: remove Rio2 Manga - site is permanently offline
This commit is contained in:
@@ -73,7 +73,6 @@ import 'src/pt/randomscan/randomscan.dart';
|
|||||||
import 'src/fr/readergen/readergen.dart';
|
import 'src/fr/readergen/readergen.dart';
|
||||||
import 'src/es/richtoscan/richtoscan.dart';
|
import 'src/es/richtoscan/richtoscan.dart';
|
||||||
import 'src/es/rightdarkscan/rightdarkscan.dart';
|
import 'src/es/rightdarkscan/rightdarkscan.dart';
|
||||||
import 'src/en/rio2manga/rio2manga.dart';
|
|
||||||
import 'src/tr/romantikmanga/romantikmanga.dart';
|
import 'src/tr/romantikmanga/romantikmanga.dart';
|
||||||
import 'src/en/s2manga/s2manga.dart';
|
import 'src/en/s2manga/s2manga.dart';
|
||||||
import 'src/es/samuraiscan/samuraiscan.dart';
|
import 'src/es/samuraiscan/samuraiscan.dart';
|
||||||
@@ -338,8 +337,6 @@ List<Source> _madaraSourcesList =
|
|||||||
richtoscanSource,
|
richtoscanSource,
|
||||||
//Rightdark Scan (ES)
|
//Rightdark Scan (ES)
|
||||||
rightdarkscanSource,
|
rightdarkscanSource,
|
||||||
//Rio2 Manga (EN)
|
|
||||||
rio2mangaSource,
|
|
||||||
//Romantik Manga (TR)
|
//Romantik Manga (TR)
|
||||||
romantikmangaSource,
|
romantikmangaSource,
|
||||||
//S2Manga (EN)
|
//S2Manga (EN)
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 5.0 KiB |
@@ -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",
|
|
||||||
);
|
|
||||||
Reference in New Issue
Block a user