mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
madara: rebrand 'Jobsibe' source to 'Lmtos' with updated domain and icon
This commit is contained in:
@@ -103,7 +103,7 @@ import 'src/es/daprob/daprob.dart';
|
|||||||
import 'src/es/herenscan/herenscan.dart';
|
import 'src/es/herenscan/herenscan.dart';
|
||||||
import 'src/es/infrafandub/infrafandub.dart';
|
import 'src/es/infrafandub/infrafandub.dart';
|
||||||
import 'src/es/jeazscans/jeazscans.dart';
|
import 'src/es/jeazscans/jeazscans.dart';
|
||||||
import 'src/es/jobsibe/jobsibe.dart';
|
import 'src/es/lmtos/lmtos.dart';
|
||||||
import 'src/es/legendsnofansub/legendsnofansub.dart';
|
import 'src/es/legendsnofansub/legendsnofansub.dart';
|
||||||
import 'src/es/mangacrab/mangacrab.dart';
|
import 'src/es/mangacrab/mangacrab.dart';
|
||||||
import 'src/es/mangasnosekai/mangasnosekai.dart';
|
import 'src/es/mangasnosekai/mangasnosekai.dart';
|
||||||
@@ -372,8 +372,8 @@ List<Source> _madaraSourcesList =
|
|||||||
infrafandubSource,
|
infrafandubSource,
|
||||||
//JeazScans (ES)
|
//JeazScans (ES)
|
||||||
jeazscansSource,
|
jeazscansSource,
|
||||||
//Jobsibe (ES)
|
//Lmtos (ES)
|
||||||
jobsibeSource,
|
lmtosSource,
|
||||||
//LegnMangas (ES)
|
//LegnMangas (ES)
|
||||||
legendsnofansubSource,
|
legendsnofansubSource,
|
||||||
//Manga Crab (ES)
|
//Manga Crab (ES)
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 6.4 KiB |
BIN
dart/manga/multisrc/madara/src/es/lmtos/icon.png
Normal file
BIN
dart/manga/multisrc/madara/src/es/lmtos/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
@@ -1,14 +1,14 @@
|
|||||||
import '../../../../../../../model/source.dart';
|
import '../../../../../../../model/source.dart';
|
||||||
|
|
||||||
Source get jobsibeSource => _jobsibeSource;
|
Source get lmtosSource => _lmtosSource;
|
||||||
Source _jobsibeSource = Source(
|
Source _lmtosSource = Source(
|
||||||
name: "Jobsibe",
|
name: "Lmtos",
|
||||||
baseUrl: "https://jobsibe.com",
|
baseUrl: "https://www.lmtos.com",
|
||||||
lang: "es",
|
lang: "es",
|
||||||
isNsfw: false,
|
isNsfw: false,
|
||||||
typeSource: "madara",
|
typeSource: "madara",
|
||||||
iconUrl:
|
iconUrl:
|
||||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/es/jobsibe/icon.png",
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/es/lmtos/icon.png",
|
||||||
dateFormat: "MMMM d, yyyy",
|
dateFormat: "MMMM d, yyyy",
|
||||||
dateFormatLocale: "es",
|
dateFormatLocale: "es",
|
||||||
);
|
);
|
||||||
Reference in New Issue
Block a user