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/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

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -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",
); );