mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
chore: remove Manga Weebs - site is permanently offline
This commit is contained in:
@@ -40,7 +40,6 @@ import 'src/es/mangafenix/mangafenix.dart';
|
||||
import 'src/en/mangagalaxy/mangagalaxy.dart';
|
||||
import 'src/en/mangaread/mangaread.dart';
|
||||
import 'src/en/mangatxgg/mangatxgg.dart';
|
||||
import 'src/en/mangaweebs/mangaweebs.dart';
|
||||
import 'src/tr/mangasehri/mangasehri.dart';
|
||||
import 'src/en/mangatxunoriginal/mangatxunoriginal.dart';
|
||||
import 'src/en/mangaclash/mangaclash.dart';
|
||||
@@ -273,8 +272,6 @@ List<Source> _madaraSourcesList =
|
||||
mangareadSource,
|
||||
//Manga Tx.gg (unoriginal) (EN)
|
||||
mangatxggSource,
|
||||
//Manga Weebs (EN)
|
||||
mangaweebsSource,
|
||||
//Manga Şehri (TR)
|
||||
mangasehriSource,
|
||||
//Manga-TX (EN)
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 7.1 KiB |
@@ -1,15 +0,0 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get mangaweebsSource => _mangaweebsSource;
|
||||
|
||||
Source _mangaweebsSource = Source(
|
||||
name: "Manga Weebs",
|
||||
baseUrl: "https://mangaweebs.in",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/en/mangaweebs/icon.png",
|
||||
dateFormat: "dd MMMM HH:mm",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
Reference in New Issue
Block a user