Add PatiManga (#2856)

* Add PatiManga

* Add icons
This commit is contained in:
Chopper 2024-05-06 12:30:10 -03:00 committed by Draff
parent 631f2fbdb7
commit a58e72f4ec
7 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,9 @@
ext {
extName = 'Pati Manga'
extClass = '.PatiManga'
themePkg = 'mangathemesia'
baseUrl = 'https://www.patimanga.com'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.extension.tr.patimanga
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class PatiManga : MangaThemesia(
"Pati Manga",
"https://www.patimanga.com",
"tr",
dateFormat = SimpleDateFormat("MMMM d, yyy", Locale("tr")),
)