add source Olaoe "ar" (#823)

* add source Olaoe

* Update icons and format

---------

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
This commit is contained in:
mohamedotaku 2024-01-31 03:59:32 +01:00 committed by GitHub
parent 5d36d96485
commit 164d230933
7 changed files with 19 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,18 @@
package eu.kanade.tachiyomi.extension.ar.olaoe
import eu.kanade.tachiyomi.multisrc.madara.Madara
import eu.kanade.tachiyomi.network.GET
import okhttp3.Request
import java.text.SimpleDateFormat
import java.util.Locale
class Olaoe : Madara(
"Olaoe",
"https://olaoe.cyou",
"ar",
SimpleDateFormat("MMMM dd, yyyy", Locale("ar")),
) {
override val mangaSubString = "works"
override fun popularMangaRequest(page: Int): Request = GET("$baseUrl/page/$page/?m_orderby=views", headers)
override fun chapterListSelector() = "li.wp-manga-chapter:not(.premium-block)" // Filter fake chapters
}

View File

@ -389,6 +389,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("NovelMic", "https://novelmic.com", "en", overrideVersionCode = 1),
SingleLang("Novels Town", "https://novelstown.cyou", "ar"),
SingleLang("Oh No Manga", "https://ohnomanga.com", "en", isNsfw = true),
SingleLang("Olaoe", "https://olaoe.cyou", "ar"),
SingleLang("OnlyManhwa", "https://onlymanhwa.org", "en", isNsfw = true),
SingleLang("Pantheon Scan", "https://pantheon-scan.com", "fr", overrideVersionCode = 1),
SingleLang("Paragon Scans", "https://paragonscans.com", "en", isNsfw = true),