madara: rebrand 'Jobsibe' source to 'Lmtos' with updated domain and icon

This commit is contained in:
xMohnad
2025-06-23 14:48:47 +00:00
parent d937c9e4f8
commit 4625aaf688
4 changed files with 8 additions and 8 deletions

View File

@@ -103,7 +103,7 @@ import 'src/es/daprob/daprob.dart';
import 'src/es/herenscan/herenscan.dart';
import 'src/es/infrafandub/infrafandub.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/mangacrab/mangacrab.dart';
import 'src/es/mangasnosekai/mangasnosekai.dart';
@@ -372,8 +372,8 @@ List<Source> _madaraSourcesList =
infrafandubSource,
//JeazScans (ES)
jeazscansSource,
//Jobsibe (ES)
jobsibeSource,
//Lmtos (ES)
lmtosSource,
//LegnMangas (ES)
legendsnofansubSource,
//Manga Crab (ES)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -1,14 +1,14 @@
import '../../../../../../../model/source.dart';
Source get jobsibeSource => _jobsibeSource;
Source _jobsibeSource = Source(
name: "Jobsibe",
baseUrl: "https://jobsibe.com",
Source get lmtosSource => _lmtosSource;
Source _lmtosSource = Source(
name: "Lmtos",
baseUrl: "https://www.lmtos.com",
lang: "es",
isNsfw: false,
typeSource: "madara",
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",
dateFormatLocale: "es",
);