Remove WordExcerpt (#4620)

* Update MadaraFactory.kt

* Update build.gradle
This commit is contained in:
AbdullahM0hamed 2020-10-16 22:42:34 +01:00 committed by GitHub
parent 740a38c204
commit 7f877799f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 11 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Madara (multiple sources)'
pkgNameSuffix = "all.madara"
extClass = '.MadaraFactory'
extVersionCode = 141
extVersionCode = 142
libVersion = '1.2'
containsNsfw = true
}

View File

@ -164,7 +164,6 @@ class MadaraFactory : SourceFactory {
WebNovel(),
WebtoonXYZ(),
WoopRead(),
WordExcerpt(),
WuxiaWorld(),
YaoiToshokan(),
YokaiJump(),
@ -1241,15 +1240,6 @@ class TwilightScans : Madara("Twilight Scans", "https://twilightscans.com", "en"
class DetectiveConanAr : Madara("شبكة كونان العربية", "https://www.manga.detectiveconanar.com", "ar")
// mostly novels, doesn't include year in chapter dates (even for past years)
class WordExcerpt : Madara("Word Excerpt", "https://wordexcerpt.com", "en") {
override fun popularMangaRequest(page: Int): Request = GET("$baseUrl/team/webtoon/page/$page/?m_orderby=views", headers)
override fun popularMangaNextPageSelector() = "div.nav-previous a"
override fun latestUpdatesRequest(page: Int): Request = GET("$baseUrl/team/webtoon/page/$page/?m_orderby=latest", headers)
override fun searchMangaRequest(page: Int, query: String, filters: FilterList): Request = GET("$baseUrl/?s=the&post_type=wp-manga&genre[]=webtoon", headers)
override fun getFilterList(): FilterList = FilterList()
}
// mostly novels
class WoopRead : Madara("WoopRead", "https://woopread.com", "en")