parent
1d6ed34d77
commit
a4e00cedbe
|
@ -3,7 +3,7 @@ ext {
|
|||
extClass = '.TraduccionesMoonlight'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://traduccionesmoonlight.com'
|
||||
overrideVersionCode = 7
|
||||
overrideVersionCode = 8
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -21,4 +21,7 @@ class TraduccionesMoonlight : MangaThemesia(
|
|||
|
||||
override val seriesAuthorSelector = ".tsinfo .imptdt:contains(autor) i"
|
||||
override val seriesStatusSelector = ".tsinfo .imptdt:contains(estado) i"
|
||||
|
||||
// Filter out novels
|
||||
override fun searchMangaSelector() = ".utao .uta .imgu:not(:has(.novelabel)), .listupd .bs .bsx:not(:has(.novelabel)), .listo .bs .bsx:not(:has(.novelabel))"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue