Initial commit
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 3.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.6 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
BIN
multisrc/overrides/madara/freemanga/res/web_hi_res_512.png
Normal file
BIN
multisrc/overrides/madara/freemanga/res/web_hi_res_512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 114 KiB |
13
multisrc/overrides/madara/freemanga/src/FreeManga.kt
Normal file
13
multisrc/overrides/madara/freemanga/src/FreeManga.kt
Normal file
@@ -0,0 +1,13 @@
|
||||
package eu.kanade.tachiyomi.extension.en.freemanga
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||
import okhttp3.OkHttpClient
|
||||
import java.util.concurrent.TimeUnit
|
||||
|
||||
class FreeManga : Madara("Free Manga", "https://freemanga.me", "en") {
|
||||
|
||||
override val client: OkHttpClient = super.client.newBuilder()
|
||||
.rateLimit(1, 1, TimeUnit.SECONDS)
|
||||
.build()
|
||||
}
|
||||
Reference in New Issue
Block a user