Noblesse Translations: Update domain and icon (#19228)
Update domain and logo
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 90 KiB |
|
@ -9,15 +9,16 @@ import java.util.Locale
|
|||
|
||||
class NoblesseTranslations : Madara(
|
||||
"Noblesse Translations",
|
||||
"https://noblessetranslations.com",
|
||||
"https://www.noblessev1.com",
|
||||
"es",
|
||||
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("es")),
|
||||
) {
|
||||
override val useNewChapterEndpoint = true
|
||||
override val mangaSubString = "proyecto"
|
||||
override val mangaSubString = "manga"
|
||||
|
||||
override fun popularMangaNextPageSelector() = "body:not(:has(.no-posts))"
|
||||
|
||||
override val mangaDetailsSelectorDescription = "div.summary_content > div.post-content div.manga-summary"
|
||||
override val mangaDetailsSelectorStatus = "div.summary_content > div.post-content div.post-content_item:has(div.summary-heading:contains(Status)) div.summary-content"
|
||||
override val mangaDetailsSelectorTag = "div.tags-content a.notUsed" // Site uses this for the scanlator
|
||||
|
||||
|
|
|
@ -374,7 +374,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
|||
SingleLang("Niji Translations", "https://niji-translations.com", "ar", overrideVersionCode = 1),
|
||||
SingleLang("Nitro Manga", "https://nitromanga.com", "en", className = "NitroScans", overrideVersionCode = 1),
|
||||
SingleLang("No Index Scan", "https://noindexscan.com", "pt-BR", isNsfw = true),
|
||||
SingleLang("Noblesse Translations", "https://noblessetranslations.com", "es", overrideVersionCode = 1),
|
||||
SingleLang("Noblesse Translations", "https://www.noblessev1.com", "es", overrideVersionCode = 2),
|
||||
SingleLang("Nocturne Summer", "https://nocsummer.com.br", "pt-BR", isNsfw = true),
|
||||
SingleLang("NovelCrow", "https://novelcrow.com", "en", isNsfw = true),
|
||||
SingleLang("NovelMic", "https://novelmic.com", "en", overrideVersionCode = 1),
|
||||
|
|